COLOR #854B42

HEX: #854B42 RGB: (133,75,66)

Color info

#854B42 contains mainly red and green colors. Web safe color of #854B42 is #993333 (or #933).

RGB color model

#854B42 color RGB value is (133,75,66).

RGB: (133,75,66) (52%, 29%, 26%)

RGB channels and saturation

R 133 of 255 = 52%
G 75 of 255 = 29%
B 66 of 255 = 26%

133
75
66

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

Portions of RGB colors in percentages

R + G + B = 133 + 75 + 66 = 274 (100%)
R 133 of 274 ~ 48.54%
G 75 of 274 ~ 27.37%
B 66 of 274 ~ 24.09'%

%48.54
%27.37
%24.09

CMYK color model

#854B42 color CMYK value is (0,44,50,48).

  • cyan value is 0.00%
  • magenta value is 43.61%
  • yellow value is 50.38%
  • key color value is 47.84%

CMYK: (0,44,50,48)
C0M44Y50K48 (0%, 44%, 50%, 48%)
(0.00 / 0.44 / 0.50 / 0.48)

CMYK percentages

%0
%43.61
%50.38
%47.84

Codes

Color #854B42 in popluar color models

85 4B 42
RGB 133 75 66
HSL 33.67% 39.02%
HSB/HSV 50.38% 52.16%
CMYK 0.00% 43.61% 50.38%
47.84%

Color #854B42 in popluar number systems.

HEX 85 4B 42
Decimal 133 75 66
Binary 10000101 1001011 1000010
Octal 205 113 102

Shades and tints

Shades of #854B42

#854B42
(133,75,66)
#79453C
(121,69,60)
#6D3F36
(109,63,54)
#613930
(97,57,48)
#55332A
(85,51,42)
#492D24
(73,45,36)
#3D271E
(61,39,30)
#312118
(49,33,24)
#251B12
(37,27,18)
#19150C
(25,21,12)
#0D0F06
(13,15,6)
#000000
(0,0,0)

Tints of #854B42

#854B42
(133,75,66)
#905B53
(144,91,83)
#9B6B64
(155,107,100)
#A67B75
(166,123,117)
#B18B86
(177,139,134)
#BC9B97
(188,155,151)
#C7ABA8
(199,171,168)
#D2BBB9
(210,187,185)
#DDCBCA
(221,203,202)
#E8DBDB
(232,219,219)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854B42 color. Also use rgb(133,75,66) instead hex code.

Text Font Color

.myTextColor { color: #854B42; }

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

This text font color is #854B42.

Background Color

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

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

This div background color is #854B42.

Border color

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

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

This div border color is #854B42.

Opacity

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

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

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

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

This text has shadow with #854B42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #854B42.

Preview

Color preview on black background

This text has color #854B42 on black background.


Color preview on white background

This text has color #854B42 on white background.


Black color preview on #854B42 background

This text has black color on #854B42 background.


White color preview on #854B42 background

This text has white color on #854B42 background.


Related colors

Complementary color

Complementary color for #hex is #7AB4BD.


I love getcolorcode.com

Triadic colors

1 #42854B and #4B4285 with #854B42 are triadic colors.

2 #424B85 and #4B8542 with #854B42 are triadic colors.