COLOR #854A19

HEX: #854A19
RGB: (133,74,25)

Color info

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

RGB color model

#854A19 color RGB value is (133,74,25).

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

RGB channels and saturation

R 133 of 255 = 52%
G 74 of 255 = 29%
B 25 of 255 = 10%

133
74
25

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

Portions of RGB colors in percentages

R + G + B =
133 + 74 + 25 = 232 (100%)
R 133 of 232 ~ 57.33%
G 74 of 232 ~ 31.9%
B 25 of 232 ~ 10.78%

%57.33
%31.9
%10.78

CMYK color model

#854A19 color CMYK value is (0,44,81,48).

  • cyan value is 0.00%
  • magenta value is 44.36%
  • yellow value is 81.20%
  • key color value is 47.84%
CMYK:
(0,44,81,48)
C0M44Y81K48 
(0%,44%,81%,48%)
(0.00/0.44/0.81/0.48)	

CMYK percentages

%0
%44.36
%81.2
%47.84

Codes

Color #854A19 in popluar color models

854A19
RGB1337425
HSL27°68.35%30.98%
HSB/HSV27°81.20%52.16%
CMYK0.00%44.36%81.20%
47.84%

Color #854A19 in popluar number systems.

HEX854A19
Decimal1337425
Binary10000101100101011001
Octal20511231

Shades and tints

Shades of #854A19

#854A19
(133,74,25)
#794417
(121,68,23)
#6D3E15
(109,62,21)
#613813
(97,56,19)
#553211
(85,50,17)
#492C0F
(73,44,15)
#3D260D
(61,38,13)
#31200B
(49,32,11)
#251A09
(37,26,9)
#191407
(25,20,7)
#0D0E05
(13,14,5)
#000000
(0,0,0)

Tints of #854A19

#854A19
(133,74,25)
#905A2D
(144,90,45)
#9B6A41
(155,106,65)
#A67A55
(166,122,85)
#B18A69
(177,138,105)
#BC9A7D
(188,154,125)
#C7AA91
(199,170,145)
#D2BAA5
(210,186,165)
#DDCAB9
(221,202,185)
#E8DACD
(232,218,205)
#F3EAE1
(243,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #854A19; }

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

This text font color is #854A19.


Background Color

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

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

This div background color is #854A19.


Border color

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

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

This div border color is #854A19.


Opacity

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

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

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

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

This text has shadow with #854A19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854A19 on black background.


Color preview on white background

This text has color #854A19 on white background.



Black color preview on #854A19 background

This text has black color on #854A19 background.


White color preview on #854A19 background

This text has white color on #854A19 background.