COLOR #04570E

HEX: #04570E
RGB: (4,87,14)

Color info

#04570E contains mainly green color. Web safe color of #04570E is #006600 (or #060).

RGB color model

#04570E color RGB value is (4,87,14).

  • red value is 4;
  • green value is 87;
  • blue value is 14.
RGB:
(4,87,14)
(2%,34%,5%)

RGB channels and saturation

R 4 of 255 = 2%
G 87 of 255 = 34%
B 14 of 255 = 5%

4
87
14

R + G + B ~ 14%. #04570E is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 87 + 14 = 105 (100%)
R 4 of 105 ~ 3.81%
G 87 of 105 ~ 82.86%
B 14 of 105 ~ 13.33%

%82.86
%13.33

CMYK color model

#04570E color CMYK value is (95,0,84,66).

  • cyan value is 95.40%
  • magenta value is 0.00%
  • yellow value is 83.91%
  • key color value is 65.88%
CMYK:
(95,0,84,66)
C95M0Y84K66 
(95%,0%,84%,66%)
(0.95/0.00/0.84/0.66)	

CMYK percentages

%95.4
%0
%83.91
%65.88

Codes

Color #04570E in popluar color models

04570E
RGB48714
HSL127°91.21%17.84%
HSB/HSV127°95.40%34.12%
CMYK95.40%0.00%83.91%
65.88%

Color #04570E in popluar number systems.

HEX04570E
Decimal48714
Binary10010101111110
Octal412716

Shades and tints

Shades of #04570E

#04570E
(4,87,14)
#04500D
(4,80,13)
#04490C
(4,73,12)
#04420B
(4,66,11)
#043B0A
(4,59,10)
#043409
(4,52,9)
#042D08
(4,45,8)
#042607
(4,38,7)
#041F06
(4,31,6)
#041805
(4,24,5)
#041104
(4,17,4)
#000000
(0,0,0)

Tints of #04570E

#04570E
(4,87,14)
#1A6623
(26,102,35)
#307538
(48,117,56)
#46844D
(70,132,77)
#5C9362
(92,147,98)
#72A277
(114,162,119)
#88B18C
(136,177,140)
#9EC0A1
(158,192,161)
#B4CFB6
(180,207,182)
#CADECB
(202,222,203)
#E0EDE0
(224,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04570E color. Also use rgb(4,87,14) instead hex code.

Text Font Color

.myTextColor { color: #04570E; }

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

This text font color is #04570E.


Background Color

.myBgColor { background-color: #04570E; }

<div style="background-color:#04570E">Inner text</div>

This div background color is #04570E.


Border color

.myBorderColor { border: 1px solid #04570E; }

<div style="border:3px solid #04570E">Div</div>

This div border color is #04570E.


Opacity

.myOpacity80 { color: #04570E; opacity: 0.8; }

<p style="color:#04570E;opacity:0.8;">80%</p>

Text with #04570E 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 #04570E;}

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

This text has shadow with #04570E color.

.textShadow {text-shadow: 3px 3px 1px #04570E, 3px 3px 1px red;}

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

This text has shadow with #04570E primary color and red secondary color.


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

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

This text has shadow with #04570E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04570E on black background.


Color preview on white background

This text has color #04570E on white background.



Black color preview on #04570E background

This text has black color on #04570E background.


White color preview on #04570E background

This text has white color on #04570E background.