COLOR #0E5830

HEX: #0E5830
RGB: (14,88,48)

Color info

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

RGB color model

#0E5830 color RGB value is (14,88,48).

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

RGB channels and saturation

R 14 of 255 = 5%
G 88 of 255 = 35%
B 48 of 255 = 19%

14
88
48

R + G + B ~ 20%. #0E5830 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 88 + 48 = 150 (100%)
R 14 of 150 ~ 9.33%
G 88 of 150 ~ 58.67%
B 48 of 150 ~ 32%

%58.67
%32

CMYK color model

#0E5830 color CMYK value is (84,0,45,65).

  • cyan value is 84.09%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 65.49%
CMYK:
(84,0,45,65)
C84M0Y45K65 
(84%,0%,45%,65%)
(0.84/0.00/0.45/0.65)	

CMYK percentages

%84.09
%0
%45.45
%65.49

Codes

Color #0E5830 in popluar color models

0E5830
RGB148848
HSL148°72.55%20.00%
HSB/HSV148°84.09%34.51%
CMYK84.09%0.00%45.45%
65.49%

Color #0E5830 in popluar number systems.

HEX0E5830
Decimal148848
Binary11101011000110000
Octal1613060

Shades and tints

Shades of #0E5830

#0E5830
(14,88,48)
#0D502C
(13,80,44)
#0C4828
(12,72,40)
#0B4024
(11,64,36)
#0A3820
(10,56,32)
#09301C
(9,48,28)
#082818
(8,40,24)
#072014
(7,32,20)
#061810
(6,24,16)
#05100C
(5,16,12)
#040808
(4,8,8)
#000000
(0,0,0)

Tints of #0E5830

#0E5830
(14,88,48)
#236742
(35,103,66)
#387654
(56,118,84)
#4D8566
(77,133,102)
#629478
(98,148,120)
#77A38A
(119,163,138)
#8CB29C
(140,178,156)
#A1C1AE
(161,193,174)
#B6D0C0
(182,208,192)
#CBDFD2
(203,223,210)
#E0EEE4
(224,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E5830; }

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

This text font color is #0E5830.


Background Color

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

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

This div background color is #0E5830.


Border color

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

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

This div border color is #0E5830.


Opacity

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

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

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

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

This text has shadow with #0E5830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E5830 on black background.


Color preview on white background

This text has color #0E5830 on white background.



Black color preview on #0E5830 background

This text has black color on #0E5830 background.


White color preview on #0E5830 background

This text has white color on #0E5830 background.