COLOR #0E3B28

HEX: #0E3B28 RGB: (14,59,40)

Color info

#0E3B28 contains red, green and blue colors in about the same proportion. Web safe color of #0E3B28 is #003333 (or #033).

RGB color model

#0E3B28 color RGB value is (14,59,40).

RGB: (14,59,40) (5%, 23%, 16%)

RGB channels and saturation

R 14 of 255 = 5%
G 59 of 255 = 23%
B 40 of 255 = 16%

14
59
40

R + G + B ~ 15%. #0E3B28 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 59 + 40 = 113 (100%)
R 14 of 113 ~ 12.39%
G 59 of 113 ~ 52.21%
B 40 of 113 ~ 35.4'%

%12.39
%52.21
%35.4

CMYK color model

#0E3B28 color CMYK value is (76,0,32,77).

  • cyan value is 76.27%
  • magenta value is 0.00%
  • yellow value is 32.20%
  • key color value is 76.86%
CMYK: (76,0,32,77) C76M0Y32K77 (76%,0%,32%,77%) (0.76/0.00/0.32/0.77) 

CMYK percentages

%76.27
%0
%32.2
%76.86

Codes

Color #0E3B28 in popluar color models

0E 3B 28
RGB 14 59 40
HSL 155° 61.64% 14.31%
HSB/HSV 155° 76.27% 23.14%
CMYK 76.27% 0.00% 32.20%
76.86%

Color #0E3B28 in popluar number systems.

HEX 0E 3B 28
Decimal 14 59 40
Binary 1110 111011 101000
Octal 16 73 50

Shades and tints

Shades of #0E3B28

#0E3B28
(14,59,40)
#0D3625
(13,54,37)
#0C3122
(12,49,34)
#0B2C1F
(11,44,31)
#0A271C
(10,39,28)
#092219
(9,34,25)
#081D16
(8,29,22)
#071813
(7,24,19)
#061310
(6,19,16)
#050E0D
(5,14,13)
#04090A
(4,9,10)
#000000
(0,0,0)

Tints of #0E3B28

#0E3B28
(14,59,40)
#234C3B
(35,76,59)
#385D4E
(56,93,78)
#4D6E61
(77,110,97)
#627F74
(98,127,116)
#779087
(119,144,135)
#8CA19A
(140,161,154)
#A1B2AD
(161,178,173)
#B6C3C0
(182,195,192)
#CBD4D3
(203,212,211)
#E0E5E6
(224,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E3B28 color. Also use rgb(14,59,40) instead hex code.

Text Font Color

.myTextColor { color: #0E3B28; }

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

This text font color is #0E3B28.

Background Color

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

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

This div background color is #0E3B28.

Border color

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

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

This div border color is #0E3B28.

Opacity

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

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

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

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

This text has shadow with #0E3B28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E3B28.

Preview

Color preview on black background

This text has color #0E3B28 on black background.


Color preview on white background

This text has color #0E3B28 on white background.


Black color preview on #0E3B28 background

This text has black color on #0E3B28 background.


White color preview on #0E3B28 background

This text has white color on #0E3B28 background.


Related colors

Complementary color

Complementary color for #hex is #F1C4D7.


I love getcolorcode.com

Triadic colors

1 #280E3B and #3B280E with #0E3B28 are triadic colors.

2 #283B0E and #3B0E28 with #0E3B28 are triadic colors.