COLOR #845E19

HEX: #845E19 RGB: (132,94,25)

Color info

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

RGB color model

#845E19 color RGB value is (132,94,25).

RGB: (132,94,25) (52%, 37%, 10%)

RGB channels and saturation

R 132 of 255 = 52%
G 94 of 255 = 37%
B 25 of 255 = 10%

132
94
25

R + G + B ~ 33%. #845E19 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 132 + 94 + 25 = 251 (100%)
R 132 of 251 ~ 52.59%
G 94 of 251 ~ 37.45%
B 25 of 251 ~ 9.96'%

%52.59
%37.45

CMYK color model

#845E19 color CMYK value is (0,29,81,48).

  • cyan value is 0.00%
  • magenta value is 28.79%
  • yellow value is 81.06%
  • key color value is 48.24%

CMYK: (0,29,81,48)
C0M29Y81K48 (0%, 29%, 81%, 48%)
(0.00 / 0.29 / 0.81 / 0.48)

CMYK percentages

%0
%28.79
%81.06
%48.24

Codes

Color #845E19 in popluar color models

84 5E 19
RGB 132 94 25
HSL 39° 68.15% 30.78%
HSB/HSV 39° 81.06% 51.76%
CMYK 0.00% 28.79% 81.06%
48.24%

Color #845E19 in popluar number systems.

HEX 84 5E 19
Decimal 132 94 25
Binary 10000100 1011110 11001
Octal 204 136 31

Shades and tints

Shades of #845E19

#845E19
(132,94,25)
#785617
(120,86,23)
#6C4E15
(108,78,21)
#604613
(96,70,19)
#543E11
(84,62,17)
#48360F
(72,54,15)
#3C2E0D
(60,46,13)
#30260B
(48,38,11)
#241E09
(36,30,9)
#181607
(24,22,7)
#0C0E05
(12,14,5)
#000000
(0,0,0)

Tints of #845E19

#845E19
(132,94,25)
#8F6C2D
(143,108,45)
#9A7A41
(154,122,65)
#A58855
(165,136,85)
#B09669
(176,150,105)
#BBA47D
(187,164,125)
#C6B291
(198,178,145)
#D1C0A5
(209,192,165)
#DCCEB9
(220,206,185)
#E7DCCD
(231,220,205)
#F2EAE1
(242,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845E19 color. Also use rgb(132,94,25) instead hex code.

Text Font Color

.myTextColor { color: #845E19; }

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

This text font color is #845E19.

Background Color

.myBgColor { background-color: #845E19; }

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

This div background color is #845E19.

Border color

.myBorderColor { border: 1px solid #845E19; }

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

This div border color is #845E19.

Opacity

.myOpacity80 { color: #845E19; opacity: 0.8; }

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

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

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

This text has shadow with #845E19 color.


.textShadow {text-shadow: 3px 3px 1px #845E19', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #845E19; -webkit-box-shadow: 1px 1px 3px 2px #845E19; box-shadow:1px 1px 3px 2px #845E19;">
Div content here
</div>

This div box has shadow with color #845E19.

Preview

Color preview on black background

This text has color #845E19 on black background.


Color preview on white background

This text has color #845E19 on white background.


Black color preview on #845E19 background

This text has black color on #845E19 background.


White color preview on #845E19 background

This text has white color on #845E19 background.


Related colors

Complementary color

Complementary color for #hex is #7BA1E6.


I love getcolorcode.com

Triadic colors

1 #19845E and #5E1984 with #845E19 are triadic colors.

2 #195E84 and #5E8419 with #845E19 are triadic colors.