COLOR #85580F

HEX: #85580F RGB: (133,88,15)

Color info

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

RGB color model

#85580F color RGB value is (133,88,15).

RGB: (133,88,15) (52%, 35%, 6%)

RGB channels and saturation

R 133 of 255 = 52%
G 88 of 255 = 35%
B 15 of 255 = 6%

133
88
15

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

Portions of RGB colors in percentages

R + G + B = 133 + 88 + 15 = 236 (100%)
R 133 of 236 ~ 56.36%
G 88 of 236 ~ 37.29%
B 15 of 236 ~ 6.36'%

%56.36
%37.29

CMYK color model

#85580F color CMYK value is (0,34,89,48).

  • cyan value is 0.00%
  • magenta value is 33.83%
  • yellow value is 88.72%
  • key color value is 47.84%

CMYK: (0,34,89,48)
C0M34Y89K48 (0%, 34%, 89%, 48%)
(0.00 / 0.34 / 0.89 / 0.48)

CMYK percentages

%0
%33.83
%88.72
%47.84

Codes

Color #85580F in popluar color models

85 58 0F
RGB 133 88 15
HSL 37° 79.73% 29.02%
HSB/HSV 37° 88.72% 52.16%
CMYK 0.00% 33.83% 88.72%
47.84%

Color #85580F in popluar number systems.

HEX 85 58 0F
Decimal 133 88 15
Binary 10000101 1011000 1111
Octal 205 130 17

Shades and tints

Shades of #85580F

#85580F
(133,88,15)
#79500E
(121,80,14)
#6D480D
(109,72,13)
#61400C
(97,64,12)
#55380B
(85,56,11)
#49300A
(73,48,10)
#3D2809
(61,40,9)
#312008
(49,32,8)
#251807
(37,24,7)
#191006
(25,16,6)
#0D0805
(13,8,5)
#000000
(0,0,0)

Tints of #85580F

#85580F
(133,88,15)
#906724
(144,103,36)
#9B7639
(155,118,57)
#A6854E
(166,133,78)
#B19463
(177,148,99)
#BCA378
(188,163,120)
#C7B28D
(199,178,141)
#D2C1A2
(210,193,162)
#DDD0B7
(221,208,183)
#E8DFCC
(232,223,204)
#F3EEE1
(243,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85580F; }

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

This text font color is #85580F.

Background Color

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

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

This div background color is #85580F.

Border color

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

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

This div border color is #85580F.

Opacity

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

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

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

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

This text has shadow with #85580F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85580F.

Preview

Color preview on black background

This text has color #85580F on black background.


Color preview on white background

This text has color #85580F on white background.


Black color preview on #85580F background

This text has black color on #85580F background.


White color preview on #85580F background

This text has white color on #85580F background.


Related colors

Complementary color

Complementary color for #hex is #7AA7F0.


I love getcolorcode.com

Triadic colors

1 #0F8558 and #580F85 with #85580F are triadic colors.

2 #0F5885 and #58850F with #85580F are triadic colors.