COLOR #585705

HEX: #585705
RGB: (88,87,5)

Color info

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

RGB color model

#585705 color RGB value is (88,87,5).

  • red value is 88;
  • green value is 87;
  • blue value is 5.
RGB:
(88,87,5)
(35%,34%,2%)

RGB channels and saturation

R 88 of 255 = 35%
G 87 of 255 = 34%
B 5 of 255 = 2%

88
87
5

R + G + B ~ 24%. #585705 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 87 + 5 = 180 (100%)
R 88 of 180 ~ 48.89%
G 87 of 180 ~ 48.33%
B 5 of 180 ~ 2.78%

%48.89
%48.33

CMYK color model

#585705 color CMYK value is (0,1,94,65).

  • cyan value is 0.00%
  • magenta value is 1.14%
  • yellow value is 94.32%
  • key color value is 65.49%
CMYK:
(0,1,94,65)
C0M1Y94K65 
(0%,1%,94%,65%)
(0.00/0.01/0.94/0.65)	

CMYK percentages

%0
%1.14
%94.32
%65.49

Codes

Color #585705 in popluar color models

585705
RGB88875
HSL59°89.25%18.24%
HSB/HSV59°94.32%34.51%
CMYK0.00%1.14%94.32%
65.49%

Color #585705 in popluar number systems.

HEX585705
Decimal88875
Binary10110001010111101
Octal1301275

Shades and tints

Shades of #585705

#585705
(88,87,5)
#505005
(80,80,5)
#484905
(72,73,5)
#404205
(64,66,5)
#383B05
(56,59,5)
#303405
(48,52,5)
#282D05
(40,45,5)
#202605
(32,38,5)
#181F05
(24,31,5)
#101805
(16,24,5)
#081105
(8,17,5)
#000000
(0,0,0)

Tints of #585705

#585705
(88,87,5)
#67661B
(103,102,27)
#767531
(118,117,49)
#858447
(133,132,71)
#94935D
(148,147,93)
#A3A273
(163,162,115)
#B2B189
(178,177,137)
#C1C09F
(193,192,159)
#D0CFB5
(208,207,181)
#DFDECB
(223,222,203)
#EEEDE1
(238,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585705 color. Also use rgb(88,87,5) instead hex code.

Text Font Color

.myTextColor { color: #585705; }

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

This text font color is #585705.


Background Color

.myBgColor { background-color: #585705; }

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

This div background color is #585705.


Border color

.myBorderColor { border: 1px solid #585705; }

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

This div border color is #585705.


Opacity

.myOpacity80 { color: #585705; opacity: 0.8; }

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

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

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

This text has shadow with #585705 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585705 on black background.


Color preview on white background

This text has color #585705 on white background.



Black color preview on #585705 background

This text has black color on #585705 background.


White color preview on #585705 background

This text has white color on #585705 background.