COLOR #4C570A

HEX: #4C570A
RGB: (76,87,10)

Color info

#4C570A contains mainly red and green colors. Web safe color of #4C570A is #336600 (or #360).

RGB color model

#4C570A color RGB value is (76,87,10).

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

RGB channels and saturation

R 76 of 255 = 30%
G 87 of 255 = 34%
B 10 of 255 = 4%

76
87
10

R + G + B ~ 23%. #4C570A is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 87 + 10 = 173 (100%)
R 76 of 173 ~ 43.93%
G 87 of 173 ~ 50.29%
B 10 of 173 ~ 5.78%

%43.93
%50.29

CMYK color model

#4C570A color CMYK value is (13,0,89,66).

  • cyan value is 12.64%
  • magenta value is 0.00%
  • yellow value is 88.51%
  • key color value is 65.88%
CMYK:
(13,0,89,66)
C13M0Y89K66 
(13%,0%,89%,66%)
(0.13/0.00/0.89/0.66)	

CMYK percentages

%12.64
%0
%88.51
%65.88

Codes

Color #4C570A in popluar color models

4C570A
RGB768710
HSL69°79.38%19.02%
HSB/HSV69°88.51%34.12%
CMYK12.64%0.00%88.51%
65.88%

Color #4C570A in popluar number systems.

HEX4C570A
Decimal768710
Binary100110010101111010
Octal11412712

Shades and tints

Shades of #4C570A

#4C570A
(76,87,10)
#46500A
(70,80,10)
#40490A
(64,73,10)
#3A420A
(58,66,10)
#343B0A
(52,59,10)
#2E340A
(46,52,10)
#282D0A
(40,45,10)
#22260A
(34,38,10)
#1C1F0A
(28,31,10)
#16180A
(22,24,10)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #4C570A

#4C570A
(76,87,10)
#5C6620
(92,102,32)
#6C7536
(108,117,54)
#7C844C
(124,132,76)
#8C9362
(140,147,98)
#9CA278
(156,162,120)
#ACB18E
(172,177,142)
#BCC0A4
(188,192,164)
#CCCFBA
(204,207,186)
#DCDED0
(220,222,208)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C570A; }

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

This text font color is #4C570A.


Background Color

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

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

This div background color is #4C570A.


Border color

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

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

This div border color is #4C570A.


Opacity

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

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

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

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

This text has shadow with #4C570A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C570A on black background.


Color preview on white background

This text has color #4C570A on white background.



Black color preview on #4C570A background

This text has black color on #4C570A background.


White color preview on #4C570A background

This text has white color on #4C570A background.