COLOR #0E5C33

HEX: #0E5C33 RGB: (14,92,51)

Color info

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

RGB color model

#0E5C33 color RGB value is (14,92,51).

RGB: (14,92,51) (5%, 36%, 20%)

RGB channels and saturation

R 14 of 255 = 5%
G 92 of 255 = 36%
B 51 of 255 = 20%

14
92
51

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

Portions of RGB colors in percentages

R + G + B = 14 + 92 + 51 = 157 (100%)
R 14 of 157 ~ 8.92%
G 92 of 157 ~ 58.6%
B 51 of 157 ~ 32.48'%

%58.6
%32.48

CMYK color model

#0E5C33 color CMYK value is (85,0,45,64).

  • cyan value is 84.78%
  • magenta value is 0.00%
  • yellow value is 44.57%
  • key color value is 63.92%

CMYK: (85,0,45,64)
C85M0Y45K64 (85%, 0%, 45%, 64%)
(0.85 / 0.00 / 0.45 / 0.64)

CMYK percentages

%84.78
%0
%44.57
%63.92

Codes

Color #0E5C33 in popluar color models

0E 5C 33
RGB 14 92 51
HSL 148° 73.58% 20.78%
HSB/HSV 148° 84.78% 36.08%
CMYK 84.78% 0.00% 44.57%
63.92%

Color #0E5C33 in popluar number systems.

HEX 0E 5C 33
Decimal 14 92 51
Binary 1110 1011100 110011
Octal 16 134 63

Shades and tints

Shades of #0E5C33

#0E5C33
(14,92,51)
#0D542F
(13,84,47)
#0C4C2B
(12,76,43)
#0B4427
(11,68,39)
#0A3C23
(10,60,35)
#09341F
(9,52,31)
#082C1B
(8,44,27)
#072417
(7,36,23)
#061C13
(6,28,19)
#05140F
(5,20,15)
#040C0B
(4,12,11)
#000000
(0,0,0)

Tints of #0E5C33

#0E5C33
(14,92,51)
#236A45
(35,106,69)
#387857
(56,120,87)
#4D8669
(77,134,105)
#62947B
(98,148,123)
#77A28D
(119,162,141)
#8CB09F
(140,176,159)
#A1BEB1
(161,190,177)
#B6CCC3
(182,204,195)
#CBDAD5
(203,218,213)
#E0E8E7
(224,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E5C33 color. Also use rgb(14,92,51) instead hex code.

Text Font Color

.myTextColor { color: #0E5C33; }

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

This text font color is #0E5C33.

Background Color

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

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

This div background color is #0E5C33.

Border color

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

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

This div border color is #0E5C33.

Opacity

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

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

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

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

This text has shadow with #0E5C33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E5C33.

Preview

Color preview on black background

This text has color #0E5C33 on black background.


Color preview on white background

This text has color #0E5C33 on white background.


Black color preview on #0E5C33 background

This text has black color on #0E5C33 background.


White color preview on #0E5C33 background

This text has white color on #0E5C33 background.


Related colors

Complementary color

Complementary color for #hex is #F1A3CC.


I love getcolorcode.com

Triadic colors

1 #330E5C and #5C330E with #0E5C33 are triadic colors.

2 #335C0E and #5C0E33 with #0E5C33 are triadic colors.