COLOR #854B3A

HEX: #854B3A
RGB: (133,75,58)

Color info

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

RGB color model

#854B3A color RGB value is (133,75,58).

  • red value is 133;
  • green value is 75;
  • blue value is 58.
RGB:
(133,75,58)
(52%,29%,23%)

RGB channels and saturation

R 133 of 255 = 52%
G 75 of 255 = 29%
B 58 of 255 = 23%

133
75
58

R + G + B ~ 35%. #854B3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 75 + 58 = 266 (100%)
R 133 of 266 ~ 50%
G 75 of 266 ~ 28.2%
B 58 of 266 ~ 21.8%

%50
%28.2
%21.8

CMYK color model

#854B3A color CMYK value is (0,44,56,48).

  • cyan value is 0.00%
  • magenta value is 43.61%
  • yellow value is 56.39%
  • key color value is 47.84%
CMYK:
(0,44,56,48)
C0M44Y56K48 
(0%,44%,56%,48%)
(0.00/0.44/0.56/0.48)	

CMYK percentages

%0
%43.61
%56.39
%47.84

Codes

Color #854B3A in popluar color models

854B3A
RGB1337558
HSL14°39.27%37.45%
HSB/HSV14°56.39%52.16%
CMYK0.00%43.61%56.39%
47.84%

Color #854B3A in popluar number systems.

HEX854B3A
Decimal1337558
Binary100001011001011111010
Octal20511372

Shades and tints

Shades of #854B3A

#854B3A
(133,75,58)
#794535
(121,69,53)
#6D3F30
(109,63,48)
#61392B
(97,57,43)
#553326
(85,51,38)
#492D21
(73,45,33)
#3D271C
(61,39,28)
#312117
(49,33,23)
#251B12
(37,27,18)
#19150D
(25,21,13)
#0D0F08
(13,15,8)
#000000
(0,0,0)

Tints of #854B3A

#854B3A
(133,75,58)
#905B4B
(144,91,75)
#9B6B5C
(155,107,92)
#A67B6D
(166,123,109)
#B18B7E
(177,139,126)
#BC9B8F
(188,155,143)
#C7ABA0
(199,171,160)
#D2BBB1
(210,187,177)
#DDCBC2
(221,203,194)
#E8DBD3
(232,219,211)
#F3EBE4
(243,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #854B3A; }

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

This text font color is #854B3A.


Background Color

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

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

This div background color is #854B3A.


Border color

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

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

This div border color is #854B3A.


Opacity

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

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

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

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

This text has shadow with #854B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854B3A on black background.


Color preview on white background

This text has color #854B3A on white background.



Black color preview on #854B3A background

This text has black color on #854B3A background.


White color preview on #854B3A background

This text has white color on #854B3A background.