COLOR #0E573D

HEX: #0E573D
RGB: (14,87,61)

Color info

#0E573D contains mainly green and blue colors. Web safe color of #0E573D is #006633 (or #063).

RGB color model

#0E573D color RGB value is (14,87,61).

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

RGB channels and saturation

R 14 of 255 = 5%
G 87 of 255 = 34%
B 61 of 255 = 24%

14
87
61

R + G + B ~ 21%. #0E573D is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 87 + 61 = 162 (100%)
R 14 of 162 ~ 8.64%
G 87 of 162 ~ 53.7%
B 61 of 162 ~ 37.65%

%53.7
%37.65

CMYK color model

#0E573D color CMYK value is (84,0,30,66).

  • cyan value is 83.91%
  • magenta value is 0.00%
  • yellow value is 29.89%
  • key color value is 65.88%
CMYK:
(84,0,30,66)
C84M0Y30K66 
(84%,0%,30%,66%)
(0.84/0.00/0.30/0.66)	

CMYK percentages

%83.91
%0
%29.89
%65.88

Codes

Color #0E573D in popluar color models

0E573D
RGB148761
HSL159°72.28%19.80%
HSB/HSV159°83.91%34.12%
CMYK83.91%0.00%29.89%
65.88%

Color #0E573D in popluar number systems.

HEX0E573D
Decimal148761
Binary11101010111111101
Octal1612775

Shades and tints

Shades of #0E573D

#0E573D
(14,87,61)
#0D5038
(13,80,56)
#0C4933
(12,73,51)
#0B422E
(11,66,46)
#0A3B29
(10,59,41)
#093424
(9,52,36)
#082D1F
(8,45,31)
#07261A
(7,38,26)
#061F15
(6,31,21)
#051810
(5,24,16)
#04110B
(4,17,11)
#000000
(0,0,0)

Tints of #0E573D

#0E573D
(14,87,61)
#23664E
(35,102,78)
#38755F
(56,117,95)
#4D8470
(77,132,112)
#629381
(98,147,129)
#77A292
(119,162,146)
#8CB1A3
(140,177,163)
#A1C0B4
(161,192,180)
#B6CFC5
(182,207,197)
#CBDED6
(203,222,214)
#E0EDE7
(224,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E573D; }

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

This text font color is #0E573D.


Background Color

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

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

This div background color is #0E573D.


Border color

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

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

This div border color is #0E573D.


Opacity

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

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

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

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

This text has shadow with #0E573D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E573D on black background.


Color preview on white background

This text has color #0E573D on white background.



Black color preview on #0E573D background

This text has black color on #0E573D background.


White color preview on #0E573D background

This text has white color on #0E573D background.