COLOR #854F34

HEX: #854F34
RGB: (133,79,52)

Color info

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

RGB color model

#854F34 color RGB value is (133,79,52).

  • red value is 133;
  • green value is 79;
  • blue value is 52.
RGB:
(133,79,52)
(52%,31%,20%)

RGB channels and saturation

R 133 of 255 = 52%
G 79 of 255 = 31%
B 52 of 255 = 20%

133
79
52

R + G + B ~ 34%. #854F34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 79 + 52 = 264 (100%)
R 133 of 264 ~ 50.38%
G 79 of 264 ~ 29.92%
B 52 of 264 ~ 19.7%

%50.38
%29.92
%19.7

CMYK color model

#854F34 color CMYK value is (0,41,61,48).

  • cyan value is 0.00%
  • magenta value is 40.60%
  • yellow value is 60.90%
  • key color value is 47.84%
CMYK:
(0,41,61,48)
C0M41Y61K48 
(0%,41%,61%,48%)
(0.00/0.41/0.61/0.48)	

CMYK percentages

%0
%40.6
%60.9
%47.84

Codes

Color #854F34 in popluar color models

854F34
RGB1337952
HSL20°43.78%36.27%
HSB/HSV20°60.90%52.16%
CMYK0.00%40.60%60.90%
47.84%

Color #854F34 in popluar number systems.

HEX854F34
Decimal1337952
Binary100001011001111110100
Octal20511764

Shades and tints

Shades of #854F34

#854F34
(133,79,52)
#794830
(121,72,48)
#6D412C
(109,65,44)
#613A28
(97,58,40)
#553324
(85,51,36)
#492C20
(73,44,32)
#3D251C
(61,37,28)
#311E18
(49,30,24)
#251714
(37,23,20)
#191010
(25,16,16)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #854F34

#854F34
(133,79,52)
#905F46
(144,95,70)
#9B6F58
(155,111,88)
#A67F6A
(166,127,106)
#B18F7C
(177,143,124)
#BC9F8E
(188,159,142)
#C7AFA0
(199,175,160)
#D2BFB2
(210,191,178)
#DDCFC4
(221,207,196)
#E8DFD6
(232,223,214)
#F3EFE8
(243,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854F34 color. Also use rgb(133,79,52) instead hex code.

Text Font Color

.myTextColor { color: #854F34; }

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

This text font color is #854F34.


Background Color

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

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

This div background color is #854F34.


Border color

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

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

This div border color is #854F34.


Opacity

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

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

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

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

This text has shadow with #854F34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854F34 on black background.


Color preview on white background

This text has color #854F34 on white background.



Black color preview on #854F34 background

This text has black color on #854F34 background.


White color preview on #854F34 background

This text has white color on #854F34 background.