COLOR #4C573C

HEX: #4C573C
RGB: (76,87,60)

Color info

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

RGB color model

#4C573C color RGB value is (76,87,60).

  • red value is 76;
  • green value is 87;
  • blue value is 60.
RGB:
(76,87,60)
(30%,34%,24%)

RGB channels and saturation

R 76 of 255 = 30%
G 87 of 255 = 34%
B 60 of 255 = 24%

76
87
60

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

Portions of RGB colors in percentages

R + G + B =
76 + 87 + 60 = 223 (100%)
R 76 of 223 ~ 34.08%
G 87 of 223 ~ 39.01%
B 60 of 223 ~ 26.91%

%34.08
%39.01
%26.91

CMYK color model

#4C573C color CMYK value is (13,0,31,66).

  • cyan value is 12.64%
  • magenta value is 0.00%
  • yellow value is 31.03%
  • key color value is 65.88%
CMYK:
(13,0,31,66)
C13M0Y31K66 
(13%,0%,31%,66%)
(0.13/0.00/0.31/0.66)	

CMYK percentages

%12.64
%0
%31.03
%65.88

Codes

Color #4C573C in popluar color models

4C573C
RGB768760
HSL84°18.37%28.82%
HSB/HSV84°31.03%34.12%
CMYK12.64%0.00%31.03%
65.88%

Color #4C573C in popluar number systems.

HEX4C573C
Decimal768760
Binary10011001010111111100
Octal11412774

Shades and tints

Shades of #4C573C

#4C573C
(76,87,60)
#465037
(70,80,55)
#404932
(64,73,50)
#3A422D
(58,66,45)
#343B28
(52,59,40)
#2E3423
(46,52,35)
#282D1E
(40,45,30)
#222619
(34,38,25)
#1C1F14
(28,31,20)
#16180F
(22,24,15)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #4C573C

#4C573C
(76,87,60)
#5C664D
(92,102,77)
#6C755E
(108,117,94)
#7C846F
(124,132,111)
#8C9380
(140,147,128)
#9CA291
(156,162,145)
#ACB1A2
(172,177,162)
#BCC0B3
(188,192,179)
#CCCFC4
(204,207,196)
#DCDED5
(220,222,213)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C573C; }

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

This text font color is #4C573C.


Background Color

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

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

This div background color is #4C573C.


Border color

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

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

This div border color is #4C573C.


Opacity

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

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

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

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

This text has shadow with #4C573C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C573C on black background.


Color preview on white background

This text has color #4C573C on white background.



Black color preview on #4C573C background

This text has black color on #4C573C background.


White color preview on #4C573C background

This text has white color on #4C573C background.