COLOR #0E3D33

HEX: #0E3D33 RGB: (14,61,51)

Color info

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

RGB color model

#0E3D33 color RGB value is (14,61,51).

RGB: (14,61,51) (5%, 24%, 20%)

RGB channels and saturation

R 14 of 255 = 5%
G 61 of 255 = 24%
B 51 of 255 = 20%

14
61
51

R + G + B ~ 16%. #0E3D33 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 61 + 51 = 126 (100%)
R 14 of 126 ~ 11.11%
G 61 of 126 ~ 48.41%
B 51 of 126 ~ 40.48'%

%11.11
%48.41
%40.48

CMYK color model

#0E3D33 color CMYK value is (77,0,16,76).

  • cyan value is 77.05%
  • magenta value is 0.00%
  • yellow value is 16.39%
  • key color value is 76.08%

CMYK: (77,0,16,76)
C77M0Y16K76 (77%, 0%, 16%, 76%)
(0.77 / 0.00 / 0.16 / 0.76)

CMYK percentages

%77.05
%0
%16.39
%76.08

Codes

Color #0E3D33 in popluar color models

0E 3D 33
RGB 14 61 51
HSL 167° 62.67% 14.71%
HSB/HSV 167° 77.05% 23.92%
CMYK 77.05% 0.00% 16.39%
76.08%

Color #0E3D33 in popluar number systems.

HEX 0E 3D 33
Decimal 14 61 51
Binary 1110 111101 110011
Octal 16 75 63

Shades and tints

Shades of #0E3D33

#0E3D33
(14,61,51)
#0D382F
(13,56,47)
#0C332B
(12,51,43)
#0B2E27
(11,46,39)
#0A2923
(10,41,35)
#09241F
(9,36,31)
#081F1B
(8,31,27)
#071A17
(7,26,23)
#061513
(6,21,19)
#05100F
(5,16,15)
#040B0B
(4,11,11)
#000000
(0,0,0)

Tints of #0E3D33

#0E3D33
(14,61,51)
#234E45
(35,78,69)
#385F57
(56,95,87)
#4D7069
(77,112,105)
#62817B
(98,129,123)
#77928D
(119,146,141)
#8CA39F
(140,163,159)
#A1B4B1
(161,180,177)
#B6C5C3
(182,197,195)
#CBD6D5
(203,214,213)
#E0E7E7
(224,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E3D33; }

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

This text font color is #0E3D33.

Background Color

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

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

This div background color is #0E3D33.

Border color

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

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

This div border color is #0E3D33.

Opacity

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

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

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

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

This text has shadow with #0E3D33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E3D33.

Preview

Color preview on black background

This text has color #0E3D33 on black background.


Color preview on white background

This text has color #0E3D33 on white background.


Black color preview on #0E3D33 background

This text has black color on #0E3D33 background.


White color preview on #0E3D33 background

This text has white color on #0E3D33 background.


Related colors

Complementary color

Complementary color for #hex is #F1C2CC.


I love getcolorcode.com

Triadic colors

1 #330E3D and #3D330E with #0E3D33 are triadic colors.

2 #333D0E and #3D0E33 with #0E3D33 are triadic colors.