COLOR #0E5A28

HEX: #0E5A28 RGB: (14,90,40)

Color info

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

RGB color model

#0E5A28 color RGB value is (14,90,40).

RGB: (14,90,40) (5%, 35%, 16%)

RGB channels and saturation

R 14 of 255 = 5%
G 90 of 255 = 35%
B 40 of 255 = 16%

14
90
40

R + G + B ~ 19%. #0E5A28 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 90 + 40 = 144 (100%)
R 14 of 144 ~ 9.72%
G 90 of 144 ~ 62.5%
B 40 of 144 ~ 27.78'%

%62.5
%27.78

CMYK color model

#0E5A28 color CMYK value is (84,0,56,65).

  • cyan value is 84.44%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 64.71%

CMYK: (84,0,56,65)
C84M0Y56K65 (84%, 0%, 56%, 65%)
(0.84 / 0.00 / 0.56 / 0.65)

CMYK percentages

%84.44
%0
%55.56
%64.71

Codes

Color #0E5A28 in popluar color models

0E 5A 28
RGB 14 90 40
HSL 141° 73.08% 20.39%
HSB/HSV 141° 84.44% 35.29%
CMYK 84.44% 0.00% 55.56%
64.71%

Color #0E5A28 in popluar number systems.

HEX 0E 5A 28
Decimal 14 90 40
Binary 1110 1011010 101000
Octal 16 132 50

Shades and tints

Shades of #0E5A28

#0E5A28
(14,90,40)
#0D5225
(13,82,37)
#0C4A22
(12,74,34)
#0B421F
(11,66,31)
#0A3A1C
(10,58,28)
#093219
(9,50,25)
#082A16
(8,42,22)
#072213
(7,34,19)
#061A10
(6,26,16)
#05120D
(5,18,13)
#040A0A
(4,10,10)
#000000
(0,0,0)

Tints of #0E5A28

#0E5A28
(14,90,40)
#23693B
(35,105,59)
#38784E
(56,120,78)
#4D8761
(77,135,97)
#629674
(98,150,116)
#77A587
(119,165,135)
#8CB49A
(140,180,154)
#A1C3AD
(161,195,173)
#B6D2C0
(182,210,192)
#CBE1D3
(203,225,211)
#E0F0E6
(224,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E5A28 color. Also use rgb(14,90,40) instead hex code.

Text Font Color

.myTextColor { color: #0E5A28; }

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

This text font color is #0E5A28.

Background Color

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

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

This div background color is #0E5A28.

Border color

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

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

This div border color is #0E5A28.

Opacity

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

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

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

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

This text has shadow with #0E5A28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E5A28.

Preview

Color preview on black background

This text has color #0E5A28 on black background.


Color preview on white background

This text has color #0E5A28 on white background.


Black color preview on #0E5A28 background

This text has black color on #0E5A28 background.


White color preview on #0E5A28 background

This text has white color on #0E5A28 background.


Related colors

Complementary color

Complementary color for #hex is #F1A5D7.


I love getcolorcode.com

Triadic colors

1 #280E5A and #5A280E with #0E5A28 are triadic colors.

2 #285A0E and #5A0E28 with #0E5A28 are triadic colors.