COLOR #85481F

HEX: #85481F
RGB: (133,72,31)

Color info

#85481F contains mainly red color. Web safe color of #85481F is #993333 (or #933).

RGB color model

#85481F color RGB value is (133,72,31).

  • red value is 133;
  • green value is 72;
  • blue value is 31.
RGB:
(133,72,31)
(52%,28%,12%)

RGB channels and saturation

R 133 of 255 = 52%
G 72 of 255 = 28%
B 31 of 255 = 12%

133
72
31

R + G + B ~ 31%. #85481F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 72 + 31 = 236 (100%)
R 133 of 236 ~ 56.36%
G 72 of 236 ~ 30.51%
B 31 of 236 ~ 13.14%

%56.36
%30.51
%13.14

CMYK color model

#85481F color CMYK value is (0,46,77,48).

  • cyan value is 0.00%
  • magenta value is 45.86%
  • yellow value is 76.69%
  • key color value is 47.84%
CMYK:
(0,46,77,48)
C0M46Y77K48 
(0%,46%,77%,48%)
(0.00/0.46/0.77/0.48)	

CMYK percentages

%0
%45.86
%76.69
%47.84

Codes

Color #85481F in popluar color models

85481F
RGB1337231
HSL24°62.20%32.16%
HSB/HSV24°76.69%52.16%
CMYK0.00%45.86%76.69%
47.84%

Color #85481F in popluar number systems.

HEX85481F
Decimal1337231
Binary10000101100100011111
Octal20511037

Shades and tints

Shades of #85481F

#85481F
(133,72,31)
#79421D
(121,66,29)
#6D3C1B
(109,60,27)
#613619
(97,54,25)
#553017
(85,48,23)
#492A15
(73,42,21)
#3D2413
(61,36,19)
#311E11
(49,30,17)
#25180F
(37,24,15)
#19120D
(25,18,13)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #85481F

#85481F
(133,72,31)
#905833
(144,88,51)
#9B6847
(155,104,71)
#A6785B
(166,120,91)
#B1886F
(177,136,111)
#BC9883
(188,152,131)
#C7A897
(199,168,151)
#D2B8AB
(210,184,171)
#DDC8BF
(221,200,191)
#E8D8D3
(232,216,211)
#F3E8E7
(243,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85481F color. Also use rgb(133,72,31) instead hex code.

Text Font Color

.myTextColor { color: #85481F; }

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

This text font color is #85481F.


Background Color

.myBgColor { background-color: #85481F; }

<div style="background-color:#85481F">Inner text</div>

This div background color is #85481F.


Border color

.myBorderColor { border: 1px solid #85481F; }

<div style="border:3px solid #85481F">Div</div>

This div border color is #85481F.


Opacity

.myOpacity80 { color: #85481F; opacity: 0.8; }

<p style="color:#85481F;opacity:0.8;">80%</p>

Text with #85481F 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 #85481F;}

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

This text has shadow with #85481F color.

.textShadow {text-shadow: 3px 3px 1px #85481F, 3px 3px 1px red;}

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

This text has shadow with #85481F primary color and red secondary color.


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

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

This text has shadow with #85481F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85481F on black background.


Color preview on white background

This text has color #85481F on white background.



Black color preview on #85481F background

This text has black color on #85481F background.


White color preview on #85481F background

This text has white color on #85481F background.