COLOR #954409

HEX: #954409
RGB: (149,68,9)

Color info

#954409 contains mainly red color. Web safe color of #954409 is #993300 (or #930).

RGB color model

#954409 color RGB value is (149,68,9).

  • red value is 149;
  • green value is 68;
  • blue value is 9.
RGB:
(149,68,9)
(58%,27%,4%)

RGB channels and saturation

R 149 of 255 = 58%
G 68 of 255 = 27%
B 9 of 255 = 4%

149
68
9

R + G + B ~ 30%. #954409 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 68 + 9 = 226 (100%)
R 149 of 226 ~ 65.93%
G 68 of 226 ~ 30.09%
B 9 of 226 ~ 3.98%

%65.93
%30.09

CMYK color model

#954409 color CMYK value is (0,54,94,42).

  • cyan value is 0.00%
  • magenta value is 54.36%
  • yellow value is 93.96%
  • key color value is 41.57%
CMYK:
(0,54,94,42)
C0M54Y94K42 
(0%,54%,94%,42%)
(0.00/0.54/0.94/0.42)	

CMYK percentages

%0
%54.36
%93.96
%41.57

Codes

Color #954409 in popluar color models

954409
RGB149689
HSL25°88.61%30.98%
HSB/HSV25°93.96%58.43%
CMYK0.00%54.36%93.96%
41.57%

Color #954409 in popluar number systems.

HEX954409
Decimal149689
Binary1001010110001001001
Octal22510411

Shades and tints

Shades of #954409

#954409
(149,68,9)
#883E09
(136,62,9)
#7B3809
(123,56,9)
#6E3209
(110,50,9)
#612C09
(97,44,9)
#542609
(84,38,9)
#472009
(71,32,9)
#3A1A09
(58,26,9)
#2D1409
(45,20,9)
#200E09
(32,14,9)
#130809
(19,8,9)
#000000
(0,0,0)

Tints of #954409

#954409
(149,68,9)
#9E551F
(158,85,31)
#A76635
(167,102,53)
#B0774B
(176,119,75)
#B98861
(185,136,97)
#C29977
(194,153,119)
#CBAA8D
(203,170,141)
#D4BBA3
(212,187,163)
#DDCCB9
(221,204,185)
#E6DDCF
(230,221,207)
#EFEEE5
(239,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #954409 color. Also use rgb(149,68,9) instead hex code.

Text Font Color

.myTextColor { color: #954409; }

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

This text font color is #954409.


Background Color

.myBgColor { background-color: #954409; }

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

This div background color is #954409.


Border color

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

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

This div border color is #954409.


Opacity

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

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

Text with #954409 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 #954409;}

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

This text has shadow with #954409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954409 on black background.


Color preview on white background

This text has color #954409 on white background.



Black color preview on #954409 background

This text has black color on #954409 background.


White color preview on #954409 background

This text has white color on #954409 background.