COLOR #854B43

HEX: #854B43 RGB: (133,75,67)

Color info

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

RGB color model

#854B43 color RGB value is (133,75,67).

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

RGB channels and saturation

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

133
75
67

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

Portions of RGB colors in percentages

R + G + B = 133 + 75 + 67 = 275 (100%)
R 133 of 275 ~ 48.36%
G 75 of 275 ~ 27.27%
B 67 of 275 ~ 24.36'%

%48.36
%27.27
%24.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 43.61%
  • yellow value is 49.62%
  • 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
%49.62
%47.84

Codes

Color #854B43 in popluar color models

85 4B 43
RGB 133 75 67
HSL 33.00% 39.22%
HSB/HSV 49.62% 52.16%
CMYK 0.00% 43.61% 49.62%
47.84%

Color #854B43 in popluar number systems.

HEX 85 4B 43
Decimal 133 75 67
Binary 10000101 1001011 1000011
Octal 205 113 103

Shades and tints

Shades of #854B43

#854B43
(133,75,67)
#79453D
(121,69,61)
#6D3F37
(109,63,55)
#613931
(97,57,49)
#55332B
(85,51,43)
#492D25
(73,45,37)
#3D271F
(61,39,31)
#312119
(49,33,25)
#251B13
(37,27,19)
#19150D
(25,21,13)
#0D0F07
(13,15,7)
#000000
(0,0,0)

Tints of #854B43

#854B43
(133,75,67)
#905B54
(144,91,84)
#9B6B65
(155,107,101)
#A67B76
(166,123,118)
#B18B87
(177,139,135)
#BC9B98
(188,155,152)
#C7ABA9
(199,171,169)
#D2BBBA
(210,187,186)
#DDCBCB
(221,203,203)
#E8DBDC
(232,219,220)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #854B43; }

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

This text font color is #854B43.

Background Color

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

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

This div background color is #854B43.

Border color

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

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

This div border color is #854B43.

Opacity

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

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

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

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

This text has shadow with #854B43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #854B43.

Preview

Color preview on black background

This text has color #854B43 on black background.


Color preview on white background

This text has color #854B43 on white background.


Black color preview on #854B43 background

This text has black color on #854B43 background.


White color preview on #854B43 background

This text has white color on #854B43 background.


Related colors

Complementary color

Complementary color for #hex is #7AB4BC.


I love getcolorcode.com

Triadic colors

1 #43854B and #4B4385 with #854B43 are triadic colors.

2 #434B85 and #4B8543 with #854B43 are triadic colors.