COLOR #585330

HEX: #585330
RGB: (88,83,48)

Color info

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

RGB color model

#585330 color RGB value is (88,83,48).

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

RGB channels and saturation

R 88 of 255 = 35%
G 83 of 255 = 33%
B 48 of 255 = 19%

88
83
48

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

Portions of RGB colors in percentages

R + G + B =
88 + 83 + 48 = 219 (100%)
R 88 of 219 ~ 40.18%
G 83 of 219 ~ 37.9%
B 48 of 219 ~ 21.92%

%40.18
%37.9
%21.92

CMYK color model

#585330 color CMYK value is (0,6,45,65).

  • cyan value is 0.00%
  • magenta value is 5.68%
  • yellow value is 45.45%
  • key color value is 65.49%
CMYK:
(0,6,45,65)
C0M6Y45K65 
(0%,6%,45%,65%)
(0.00/0.06/0.45/0.65)	

CMYK percentages

%0
%5.68
%45.45
%65.49

Codes

Color #585330 in popluar color models

585330
RGB888348
HSL53°29.41%26.67%
HSB/HSV53°45.45%34.51%
CMYK0.00%5.68%45.45%
65.49%

Color #585330 in popluar number systems.

HEX585330
Decimal888348
Binary10110001010011110000
Octal13012360

Shades and tints

Shades of #585330

#585330
(88,83,48)
#504C2C
(80,76,44)
#484528
(72,69,40)
#403E24
(64,62,36)
#383720
(56,55,32)
#30301C
(48,48,28)
#282918
(40,41,24)
#202214
(32,34,20)
#181B10
(24,27,16)
#10140C
(16,20,12)
#080D08
(8,13,8)
#000000
(0,0,0)

Tints of #585330

#585330
(88,83,48)
#676242
(103,98,66)
#767154
(118,113,84)
#858066
(133,128,102)
#948F78
(148,143,120)
#A39E8A
(163,158,138)
#B2AD9C
(178,173,156)
#C1BCAE
(193,188,174)
#D0CBC0
(208,203,192)
#DFDAD2
(223,218,210)
#EEE9E4
(238,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585330; }

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

This text font color is #585330.


Background Color

.myBgColor { background-color: #585330; }

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

This div background color is #585330.


Border color

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

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

This div border color is #585330.


Opacity

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

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

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

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

This text has shadow with #585330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585330 on black background.


Color preview on white background

This text has color #585330 on white background.



Black color preview on #585330 background

This text has black color on #585330 background.


White color preview on #585330 background

This text has white color on #585330 background.