COLOR #954808

HEX: #954808
RGB: (149,72,8)

Color info

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

RGB color model

#954808 color RGB value is (149,72,8).

  • red value is 149;
  • green value is 72;
  • blue value is 8.
RGB:
(149,72,8)
(58%,28%,3%)

RGB channels and saturation

R 149 of 255 = 58%
G 72 of 255 = 28%
B 8 of 255 = 3%

149
72
8

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

Portions of RGB colors in percentages

R + G + B =
149 + 72 + 8 = 229 (100%)
R 149 of 229 ~ 65.07%
G 72 of 229 ~ 31.44%
B 8 of 229 ~ 3.49%

%65.07
%31.44

CMYK color model

#954808 color CMYK value is (0,52,95,42).

  • cyan value is 0.00%
  • magenta value is 51.68%
  • yellow value is 94.63%
  • key color value is 41.57%
CMYK:
(0,52,95,42)
C0M52Y95K42 
(0%,52%,95%,42%)
(0.00/0.52/0.95/0.42)	

CMYK percentages

%0
%51.68
%94.63
%41.57

Codes

Color #954808 in popluar color models

954808
RGB149728
HSL27°89.81%30.78%
HSB/HSV27°94.63%58.43%
CMYK0.00%51.68%94.63%
41.57%

Color #954808 in popluar number systems.

HEX954808
Decimal149728
Binary1001010110010001000
Octal22511010

Shades and tints

Shades of #954808

#954808
(149,72,8)
#884208
(136,66,8)
#7B3C08
(123,60,8)
#6E3608
(110,54,8)
#613008
(97,48,8)
#542A08
(84,42,8)
#472408
(71,36,8)
#3A1E08
(58,30,8)
#2D1808
(45,24,8)
#201208
(32,18,8)
#130C08
(19,12,8)
#000000
(0,0,0)

Tints of #954808

#954808
(149,72,8)
#9E581E
(158,88,30)
#A76834
(167,104,52)
#B0784A
(176,120,74)
#B98860
(185,136,96)
#C29876
(194,152,118)
#CBA88C
(203,168,140)
#D4B8A2
(212,184,162)
#DDC8B8
(221,200,184)
#E6D8CE
(230,216,206)
#EFE8E4
(239,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #954808 color. Also use rgb(149,72,8) instead hex code.

Text Font Color

.myTextColor { color: #954808; }

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

This text font color is #954808.


Background Color

.myBgColor { background-color: #954808; }

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

This div background color is #954808.


Border color

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

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

This div border color is #954808.


Opacity

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

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

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

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

This text has shadow with #954808 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954808 on black background.


Color preview on white background

This text has color #954808 on white background.



Black color preview on #954808 background

This text has black color on #954808 background.


White color preview on #954808 background

This text has white color on #954808 background.