COLOR #0E570C

HEX: #0E570C
RGB: (14,87,12)

Color info

#0E570C contains mainly green color. Web safe color of #0E570C is #006600 (or #060).

RGB color model

#0E570C color RGB value is (14,87,12).

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

RGB channels and saturation

R 14 of 255 = 5%
G 87 of 255 = 34%
B 12 of 255 = 5%

14
87
12

R + G + B ~ 15%. #0E570C is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 87 + 12 = 113 (100%)
R 14 of 113 ~ 12.39%
G 87 of 113 ~ 76.99%
B 12 of 113 ~ 10.62%

%12.39
%76.99
%10.62

CMYK color model

#0E570C color CMYK value is (84,0,86,66).

  • cyan value is 83.91%
  • magenta value is 0.00%
  • yellow value is 86.21%
  • key color value is 65.88%
CMYK:
(84,0,86,66)
C84M0Y86K66 
(84%,0%,86%,66%)
(0.84/0.00/0.86/0.66)	

CMYK percentages

%83.91
%0
%86.21
%65.88

Codes

Color #0E570C in popluar color models

0E570C
RGB148712
HSL118°75.76%19.41%
HSB/HSV118°86.21%34.12%
CMYK83.91%0.00%86.21%
65.88%

Color #0E570C in popluar number systems.

HEX0E570C
Decimal148712
Binary111010101111100
Octal1612714

Shades and tints

Shades of #0E570C

#0E570C
(14,87,12)
#0D500B
(13,80,11)
#0C490A
(12,73,10)
#0B4209
(11,66,9)
#0A3B08
(10,59,8)
#093407
(9,52,7)
#082D06
(8,45,6)
#072605
(7,38,5)
#061F04
(6,31,4)
#051803
(5,24,3)
#041102
(4,17,2)
#000000
(0,0,0)

Tints of #0E570C

#0E570C
(14,87,12)
#236622
(35,102,34)
#387538
(56,117,56)
#4D844E
(77,132,78)
#629364
(98,147,100)
#77A27A
(119,162,122)
#8CB190
(140,177,144)
#A1C0A6
(161,192,166)
#B6CFBC
(182,207,188)
#CBDED2
(203,222,210)
#E0EDE8
(224,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E570C color. Also use rgb(14,87,12) instead hex code.

Text Font Color

.myTextColor { color: #0E570C; }

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

This text font color is #0E570C.


Background Color

.myBgColor { background-color: #0E570C; }

<div style="background-color:#0E570C">Inner text</div>

This div background color is #0E570C.


Border color

.myBorderColor { border: 1px solid #0E570C; }

<div style="border:3px solid #0E570C">Div</div>

This div border color is #0E570C.


Opacity

.myOpacity80 { color: #0E570C; opacity: 0.8; }

<p style="color:#0E570C;opacity:0.8;">80%</p>

Text with #0E570C 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 #0E570C;}

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

This text has shadow with #0E570C color.

.textShadow {text-shadow: 3px 3px 1px #0E570C, 3px 3px 1px red;}

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

This text has shadow with #0E570C primary color and red secondary color.


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

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

This text has shadow with #0E570C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E570C on black background.


Color preview on white background

This text has color #0E570C on white background.



Black color preview on #0E570C background

This text has black color on #0E570C background.


White color preview on #0E570C background

This text has white color on #0E570C background.