COLOR #85580D

HEX: #85580D
RGB: (133,88,13)

Color info

#85580D contains mainly red and green colors. Web safe color of #85580D is #996600 (or #960).

RGB color model

#85580D color RGB value is (133,88,13).

  • red value is 133;
  • green value is 88;
  • blue value is 13.
RGB:
(133,88,13)
(52%,35%,5%)

RGB channels and saturation

R 133 of 255 = 52%
G 88 of 255 = 35%
B 13 of 255 = 5%

133
88
13

R + G + B ~ 31%. #85580D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 88 + 13 = 234 (100%)
R 133 of 234 ~ 56.84%
G 88 of 234 ~ 37.61%
B 13 of 234 ~ 5.56%

%56.84
%37.61

CMYK color model

#85580D color CMYK value is (0,34,90,48).

  • cyan value is 0.00%
  • magenta value is 33.83%
  • yellow value is 90.23%
  • key color value is 47.84%
CMYK:
(0,34,90,48)
C0M34Y90K48 
(0%,34%,90%,48%)
(0.00/0.34/0.90/0.48)	

CMYK percentages

%0
%33.83
%90.23
%47.84

Codes

Color #85580D in popluar color models

85580D
RGB1338813
HSL38°82.19%28.63%
HSB/HSV38°90.23%52.16%
CMYK0.00%33.83%90.23%
47.84%

Color #85580D in popluar number systems.

HEX85580D
Decimal1338813
Binary1000010110110001101
Octal20513015

Shades and tints

Shades of #85580D

#85580D
(133,88,13)
#79500C
(121,80,12)
#6D480B
(109,72,11)
#61400A
(97,64,10)
#553809
(85,56,9)
#493008
(73,48,8)
#3D2807
(61,40,7)
#312006
(49,32,6)
#251805
(37,24,5)
#191004
(25,16,4)
#0D0803
(13,8,3)
#000000
(0,0,0)

Tints of #85580D

#85580D
(133,88,13)
#906723
(144,103,35)
#9B7639
(155,118,57)
#A6854F
(166,133,79)
#B19465
(177,148,101)
#BCA37B
(188,163,123)
#C7B291
(199,178,145)
#D2C1A7
(210,193,167)
#DDD0BD
(221,208,189)
#E8DFD3
(232,223,211)
#F3EEE9
(243,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85580D color. Also use rgb(133,88,13) instead hex code.

Text Font Color

.myTextColor { color: #85580D; }

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

This text font color is #85580D.


Background Color

.myBgColor { background-color: #85580D; }

<div style="background-color:#85580D">Inner text</div>

This div background color is #85580D.


Border color

.myBorderColor { border: 1px solid #85580D; }

<div style="border:3px solid #85580D">Div</div>

This div border color is #85580D.


Opacity

.myOpacity80 { color: #85580D; opacity: 0.8; }

<p style="color:#85580D;opacity:0.8;">80%</p>

Text with #85580D 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 #85580D;}

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

This text has shadow with #85580D color.

.textShadow {text-shadow: 3px 3px 1px #85580D, 3px 3px 1px red;}

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

This text has shadow with #85580D primary color and red secondary color.


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

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

This text has shadow with #85580D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85580D on black background.


Color preview on white background

This text has color #85580D on white background.



Black color preview on #85580D background

This text has black color on #85580D background.


White color preview on #85580D background

This text has white color on #85580D background.