COLOR #854E10

HEX: #854E10
RGB: (133,78,16)

Color info

#854E10 contains mainly red and green colors. Web safe color of #854E10 is #996600 (or #960).

RGB color model

#854E10 color RGB value is (133,78,16).

  • red value is 133;
  • green value is 78;
  • blue value is 16.
RGB:
(133,78,16)
(52%,31%,6%)

RGB channels and saturation

R 133 of 255 = 52%
G 78 of 255 = 31%
B 16 of 255 = 6%

133
78
16

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

Portions of RGB colors in percentages

R + G + B =
133 + 78 + 16 = 227 (100%)
R 133 of 227 ~ 58.59%
G 78 of 227 ~ 34.36%
B 16 of 227 ~ 7.05%

%58.59
%34.36

CMYK color model

#854E10 color CMYK value is (0,41,88,48).

  • cyan value is 0.00%
  • magenta value is 41.35%
  • yellow value is 87.97%
  • key color value is 47.84%
CMYK:
(0,41,88,48)
C0M41Y88K48 
(0%,41%,88%,48%)
(0.00/0.41/0.88/0.48)	

CMYK percentages

%0
%41.35
%87.97
%47.84

Codes

Color #854E10 in popluar color models

854E10
RGB1337816
HSL32°78.52%29.22%
HSB/HSV32°87.97%52.16%
CMYK0.00%41.35%87.97%
47.84%

Color #854E10 in popluar number systems.

HEX854E10
Decimal1337816
Binary10000101100111010000
Octal20511620

Shades and tints

Shades of #854E10

#854E10
(133,78,16)
#79470F
(121,71,15)
#6D400E
(109,64,14)
#61390D
(97,57,13)
#55320C
(85,50,12)
#492B0B
(73,43,11)
#3D240A
(61,36,10)
#311D09
(49,29,9)
#251608
(37,22,8)
#190F07
(25,15,7)
#0D0806
(13,8,6)
#000000
(0,0,0)

Tints of #854E10

#854E10
(133,78,16)
#905E25
(144,94,37)
#9B6E3A
(155,110,58)
#A67E4F
(166,126,79)
#B18E64
(177,142,100)
#BC9E79
(188,158,121)
#C7AE8E
(199,174,142)
#D2BEA3
(210,190,163)
#DDCEB8
(221,206,184)
#E8DECD
(232,222,205)
#F3EEE2
(243,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854E10 color. Also use rgb(133,78,16) instead hex code.

Text Font Color

.myTextColor { color: #854E10; }

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

This text font color is #854E10.


Background Color

.myBgColor { background-color: #854E10; }

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

This div background color is #854E10.


Border color

.myBorderColor { border: 1px solid #854E10; }

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

This div border color is #854E10.


Opacity

.myOpacity80 { color: #854E10; opacity: 0.8; }

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

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

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

This text has shadow with #854E10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854E10 on black background.


Color preview on white background

This text has color #854E10 on white background.



Black color preview on #854E10 background

This text has black color on #854E10 background.


White color preview on #854E10 background

This text has white color on #854E10 background.