COLOR #854A17

HEX: #854A17
RGB: (133,74,23)

Color info

#854A17 contains mainly red and green colors. Web safe color of #854A17 is #993300 (or #930).

RGB color model

#854A17 color RGB value is (133,74,23).

  • red value is 133;
  • green value is 74;
  • blue value is 23.
RGB:
(133,74,23)
(52%,29%,9%)

RGB channels and saturation

R 133 of 255 = 52%
G 74 of 255 = 29%
B 23 of 255 = 9%

133
74
23

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

Portions of RGB colors in percentages

R + G + B =
133 + 74 + 23 = 230 (100%)
R 133 of 230 ~ 57.83%
G 74 of 230 ~ 32.17%
B 23 of 230 ~ 10%

%57.83
%32.17
%10

CMYK color model

#854A17 color CMYK value is (0,44,83,48).

  • cyan value is 0.00%
  • magenta value is 44.36%
  • yellow value is 82.71%
  • key color value is 47.84%
CMYK:
(0,44,83,48)
C0M44Y83K48 
(0%,44%,83%,48%)
(0.00/0.44/0.83/0.48)	

CMYK percentages

%0
%44.36
%82.71
%47.84

Codes

Color #854A17 in popluar color models

854A17
RGB1337423
HSL28°70.51%30.59%
HSB/HSV28°82.71%52.16%
CMYK0.00%44.36%82.71%
47.84%

Color #854A17 in popluar number systems.

HEX854A17
Decimal1337423
Binary10000101100101010111
Octal20511227

Shades and tints

Shades of #854A17

#854A17
(133,74,23)
#794415
(121,68,21)
#6D3E13
(109,62,19)
#613811
(97,56,17)
#55320F
(85,50,15)
#492C0D
(73,44,13)
#3D260B
(61,38,11)
#312009
(49,32,9)
#251A07
(37,26,7)
#191405
(25,20,5)
#0D0E03
(13,14,3)
#000000
(0,0,0)

Tints of #854A17

#854A17
(133,74,23)
#905A2C
(144,90,44)
#9B6A41
(155,106,65)
#A67A56
(166,122,86)
#B18A6B
(177,138,107)
#BC9A80
(188,154,128)
#C7AA95
(199,170,149)
#D2BAAA
(210,186,170)
#DDCABF
(221,202,191)
#E8DAD4
(232,218,212)
#F3EAE9
(243,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854A17 color. Also use rgb(133,74,23) instead hex code.

Text Font Color

.myTextColor { color: #854A17; }

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

This text font color is #854A17.


Background Color

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

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

This div background color is #854A17.


Border color

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

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

This div border color is #854A17.


Opacity

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

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

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

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

This text has shadow with #854A17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854A17 on black background.


Color preview on white background

This text has color #854A17 on white background.



Black color preview on #854A17 background

This text has black color on #854A17 background.


White color preview on #854A17 background

This text has white color on #854A17 background.