COLOR #0E583C

HEX: #0E583C RGB: (14,88,60)

Color info

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

RGB color model

#0E583C color RGB value is (14,88,60).

RGB: (14,88,60) (5%, 35%, 24%)

RGB channels and saturation

R 14 of 255 = 5%
G 88 of 255 = 35%
B 60 of 255 = 24%

14
88
60

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

Portions of RGB colors in percentages

R + G + B = 14 + 88 + 60 = 162 (100%)
R 14 of 162 ~ 8.64%
G 88 of 162 ~ 54.32%
B 60 of 162 ~ 37.04'%

%54.32
%37.04

CMYK color model

#0E583C color CMYK value is (84,0,32,65).

  • cyan value is 84.09%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 65.49%

CMYK: (84,0,32,65)
C84M0Y32K65 (84%, 0%, 32%, 65%)
(0.84 / 0.00 / 0.32 / 0.65)

CMYK percentages

%84.09
%0
%31.82
%65.49

Codes

Color #0E583C in popluar color models

0E 58 3C
RGB 14 88 60
HSL 157° 72.55% 20.00%
HSB/HSV 157° 84.09% 34.51%
CMYK 84.09% 0.00% 31.82%
65.49%

Color #0E583C in popluar number systems.

HEX 0E 58 3C
Decimal 14 88 60
Binary 1110 1011000 111100
Octal 16 130 74

Shades and tints

Shades of #0E583C

#0E583C
(14,88,60)
#0D5037
(13,80,55)
#0C4832
(12,72,50)
#0B402D
(11,64,45)
#0A3828
(10,56,40)
#093023
(9,48,35)
#08281E
(8,40,30)
#072019
(7,32,25)
#061814
(6,24,20)
#05100F
(5,16,15)
#04080A
(4,8,10)
#000000
(0,0,0)

Tints of #0E583C

#0E583C
(14,88,60)
#23674D
(35,103,77)
#38765E
(56,118,94)
#4D856F
(77,133,111)
#629480
(98,148,128)
#77A391
(119,163,145)
#8CB2A2
(140,178,162)
#A1C1B3
(161,193,179)
#B6D0C4
(182,208,196)
#CBDFD5
(203,223,213)
#E0EEE6
(224,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E583C; }

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

This text font color is #0E583C.

Background Color

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

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

This div background color is #0E583C.

Border color

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

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

This div border color is #0E583C.

Opacity

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

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

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

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

This text has shadow with #0E583C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E583C.

Preview

Color preview on black background

This text has color #0E583C on black background.


Color preview on white background

This text has color #0E583C on white background.


Black color preview on #0E583C background

This text has black color on #0E583C background.


White color preview on #0E583C background

This text has white color on #0E583C background.


Related colors

Complementary color

Complementary color for #hex is #F1A7C3.


I love getcolorcode.com

Triadic colors

1 #3C0E58 and #583C0E with #0E583C are triadic colors.

2 #3C580E and #580E3C with #0E583C are triadic colors.