COLOR #854E3C

HEX: #854E3C RGB: (133,78,60)

Color info

#854E3C contains mainly red and green colors. Web safe color of #854E3C is #996633 (or #963).

RGB color model

#854E3C color RGB value is (133,78,60).

RGB: (133,78,60) (52%, 31%, 24%)

RGB channels and saturation

R 133 of 255 = 52%
G 78 of 255 = 31%
B 60 of 255 = 24%

133
78
60

R + G + B ~ 36%. #854E3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 133 + 78 + 60 = 271 (100%)
R 133 of 271 ~ 49.08%
G 78 of 271 ~ 28.78%
B 60 of 271 ~ 22.14'%

%49.08
%28.78
%22.14

CMYK color model

#854E3C color CMYK value is (0,41,55,48).

  • cyan value is 0.00%
  • magenta value is 41.35%
  • yellow value is 54.89%
  • key color value is 47.84%

CMYK: (0,41,55,48)
C0M41Y55K48 (0%, 41%, 55%, 48%)
(0.00 / 0.41 / 0.55 / 0.48)

CMYK percentages

%0
%41.35
%54.89
%47.84

Codes

Color #854E3C in popluar color models

85 4E 3C
RGB 133 78 60
HSL 15° 37.82% 37.84%
HSB/HSV 15° 54.89% 52.16%
CMYK 0.00% 41.35% 54.89%
47.84%

Color #854E3C in popluar number systems.

HEX 85 4E 3C
Decimal 133 78 60
Binary 10000101 1001110 111100
Octal 205 116 74

Shades and tints

Shades of #854E3C

#854E3C
(133,78,60)
#794737
(121,71,55)
#6D4032
(109,64,50)
#61392D
(97,57,45)
#553228
(85,50,40)
#492B23
(73,43,35)
#3D241E
(61,36,30)
#311D19
(49,29,25)
#251614
(37,22,20)
#190F0F
(25,15,15)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #854E3C

#854E3C
(133,78,60)
#905E4D
(144,94,77)
#9B6E5E
(155,110,94)
#A67E6F
(166,126,111)
#B18E80
(177,142,128)
#BC9E91
(188,158,145)
#C7AEA2
(199,174,162)
#D2BEB3
(210,190,179)
#DDCEC4
(221,206,196)
#E8DED5
(232,222,213)
#F3EEE6
(243,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #854E3C; }

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

This text font color is #854E3C.

Background Color

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

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

This div background color is #854E3C.

Border color

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

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

This div border color is #854E3C.

Opacity

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

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

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

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

This text has shadow with #854E3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #854E3C.

Preview

Color preview on black background

This text has color #854E3C on black background.


Color preview on white background

This text has color #854E3C on white background.


Black color preview on #854E3C background

This text has black color on #854E3C background.


White color preview on #854E3C background

This text has white color on #854E3C background.


Related colors

Complementary color

Complementary color for #hex is #7AB1C3.


I love getcolorcode.com

Triadic colors

1 #3C854E and #4E3C85 with #854E3C are triadic colors.

2 #3C4E85 and #4E853C with #854E3C are triadic colors.