COLOR #576734

HEX: #576734
RGB: (87,103,52)

Color info

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

RGB color model

#576734 color RGB value is (87,103,52).

  • red value is 87;
  • green value is 103;
  • blue value is 52.
RGB:
(87,103,52)
(34%,40%,20%)

RGB channels and saturation

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

87
103
52

R + G + B ~ 31%. #576734 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 103 + 52 = 242 (100%)
R 87 of 242 ~ 35.95%
G 103 of 242 ~ 42.56%
B 52 of 242 ~ 21.49%

%35.95
%42.56
%21.49

CMYK color model

#576734 color CMYK value is (16,0,50,60).

  • cyan value is 15.53%
  • magenta value is 0.00%
  • yellow value is 49.51%
  • key color value is 59.61%
CMYK:
(16,0,50,60)
C16M0Y50K60 
(16%,0%,50%,60%)
(0.16/0.00/0.50/0.60)	

CMYK percentages

%15.53
%0
%49.51
%59.61

Codes

Color #576734 in popluar color models

576734
RGB8710352
HSL79°32.90%30.39%
HSB/HSV79°49.51%40.39%
CMYK15.53%0.00%49.51%
59.61%

Color #576734 in popluar number systems.

HEX576734
Decimal8710352
Binary10101111100111110100
Octal12714764

Shades and tints

Shades of #576734

#576734
(87,103,52)
#505E30
(80,94,48)
#49552C
(73,85,44)
#424C28
(66,76,40)
#3B4324
(59,67,36)
#343A20
(52,58,32)
#2D311C
(45,49,28)
#262818
(38,40,24)
#1F1F14
(31,31,20)
#181610
(24,22,16)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #576734

#576734
(87,103,52)
#667446
(102,116,70)
#758158
(117,129,88)
#848E6A
(132,142,106)
#939B7C
(147,155,124)
#A2A88E
(162,168,142)
#B1B5A0
(177,181,160)
#C0C2B2
(192,194,178)
#CFCFC4
(207,207,196)
#DEDCD6
(222,220,214)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576734; }

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

This text font color is #576734.


Background Color

.myBgColor { background-color: #576734; }

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

This div background color is #576734.


Border color

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

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

This div border color is #576734.


Opacity

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

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

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

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

This text has shadow with #576734 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576734 on black background.


Color preview on white background

This text has color #576734 on white background.



Black color preview on #576734 background

This text has black color on #576734 background.


White color preview on #576734 background

This text has white color on #576734 background.