COLOR #575830

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

87
88
48

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

Portions of RGB colors in percentages

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

%39.01
%39.46
%21.52

CMYK color model

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

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

CMYK percentages

%1.14
%0
%45.45
%65.49

Codes

Color #575830 in popluar color models

575830
RGB878848
HSL62°29.41%26.67%
HSB/HSV62°45.45%34.51%
CMYK1.14%0.00%45.45%
65.49%

Color #575830 in popluar number systems.

HEX575830
Decimal878848
Binary10101111011000110000
Octal12713060

Shades and tints

Shades of #575830

#575830
(87,88,48)
#50502C
(80,80,44)
#494828
(73,72,40)
#424024
(66,64,36)
#3B3820
(59,56,32)
#34301C
(52,48,28)
#2D2818
(45,40,24)
#262014
(38,32,20)
#1F1810
(31,24,16)
#18100C
(24,16,12)
#110808
(17,8,8)
#000000
(0,0,0)

Tints of #575830

#575830
(87,88,48)
#666742
(102,103,66)
#757654
(117,118,84)
#848566
(132,133,102)
#939478
(147,148,120)
#A2A38A
(162,163,138)
#B1B29C
(177,178,156)
#C0C1AE
(192,193,174)
#CFD0C0
(207,208,192)
#DEDFD2
(222,223,210)
#EDEEE4
(237,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575830; }

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

This text font color is #575830.


Background Color

.myBgColor { background-color: #575830; }

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

This div background color is #575830.


Border color

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

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

This div border color is #575830.


Opacity

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

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

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

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

This text has shadow with #575830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575830 on black background.


Color preview on white background

This text has color #575830 on white background.



Black color preview on #575830 background

This text has black color on #575830 background.


White color preview on #575830 background

This text has white color on #575830 background.