COLOR #85491C

HEX: #85491C
RGB: (133,73,28)

Color info

#85491C contains mainly red color. Web safe color of #85491C is #993333 (or #933).

RGB color model

#85491C color RGB value is (133,73,28).

  • red value is 133;
  • green value is 73;
  • blue value is 28.
RGB:
(133,73,28)
(52%,29%,11%)

RGB channels and saturation

R 133 of 255 = 52%
G 73 of 255 = 29%
B 28 of 255 = 11%

133
73
28

R + G + B ~ 31%. #85491C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 73 + 28 = 234 (100%)
R 133 of 234 ~ 56.84%
G 73 of 234 ~ 31.2%
B 28 of 234 ~ 11.97%

%56.84
%31.2
%11.97

CMYK color model

#85491C color CMYK value is (0,45,79,48).

  • cyan value is 0.00%
  • magenta value is 45.11%
  • yellow value is 78.95%
  • key color value is 47.84%
CMYK:
(0,45,79,48)
C0M45Y79K48 
(0%,45%,79%,48%)
(0.00/0.45/0.79/0.48)	

CMYK percentages

%0
%45.11
%78.95
%47.84

Codes

Color #85491C in popluar color models

85491C
RGB1337328
HSL26°65.22%31.57%
HSB/HSV26°78.95%52.16%
CMYK0.00%45.11%78.95%
47.84%

Color #85491C in popluar number systems.

HEX85491C
Decimal1337328
Binary10000101100100111100
Octal20511134

Shades and tints

Shades of #85491C

#85491C
(133,73,28)
#79431A
(121,67,26)
#6D3D18
(109,61,24)
#613716
(97,55,22)
#553114
(85,49,20)
#492B12
(73,43,18)
#3D2510
(61,37,16)
#311F0E
(49,31,14)
#25190C
(37,25,12)
#19130A
(25,19,10)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #85491C

#85491C
(133,73,28)
#905930
(144,89,48)
#9B6944
(155,105,68)
#A67958
(166,121,88)
#B1896C
(177,137,108)
#BC9980
(188,153,128)
#C7A994
(199,169,148)
#D2B9A8
(210,185,168)
#DDC9BC
(221,201,188)
#E8D9D0
(232,217,208)
#F3E9E4
(243,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85491C color. Also use rgb(133,73,28) instead hex code.

Text Font Color

.myTextColor { color: #85491C; }

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

This text font color is #85491C.


Background Color

.myBgColor { background-color: #85491C; }

<div style="background-color:#85491C">Inner text</div>

This div background color is #85491C.


Border color

.myBorderColor { border: 1px solid #85491C; }

<div style="border:3px solid #85491C">Div</div>

This div border color is #85491C.


Opacity

.myOpacity80 { color: #85491C; opacity: 0.8; }

<p style="color:#85491C;opacity:0.8;">80%</p>

Text with #85491C 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 #85491C;}

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

This text has shadow with #85491C color.

.textShadow {text-shadow: 3px 3px 1px #85491C, 3px 3px 1px red;}

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

This text has shadow with #85491C primary color and red secondary color.


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

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

This text has shadow with #85491C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85491C on black background.


Color preview on white background

This text has color #85491C on white background.



Black color preview on #85491C background

This text has black color on #85491C background.


White color preview on #85491C background

This text has white color on #85491C background.