COLOR #0E583A

HEX: #0E583A
RGB: (14,88,58)

Color info

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

RGB color model

#0E583A color RGB value is (14,88,58).

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

RGB channels and saturation

R 14 of 255 = 5%
G 88 of 255 = 35%
B 58 of 255 = 23%

14
88
58

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

Portions of RGB colors in percentages

R + G + B =
14 + 88 + 58 = 160 (100%)
R 14 of 160 ~ 8.75%
G 88 of 160 ~ 55%
B 58 of 160 ~ 36.25%

%55
%36.25

CMYK color model

#0E583A color CMYK value is (84,0,34,65).

  • cyan value is 84.09%
  • magenta value is 0.00%
  • yellow value is 34.09%
  • key color value is 65.49%
CMYK:
(84,0,34,65)
C84M0Y34K65 
(84%,0%,34%,65%)
(0.84/0.00/0.34/0.65)	

CMYK percentages

%84.09
%0
%34.09
%65.49

Codes

Color #0E583A in popluar color models

0E583A
RGB148858
HSL156°72.55%20.00%
HSB/HSV156°84.09%34.51%
CMYK84.09%0.00%34.09%
65.49%

Color #0E583A in popluar number systems.

HEX0E583A
Decimal148858
Binary11101011000111010
Octal1613072

Shades and tints

Shades of #0E583A

#0E583A
(14,88,58)
#0D5035
(13,80,53)
#0C4830
(12,72,48)
#0B402B
(11,64,43)
#0A3826
(10,56,38)
#093021
(9,48,33)
#08281C
(8,40,28)
#072017
(7,32,23)
#061812
(6,24,18)
#05100D
(5,16,13)
#040808
(4,8,8)
#000000
(0,0,0)

Tints of #0E583A

#0E583A
(14,88,58)
#23674B
(35,103,75)
#38765C
(56,118,92)
#4D856D
(77,133,109)
#62947E
(98,148,126)
#77A38F
(119,163,143)
#8CB2A0
(140,178,160)
#A1C1B1
(161,193,177)
#B6D0C2
(182,208,194)
#CBDFD3
(203,223,211)
#E0EEE4
(224,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E583A; }

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

This text font color is #0E583A.


Background Color

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

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

This div background color is #0E583A.


Border color

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

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

This div border color is #0E583A.


Opacity

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

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

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

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

This text has shadow with #0E583A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E583A on black background.


Color preview on white background

This text has color #0E583A on white background.



Black color preview on #0E583A background

This text has black color on #0E583A background.


White color preview on #0E583A background

This text has white color on #0E583A background.