COLOR #0E5838

HEX: #0E5838
RGB: (14,88,56)

Color info

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

RGB color model

#0E5838 color RGB value is (14,88,56).

  • red value is 14;
  • green value is 88;
  • blue value is 56.
RGB:
(14,88,56)
(5%,35%,22%)

RGB channels and saturation

R 14 of 255 = 5%
G 88 of 255 = 35%
B 56 of 255 = 22%

14
88
56

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

Portions of RGB colors in percentages

R + G + B =
14 + 88 + 56 = 158 (100%)
R 14 of 158 ~ 8.86%
G 88 of 158 ~ 55.7%
B 56 of 158 ~ 35.44%

%55.7
%35.44

CMYK color model

#0E5838 color CMYK value is (84,0,36,65).

  • cyan value is 84.09%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 65.49%
CMYK:
(84,0,36,65)
C84M0Y36K65 
(84%,0%,36%,65%)
(0.84/0.00/0.36/0.65)	

CMYK percentages

%84.09
%0
%36.36
%65.49

Codes

Color #0E5838 in popluar color models

0E5838
RGB148856
HSL154°72.55%20.00%
HSB/HSV154°84.09%34.51%
CMYK84.09%0.00%36.36%
65.49%

Color #0E5838 in popluar number systems.

HEX0E5838
Decimal148856
Binary11101011000111000
Octal1613070

Shades and tints

Shades of #0E5838

#0E5838
(14,88,56)
#0D5033
(13,80,51)
#0C482E
(12,72,46)
#0B4029
(11,64,41)
#0A3824
(10,56,36)
#09301F
(9,48,31)
#08281A
(8,40,26)
#072015
(7,32,21)
#061810
(6,24,16)
#05100B
(5,16,11)
#040806
(4,8,6)
#000000
(0,0,0)

Tints of #0E5838

#0E5838
(14,88,56)
#23674A
(35,103,74)
#38765C
(56,118,92)
#4D856E
(77,133,110)
#629480
(98,148,128)
#77A392
(119,163,146)
#8CB2A4
(140,178,164)
#A1C1B6
(161,193,182)
#B6D0C8
(182,208,200)
#CBDFDA
(203,223,218)
#E0EEEC
(224,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E5838 color. Also use rgb(14,88,56) instead hex code.

Text Font Color

.myTextColor { color: #0E5838; }

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

This text font color is #0E5838.


Background Color

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

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

This div background color is #0E5838.


Border color

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

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

This div border color is #0E5838.


Opacity

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

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

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

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

This text has shadow with #0E5838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E5838 on black background.


Color preview on white background

This text has color #0E5838 on white background.



Black color preview on #0E5838 background

This text has black color on #0E5838 background.


White color preview on #0E5838 background

This text has white color on #0E5838 background.