COLOR #585030

HEX: #585030
RGB: (88,80,48)

Color info

#585030 contains red, green and blue colors in about the same proportion. Web safe color of #585030 is #666633 (or #663).

RGB color model

#585030 color RGB value is (88,80,48).

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

RGB channels and saturation

R 88 of 255 = 35%
G 80 of 255 = 31%
B 48 of 255 = 19%

88
80
48

R + G + B ~ 28%. #585030 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 80 + 48 = 216 (100%)
R 88 of 216 ~ 40.74%
G 80 of 216 ~ 37.04%
B 48 of 216 ~ 22.22%

%40.74
%37.04
%22.22

CMYK color model

#585030 color CMYK value is (0,9,45,65).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 45.45%
  • key color value is 65.49%
CMYK:
(0,9,45,65)
C0M9Y45K65 
(0%,9%,45%,65%)
(0.00/0.09/0.45/0.65)	

CMYK percentages

%0
%9.09
%45.45
%65.49

Codes

Color #585030 in popluar color models

585030
RGB888048
HSL48°29.41%26.67%
HSB/HSV48°45.45%34.51%
CMYK0.00%9.09%45.45%
65.49%

Color #585030 in popluar number systems.

HEX585030
Decimal888048
Binary10110001010000110000
Octal13012060

Shades and tints

Shades of #585030

#585030
(88,80,48)
#50492C
(80,73,44)
#484228
(72,66,40)
#403B24
(64,59,36)
#383420
(56,52,32)
#302D1C
(48,45,28)
#282618
(40,38,24)
#201F14
(32,31,20)
#181810
(24,24,16)
#10110C
(16,17,12)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #585030

#585030
(88,80,48)
#675F42
(103,95,66)
#766E54
(118,110,84)
#857D66
(133,125,102)
#948C78
(148,140,120)
#A39B8A
(163,155,138)
#B2AA9C
(178,170,156)
#C1B9AE
(193,185,174)
#D0C8C0
(208,200,192)
#DFD7D2
(223,215,210)
#EEE6E4
(238,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585030; }

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

This text font color is #585030.


Background Color

.myBgColor { background-color: #585030; }

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

This div background color is #585030.


Border color

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

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

This div border color is #585030.


Opacity

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

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

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

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

This text has shadow with #585030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585030 on black background.


Color preview on white background

This text has color #585030 on white background.



Black color preview on #585030 background

This text has black color on #585030 background.


White color preview on #585030 background

This text has white color on #585030 background.