COLOR #585800

HEX: #585800
RGB: (88,88,0)

Color info

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

RGB color model

#585800 color RGB value is (88,88,0).

  • red value is 88;
  • green value is 88;
  • blue value is 0.
RGB:
(88,88,0)
(35%,35%,0%)

RGB channels and saturation

R 88 of 255 = 35%
G 88 of 255 = 35%
B 0 of 255 = 0%

88
88
0

R + G + B ~ 23%. #585800 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 88 + 0 = 176 (100%)
R 88 of 176 ~ 50%
G 88 of 176 ~ 50%
B 0 of 176 ~ 0%

%50
%50

CMYK color model

#585800 color CMYK value is (0,0,100,65).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 65.49%
CMYK:
(0,0,100,65)
C0M0Y100K65 
(0%,0%,100%,65%)
(0.00/0.00/1.00/0.65)	

CMYK percentages

%0
%0
%100
%65.49

Codes

Color #585800 in popluar color models

585800
RGB88880
HSL60°100.00%17.25%
HSB/HSV60°100.00%34.51%
CMYK0.00%0.00%100.00%
65.49%

Color #585800 in popluar number systems.

HEX585800
Decimal88880
Binary101100010110000
Octal1301300

Shades and tints

Shades of #585800

#585800
(88,88,0)
#505000
(80,80,0)
#484800
(72,72,0)
#404000
(64,64,0)
#383800
(56,56,0)
#303000
(48,48,0)
#282800
(40,40,0)
#202000
(32,32,0)
#181800
(24,24,0)
#101000
(16,16,0)
#080800
(8,8,0)
#000000
(0,0,0)

Tints of #585800

#585800
(88,88,0)
#676717
(103,103,23)
#76762E
(118,118,46)
#858545
(133,133,69)
#94945C
(148,148,92)
#A3A373
(163,163,115)
#B2B28A
(178,178,138)
#C1C1A1
(193,193,161)
#D0D0B8
(208,208,184)
#DFDFCF
(223,223,207)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585800; }

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

This text font color is #585800.


Background Color

.myBgColor { background-color: #585800; }

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

This div background color is #585800.


Border color

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

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

This div border color is #585800.


Opacity

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

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

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

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

This text has shadow with #585800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585800 on black background.


Color preview on white background

This text has color #585800 on white background.



Black color preview on #585800 background

This text has black color on #585800 background.


White color preview on #585800 background

This text has white color on #585800 background.