COLOR #57823C

HEX: #57823C RGB: (87,130,60)

Color info

#57823C contains mainly red and green colors. Web safe color of #57823C is #669933 (or #693).

RGB color model

#57823C color RGB value is (87,130,60).

RGB: (87,130,60) (34%, 51%, 24%)

RGB channels and saturation

R 87 of 255 = 34%
G 130 of 255 = 51%
B 60 of 255 = 24%

87
130
60

R + G + B ~ 36%. #57823C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 130 + 60 = 277 (100%)
R 87 of 277 ~ 31.41%
G 130 of 277 ~ 46.93%
B 60 of 277 ~ 21.66'%

%31.41
%46.93
%21.66

CMYK color model

#57823C color CMYK value is (33,0,54,49).

  • cyan value is 33.08%
  • magenta value is 0.00%
  • yellow value is 53.85%
  • key color value is 49.02%

CMYK: (33,0,54,49)
C33M0Y54K49 (33%, 0%, 54%, 49%)
(0.33 / 0.00 / 0.54 / 0.49)

CMYK percentages

%33.08
%0
%53.85
%49.02

Codes

Color #57823C in popluar color models

57 82 3C
RGB 87 130 60
HSL 97° 36.84% 37.25%
HSB/HSV 97° 53.85% 50.98%
CMYK 33.08% 0.00% 53.85%
49.02%

Color #57823C in popluar number systems.

HEX 57 82 3C
Decimal 87 130 60
Binary 1010111 10000010 111100
Octal 127 202 74

Shades and tints

Shades of #57823C

#57823C
(87,130,60)
#507737
(80,119,55)
#496C32
(73,108,50)
#42612D
(66,97,45)
#3B5628
(59,86,40)
#344B23
(52,75,35)
#2D401E
(45,64,30)
#263519
(38,53,25)
#1F2A14
(31,42,20)
#181F0F
(24,31,15)
#11140A
(17,20,10)
#000000
(0,0,0)

Tints of #57823C

#57823C
(87,130,60)
#668D4D
(102,141,77)
#75985E
(117,152,94)
#84A36F
(132,163,111)
#93AE80
(147,174,128)
#A2B991
(162,185,145)
#B1C4A2
(177,196,162)
#C0CFB3
(192,207,179)
#CFDAC4
(207,218,196)
#DEE5D5
(222,229,213)
#EDF0E6
(237,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57823C color. Also use rgb(87,130,60) instead hex code.

Text Font Color

.myTextColor { color: #57823C; }

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

This text font color is #57823C.

Background Color

.myBgColor { background-color: #57823C; }

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

This div background color is #57823C.

Border color

.myBorderColor { border: 1px solid #57823C; }

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

This div border color is #57823C.

Opacity

.myOpacity80 { color: #57823C; opacity: 0.8; }

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

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

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

This text has shadow with #57823C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57823C.

Preview

Color preview on black background

This text has color #57823C on black background.


Color preview on white background

This text has color #57823C on white background.


Black color preview on #57823C background

This text has black color on #57823C background.


White color preview on #57823C background

This text has white color on #57823C background.


Related colors

Complementary color

Complementary color for #hex is #A87DC3.


I love getcolorcode.com

Triadic colors

1 #3C5782 and #823C57 with #57823C are triadic colors.

2 #3C8257 and #82573C with #57823C are triadic colors.