COLOR #575734

HEX: #575734 RGB: (87,87,52)

Color info

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

RGB color model

#575734 color RGB value is (87,87,52).

RGB: (87,87,52) (34%, 34%, 20%)

RGB channels and saturation

R 87 of 255 = 34%
G 87 of 255 = 34%
B 52 of 255 = 20%

87
87
52

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

Portions of RGB colors in percentages

R + G + B = 87 + 87 + 52 = 226 (100%)
R 87 of 226 ~ 38.5%
G 87 of 226 ~ 38.5%
B 52 of 226 ~ 23.01'%

%38.5
%38.5
%23.01

CMYK color model

#575734 color CMYK value is (0,0,40,66).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 40.23%
  • key color value is 65.88%

CMYK: (0,0,40,66)
C0M0Y40K66 (0%, 0%, 40%, 66%)
(0.00 / 0.00 / 0.40 / 0.66)

CMYK percentages

%0
%0
%40.23
%65.88

Codes

Color #575734 in popluar color models

57 57 34
RGB 87 87 52
HSL 60° 25.18% 27.25%
HSB/HSV 60° 40.23% 34.12%
CMYK 0.00% 0.00% 40.23%
65.88%

Color #575734 in popluar number systems.

HEX 57 57 34
Decimal 87 87 52
Binary 1010111 1010111 110100
Octal 127 127 64

Shades and tints

Shades of #575734

#575734
(87,87,52)
#505030
(80,80,48)
#49492C
(73,73,44)
#424228
(66,66,40)
#3B3B24
(59,59,36)
#343420
(52,52,32)
#2D2D1C
(45,45,28)
#262618
(38,38,24)
#1F1F14
(31,31,20)
#181810
(24,24,16)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #575734

#575734
(87,87,52)
#666646
(102,102,70)
#757558
(117,117,88)
#84846A
(132,132,106)
#93937C
(147,147,124)
#A2A28E
(162,162,142)
#B1B1A0
(177,177,160)
#C0C0B2
(192,192,178)
#CFCFC4
(207,207,196)
#DEDED6
(222,222,214)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575734; }

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

This text font color is #575734.

Background Color

.myBgColor { background-color: #575734; }

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

This div background color is #575734.

Border color

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

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

This div border color is #575734.

Opacity

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

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

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

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

This text has shadow with #575734 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #575734.

Preview

Color preview on black background

This text has color #575734 on black background.


Color preview on white background

This text has color #575734 on white background.


Black color preview on #575734 background

This text has black color on #575734 background.


White color preview on #575734 background

This text has white color on #575734 background.


Related colors

Complementary color

Complementary color for #hex is #A8A8CB.


I love getcolorcode.com