COLOR #4E570D

HEX: #4E570D
RGB: (78,87,13)

Color info

#4E570D contains mainly red and green colors. Web safe color of #4E570D is #666600 (or #660).

RGB color model

#4E570D color RGB value is (78,87,13).

  • red value is 78;
  • green value is 87;
  • blue value is 13.
RGB:
(78,87,13)
(31%,34%,5%)

RGB channels and saturation

R 78 of 255 = 31%
G 87 of 255 = 34%
B 13 of 255 = 5%

78
87
13

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

Portions of RGB colors in percentages

R + G + B =
78 + 87 + 13 = 178 (100%)
R 78 of 178 ~ 43.82%
G 87 of 178 ~ 48.88%
B 13 of 178 ~ 7.3%

%43.82
%48.88

CMYK color model

#4E570D color CMYK value is (10,0,85,66).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 85.06%
  • key color value is 65.88%
CMYK:
(10,0,85,66)
C10M0Y85K66 
(10%,0%,85%,66%)
(0.10/0.00/0.85/0.66)	

CMYK percentages

%10.34
%0
%85.06
%65.88

Codes

Color #4E570D in popluar color models

4E570D
RGB788713
HSL67°74.00%19.61%
HSB/HSV67°85.06%34.12%
CMYK10.34%0.00%85.06%
65.88%

Color #4E570D in popluar number systems.

HEX4E570D
Decimal788713
Binary100111010101111101
Octal11612715

Shades and tints

Shades of #4E570D

#4E570D
(78,87,13)
#47500C
(71,80,12)
#40490B
(64,73,11)
#39420A
(57,66,10)
#323B09
(50,59,9)
#2B3408
(43,52,8)
#242D07
(36,45,7)
#1D2606
(29,38,6)
#161F05
(22,31,5)
#0F1804
(15,24,4)
#081103
(8,17,3)
#000000
(0,0,0)

Tints of #4E570D

#4E570D
(78,87,13)
#5E6623
(94,102,35)
#6E7539
(110,117,57)
#7E844F
(126,132,79)
#8E9365
(142,147,101)
#9EA27B
(158,162,123)
#AEB191
(174,177,145)
#BEC0A7
(190,192,167)
#CECFBD
(206,207,189)
#DEDED3
(222,222,211)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E570D color. Also use rgb(78,87,13) instead hex code.

Text Font Color

.myTextColor { color: #4E570D; }

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

This text font color is #4E570D.


Background Color

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

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

This div background color is #4E570D.


Border color

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

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

This div border color is #4E570D.


Opacity

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

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

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

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

This text has shadow with #4E570D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E570D on black background.


Color preview on white background

This text has color #4E570D on white background.



Black color preview on #4E570D background

This text has black color on #4E570D background.


White color preview on #4E570D background

This text has white color on #4E570D background.