COLOR #585017

HEX: #585017
RGB: (88,80,23)

Color info

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

RGB color model

#585017 color RGB value is (88,80,23).

  • red value is 88;
  • green value is 80;
  • blue value is 23.
RGB:
(88,80,23)
(35%,31%,9%)

RGB channels and saturation

R 88 of 255 = 35%
G 80 of 255 = 31%
B 23 of 255 = 9%

88
80
23

R + G + B ~ 25%. #585017 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 80 + 23 = 191 (100%)
R 88 of 191 ~ 46.07%
G 80 of 191 ~ 41.88%
B 23 of 191 ~ 12.04%

%46.07
%41.88
%12.04

CMYK color model

#585017 color CMYK value is (0,9,74,65).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 73.86%
  • key color value is 65.49%
CMYK:
(0,9,74,65)
C0M9Y74K65 
(0%,9%,74%,65%)
(0.00/0.09/0.74/0.65)	

CMYK percentages

%0
%9.09
%73.86
%65.49

Codes

Color #585017 in popluar color models

585017
RGB888023
HSL53°58.56%21.76%
HSB/HSV53°73.86%34.51%
CMYK0.00%9.09%73.86%
65.49%

Color #585017 in popluar number systems.

HEX585017
Decimal888023
Binary1011000101000010111
Octal13012027

Shades and tints

Shades of #585017

#585017
(88,80,23)
#504915
(80,73,21)
#484213
(72,66,19)
#403B11
(64,59,17)
#38340F
(56,52,15)
#302D0D
(48,45,13)
#28260B
(40,38,11)
#201F09
(32,31,9)
#181807
(24,24,7)
#101105
(16,17,5)
#080A03
(8,10,3)
#000000
(0,0,0)

Tints of #585017

#585017
(88,80,23)
#675F2C
(103,95,44)
#766E41
(118,110,65)
#857D56
(133,125,86)
#948C6B
(148,140,107)
#A39B80
(163,155,128)
#B2AA95
(178,170,149)
#C1B9AA
(193,185,170)
#D0C8BF
(208,200,191)
#DFD7D4
(223,215,212)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585017; }

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

This text font color is #585017.


Background Color

.myBgColor { background-color: #585017; }

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

This div background color is #585017.


Border color

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

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

This div border color is #585017.


Opacity

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

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

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

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

This text has shadow with #585017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585017 on black background.


Color preview on white background

This text has color #585017 on white background.



Black color preview on #585017 background

This text has black color on #585017 background.


White color preview on #585017 background

This text has white color on #585017 background.