COLOR #585730

HEX: #585730
RGB: (88,87,48)

Color info

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

RGB color model

#585730 color RGB value is (88,87,48).

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

RGB channels and saturation

R 88 of 255 = 35%
G 87 of 255 = 34%
B 48 of 255 = 19%

88
87
48

R + G + B ~ 29%. #585730 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 87 + 48 = 223 (100%)
R 88 of 223 ~ 39.46%
G 87 of 223 ~ 39.01%
B 48 of 223 ~ 21.52%

%39.46
%39.01
%21.52

CMYK color model

#585730 color CMYK value is (0,1,45,65).

  • cyan value is 0.00%
  • magenta value is 1.14%
  • yellow value is 45.45%
  • key color value is 65.49%
CMYK:
(0,1,45,65)
C0M1Y45K65 
(0%,1%,45%,65%)
(0.00/0.01/0.45/0.65)	

CMYK percentages

%0
%1.14
%45.45
%65.49

Codes

Color #585730 in popluar color models

585730
RGB888748
HSL59°29.41%26.67%
HSB/HSV59°45.45%34.51%
CMYK0.00%1.14%45.45%
65.49%

Color #585730 in popluar number systems.

HEX585730
Decimal888748
Binary10110001010111110000
Octal13012760

Shades and tints

Shades of #585730

#585730
(88,87,48)
#50502C
(80,80,44)
#484928
(72,73,40)
#404224
(64,66,36)
#383B20
(56,59,32)
#30341C
(48,52,28)
#282D18
(40,45,24)
#202614
(32,38,20)
#181F10
(24,31,16)
#10180C
(16,24,12)
#081108
(8,17,8)
#000000
(0,0,0)

Tints of #585730

#585730
(88,87,48)
#676642
(103,102,66)
#767554
(118,117,84)
#858466
(133,132,102)
#949378
(148,147,120)
#A3A28A
(163,162,138)
#B2B19C
(178,177,156)
#C1C0AE
(193,192,174)
#D0CFC0
(208,207,192)
#DFDED2
(223,222,210)
#EEEDE4
(238,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585730; }

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

This text font color is #585730.


Background Color

.myBgColor { background-color: #585730; }

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

This div background color is #585730.


Border color

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

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

This div border color is #585730.


Opacity

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

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

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

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

This text has shadow with #585730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585730 on black background.


Color preview on white background

This text has color #585730 on white background.



Black color preview on #585730 background

This text has black color on #585730 background.


White color preview on #585730 background

This text has white color on #585730 background.