COLOR #0E5831

HEX: #0E5831 RGB: (14,88,49)

Color info

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

RGB color model

#0E5831 color RGB value is (14,88,49).

RGB: (14,88,49) (5%, 35%, 19%)

RGB channels and saturation

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

14
88
49

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

Portions of RGB colors in percentages

R + G + B = 14 + 88 + 49 = 151 (100%)
R 14 of 151 ~ 9.27%
G 88 of 151 ~ 58.28%
B 49 of 151 ~ 32.45'%

%58.28
%32.45

CMYK color model

#0E5831 color CMYK value is (84,0,44,65).

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

CMYK: (84,0,44,65)
C84M0Y44K65 (84%, 0%, 44%, 65%)
(0.84 / 0.00 / 0.44 / 0.65)

CMYK percentages

%84.09
%0
%44.32
%65.49

Codes

Color #0E5831 in popluar color models

0E 58 31
RGB 14 88 49
HSL 148° 72.55% 20.00%
HSB/HSV 148° 84.09% 34.51%
CMYK 84.09% 0.00% 44.32%
65.49%

Color #0E5831 in popluar number systems.

HEX 0E 58 31
Decimal 14 88 49
Binary 1110 1011000 110001
Octal 16 130 61

Shades and tints

Shades of #0E5831

#0E5831
(14,88,49)
#0D502D
(13,80,45)
#0C4829
(12,72,41)
#0B4025
(11,64,37)
#0A3821
(10,56,33)
#09301D
(9,48,29)
#082819
(8,40,25)
#072015
(7,32,21)
#061811
(6,24,17)
#05100D
(5,16,13)
#040809
(4,8,9)
#000000
(0,0,0)

Tints of #0E5831

#0E5831
(14,88,49)
#236743
(35,103,67)
#387655
(56,118,85)
#4D8567
(77,133,103)
#629479
(98,148,121)
#77A38B
(119,163,139)
#8CB29D
(140,178,157)
#A1C1AF
(161,193,175)
#B6D0C1
(182,208,193)
#CBDFD3
(203,223,211)
#E0EEE5
(224,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E5831; }

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

This text font color is #0E5831.

Background Color

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

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

This div background color is #0E5831.

Border color

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

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

This div border color is #0E5831.

Opacity

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

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

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

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

This text has shadow with #0E5831 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E5831.

Preview

Color preview on black background

This text has color #0E5831 on black background.


Color preview on white background

This text has color #0E5831 on white background.


Black color preview on #0E5831 background

This text has black color on #0E5831 background.


White color preview on #0E5831 background

This text has white color on #0E5831 background.


Related colors

Complementary color

Complementary color for #hex is #F1A7CE.


I love getcolorcode.com

Triadic colors

1 #310E58 and #58310E with #0E5831 are triadic colors.

2 #31580E and #580E31 with #0E5831 are triadic colors.