COLOR #4C573B

HEX: #4C573B RGB: (76,87,59)

Color info

#4C573B contains red, green and blue colors in about the same proportion. Web safe color of #4C573B is #336633 (or #363).

RGB color model

#4C573B color RGB value is (76,87,59).

RGB: (76,87,59) (30%, 34%, 23%)

RGB channels and saturation

R 76 of 255 = 30%
G 87 of 255 = 34%
B 59 of 255 = 23%

76
87
59

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

Portions of RGB colors in percentages

R + G + B = 76 + 87 + 59 = 222 (100%)
R 76 of 222 ~ 34.23%
G 87 of 222 ~ 39.19%
B 59 of 222 ~ 26.58'%

%34.23
%39.19
%26.58

CMYK color model

#4C573B color CMYK value is (13,0,32,66).

  • cyan value is 12.64%
  • magenta value is 0.00%
  • yellow value is 32.18%
  • key color value is 65.88%

CMYK: (13,0,32,66)
C13M0Y32K66 (13%, 0%, 32%, 66%)
(0.13 / 0.00 / 0.32 / 0.66)

CMYK percentages

%12.64
%0
%32.18
%65.88

Codes

Color #4C573B in popluar color models

4C 57 3B
RGB 76 87 59
HSL 84° 19.18% 28.63%
HSB/HSV 84° 32.18% 34.12%
CMYK 12.64% 0.00% 32.18%
65.88%

Color #4C573B in popluar number systems.

HEX 4C 57 3B
Decimal 76 87 59
Binary 1001100 1010111 111011
Octal 114 127 73

Shades and tints

Shades of #4C573B

#4C573B
(76,87,59)
#465036
(70,80,54)
#404931
(64,73,49)
#3A422C
(58,66,44)
#343B27
(52,59,39)
#2E3422
(46,52,34)
#282D1D
(40,45,29)
#222618
(34,38,24)
#1C1F13
(28,31,19)
#16180E
(22,24,14)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #4C573B

#4C573B
(76,87,59)
#5C664C
(92,102,76)
#6C755D
(108,117,93)
#7C846E
(124,132,110)
#8C937F
(140,147,127)
#9CA290
(156,162,144)
#ACB1A1
(172,177,161)
#BCC0B2
(188,192,178)
#CCCFC3
(204,207,195)
#DCDED4
(220,222,212)
#ECEDE5
(236,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C573B color. Also use rgb(76,87,59) instead hex code.

Text Font Color

.myTextColor { color: #4C573B; }

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

This text font color is #4C573B.

Background Color

.myBgColor { background-color: #4C573B; }

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

This div background color is #4C573B.

Border color

.myBorderColor { border: 1px solid #4C573B; }

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

This div border color is #4C573B.

Opacity

.myOpacity80 { color: #4C573B; opacity: 0.8; }

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

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

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

This text has shadow with #4C573B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C573B.

Preview

Color preview on black background

This text has color #4C573B on black background.


Color preview on white background

This text has color #4C573B on white background.


Black color preview on #4C573B background

This text has black color on #4C573B background.


White color preview on #4C573B background

This text has white color on #4C573B background.


Related colors

Complementary color

Complementary color for #hex is #B3A8C4.


I love getcolorcode.com

Triadic colors

1 #3B4C57 and #573B4C with #4C573B are triadic colors.

2 #3B574C and #574C3B with #4C573B are triadic colors.