COLOR #0E5723

HEX: #0E5723 RGB: (14,87,35)

Color info

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

RGB color model

#0E5723 color RGB value is (14,87,35).

RGB: (14,87,35) (5%, 34%, 14%)

RGB channels and saturation

R 14 of 255 = 5%
G 87 of 255 = 34%
B 35 of 255 = 14%

14
87
35

R + G + B ~ 18%. #0E5723 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 87 + 35 = 136 (100%)
R 14 of 136 ~ 10.29%
G 87 of 136 ~ 63.97%
B 35 of 136 ~ 25.74'%

%63.97
%25.74

CMYK color model

#0E5723 color CMYK value is (84,0,60,66).

  • cyan value is 83.91%
  • magenta value is 0.00%
  • yellow value is 59.77%
  • key color value is 65.88%

CMYK: (84,0,60,66)
C84M0Y60K66 (84%, 0%, 60%, 66%)
(0.84 / 0.00 / 0.60 / 0.66)

CMYK percentages

%83.91
%0
%59.77
%65.88

Codes

Color #0E5723 in popluar color models

0E 57 23
RGB 14 87 35
HSL 137° 72.28% 19.80%
HSB/HSV 137° 83.91% 34.12%
CMYK 83.91% 0.00% 59.77%
65.88%

Color #0E5723 in popluar number systems.

HEX 0E 57 23
Decimal 14 87 35
Binary 1110 1010111 100011
Octal 16 127 43

Shades and tints

Shades of #0E5723

#0E5723
(14,87,35)
#0D5020
(13,80,32)
#0C491D
(12,73,29)
#0B421A
(11,66,26)
#0A3B17
(10,59,23)
#093414
(9,52,20)
#082D11
(8,45,17)
#07260E
(7,38,14)
#061F0B
(6,31,11)
#051808
(5,24,8)
#041105
(4,17,5)
#000000
(0,0,0)

Tints of #0E5723

#0E5723
(14,87,35)
#236637
(35,102,55)
#38754B
(56,117,75)
#4D845F
(77,132,95)
#629373
(98,147,115)
#77A287
(119,162,135)
#8CB19B
(140,177,155)
#A1C0AF
(161,192,175)
#B6CFC3
(182,207,195)
#CBDED7
(203,222,215)
#E0EDEB
(224,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E5723 color. Also use rgb(14,87,35) instead hex code.

Text Font Color

.myTextColor { color: #0E5723; }

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

This text font color is #0E5723.

Background Color

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

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

This div background color is #0E5723.

Border color

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

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

This div border color is #0E5723.

Opacity

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

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

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

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

This text has shadow with #0E5723 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E5723.

Preview

Color preview on black background

This text has color #0E5723 on black background.


Color preview on white background

This text has color #0E5723 on white background.


Black color preview on #0E5723 background

This text has black color on #0E5723 background.


White color preview on #0E5723 background

This text has white color on #0E5723 background.


Related colors

Complementary color

Complementary color for #hex is #F1A8DC.


I love getcolorcode.com

Triadic colors

1 #230E57 and #57230E with #0E5723 are triadic colors.

2 #23570E and #570E23 with #0E5723 are triadic colors.