COLOR #585F0F

HEX: #585F0F
RGB: (88,95,15)

Color info

#585F0F contains mainly red and green colors. Web safe color of #585F0F is #666600 (or #660).

RGB color model

#585F0F color RGB value is (88,95,15).

  • red value is 88;
  • green value is 95;
  • blue value is 15.
RGB:
(88,95,15)
(35%,37%,6%)

RGB channels and saturation

R 88 of 255 = 35%
G 95 of 255 = 37%
B 15 of 255 = 6%

88
95
15

R + G + B ~ 26%. #585F0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 95 + 15 = 198 (100%)
R 88 of 198 ~ 44.44%
G 95 of 198 ~ 47.98%
B 15 of 198 ~ 7.58%

%44.44
%47.98

CMYK color model

#585F0F color CMYK value is (7,0,84,63).

  • cyan value is 7.37%
  • magenta value is 0.00%
  • yellow value is 84.21%
  • key color value is 62.75%
CMYK:
(7,0,84,63)
C7M0Y84K63 
(7%,0%,84%,63%)
(0.07/0.00/0.84/0.63)	

CMYK percentages

%7.37
%0
%84.21
%62.75

Codes

Color #585F0F in popluar color models

585F0F
RGB889515
HSL65°72.73%21.57%
HSB/HSV65°84.21%37.25%
CMYK7.37%0.00%84.21%
62.75%

Color #585F0F in popluar number systems.

HEX585F0F
Decimal889515
Binary101100010111111111
Octal13013717

Shades and tints

Shades of #585F0F

#585F0F
(88,95,15)
#50570E
(80,87,14)
#484F0D
(72,79,13)
#40470C
(64,71,12)
#383F0B
(56,63,11)
#30370A
(48,55,10)
#282F09
(40,47,9)
#202708
(32,39,8)
#181F07
(24,31,7)
#101706
(16,23,6)
#080F05
(8,15,5)
#000000
(0,0,0)

Tints of #585F0F

#585F0F
(88,95,15)
#676D24
(103,109,36)
#767B39
(118,123,57)
#85894E
(133,137,78)
#949763
(148,151,99)
#A3A578
(163,165,120)
#B2B38D
(178,179,141)
#C1C1A2
(193,193,162)
#D0CFB7
(208,207,183)
#DFDDCC
(223,221,204)
#EEEBE1
(238,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585F0F color. Also use rgb(88,95,15) instead hex code.

Text Font Color

.myTextColor { color: #585F0F; }

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

This text font color is #585F0F.


Background Color

.myBgColor { background-color: #585F0F; }

<div style="background-color:#585F0F">Inner text</div>

This div background color is #585F0F.


Border color

.myBorderColor { border: 1px solid #585F0F; }

<div style="border:3px solid #585F0F">Div</div>

This div border color is #585F0F.


Opacity

.myOpacity80 { color: #585F0F; opacity: 0.8; }

<p style="color:#585F0F;opacity:0.8;">80%</p>

Text with #585F0F 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 #585F0F;}

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

This text has shadow with #585F0F color.

.textShadow {text-shadow: 3px 3px 1px #585F0F, 3px 3px 1px red;}

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

This text has shadow with #585F0F primary color and red secondary color.


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

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

This text has shadow with #585F0F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585F0F on black background.


Color preview on white background

This text has color #585F0F on white background.



Black color preview on #585F0F background

This text has black color on #585F0F background.


White color preview on #585F0F background

This text has white color on #585F0F background.