COLOR #490926

HEX: #490926
RGB: (73,9,38)

Color info

#490926 contains mainly red and blue colors. Web safe color of #490926 is #330033 (or #303).

RGB color model

#490926 color RGB value is (73,9,38).

  • red value is 73;
  • green value is 9;
  • blue value is 38.
RGB:
(73,9,38)
(29%,4%,15%)

RGB channels and saturation

R 73 of 255 = 29%
G 9 of 255 = 4%
B 38 of 255 = 15%

73
9
38

R + G + B ~ 16%. #490926 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 9 + 38 = 120 (100%)
R 73 of 120 ~ 60.83%
G 9 of 120 ~ 7.5%
B 38 of 120 ~ 31.67%

%60.83
%31.67

CMYK color model

#490926 color CMYK value is (0,88,48,71).

  • cyan value is 0.00%
  • magenta value is 87.67%
  • yellow value is 47.95%
  • key color value is 71.37%
CMYK:
(0,88,48,71)
C0M88Y48K71 
(0%,88%,48%,71%)
(0.00/0.88/0.48/0.71)	

CMYK percentages

%0
%87.67
%47.95
%71.37

Codes

Color #490926 in popluar color models

490926
RGB73938
HSL333°78.05%16.08%
HSB/HSV333°87.67%28.63%
CMYK0.00%87.67%47.95%
71.37%

Color #490926 in popluar number systems.

HEX490926
Decimal73938
Binary10010011001100110
Octal1111146

Shades and tints

Shades of #490926

#490926
(73,9,38)
#430923
(67,9,35)
#3D0920
(61,9,32)
#37091D
(55,9,29)
#31091A
(49,9,26)
#2B0917
(43,9,23)
#250914
(37,9,20)
#1F0911
(31,9,17)
#19090E
(25,9,14)
#13090B
(19,9,11)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #490926

#490926
(73,9,38)
#591F39
(89,31,57)
#69354C
(105,53,76)
#794B5F
(121,75,95)
#896172
(137,97,114)
#997785
(153,119,133)
#A98D98
(169,141,152)
#B9A3AB
(185,163,171)
#C9B9BE
(201,185,190)
#D9CFD1
(217,207,209)
#E9E5E4
(233,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490926 color. Also use rgb(73,9,38) instead hex code.

Text Font Color

.myTextColor { color: #490926; }

<p style="color:#490926">This sample text font color is #490926.</p>

This text font color is #490926.


Background Color

.myBgColor { background-color: #490926; }

<div style="background-color:#490926">Inner text</div>

This div background color is #490926.


Border color

.myBorderColor { border: 1px solid #490926; }

<div style="border:3px solid #490926">Div</div>

This div border color is #490926.


Opacity

.myOpacity80 { color: #490926; opacity: 0.8; }

<p style="color:#490926;opacity:0.8;">80%</p>

Text with #490926 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #490926;}

<p style="text-shadow: 3px 3px 1px #490926">Text here.</p>

This text has shadow with #490926 color.

.textShadow {text-shadow: 3px 3px 1px #490926, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #490926, 5px 5px 20px red">Text here.</p>

This text has shadow with #490926 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#490926, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#490926, Direction=45, Strength=4)">Text</p>

This text has shadow with #490926 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #490926;
  -webkit-box-shadow:	1px 1px 3px 2px #490926;
  box-shadow:		1px 1px 3px 2px #490926;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #490926;
-webkit-box-shadow: 1px 1px 3px 2px #490926;
box-shadow:1px 1px 3px 2px #490926;">
Div content here</div>
This div box has shadow with color #490926.

Preview

Color preview on black background

This text has color #490926 on black background.


Color preview on white background

This text has color #490926 on white background.



Black color preview on #490926 background

This text has black color on #490926 background.


White color preview on #490926 background

This text has white color on #490926 background.