COLOR #0E2320

HEX: #0E2320
RGB: (14,35,32)

Color info

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

RGB color model

#0E2320 color RGB value is (14,35,32).

  • red value is 14;
  • green value is 35;
  • blue value is 32.
RGB:
(14,35,32)
(5%,14%,13%)

RGB channels and saturation

R 14 of 255 = 5%
G 35 of 255 = 14%
B 32 of 255 = 13%

14
35
32

R + G + B ~ 11%. #0E2320 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 35 + 32 = 81 (100%)
R 14 of 81 ~ 17.28%
G 35 of 81 ~ 43.21%
B 32 of 81 ~ 39.51%

%17.28
%43.21
%39.51

CMYK color model

#0E2320 color CMYK value is (60,0,9,86).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 8.57%
  • key color value is 86.27%
CMYK:
(60,0,9,86)
C60M0Y9K86 
(60%,0%,9%,86%)
(0.60/0.00/0.09/0.86)	

CMYK percentages

%60
%0
%8.57
%86.27

Codes

Color #0E2320 in popluar color models

0E2320
RGB143532
HSL171°42.86%9.61%
HSB/HSV171°60.00%13.73%
CMYK60.00%0.00%8.57%
86.27%

Color #0E2320 in popluar number systems.

HEX0E2320
Decimal143532
Binary1110100011100000
Octal164340

Shades and tints

Shades of #0E2320

#0E2320
(14,35,32)
#0D201E
(13,32,30)
#0C1D1C
(12,29,28)
#0B1A1A
(11,26,26)
#0A1718
(10,23,24)
#091416
(9,20,22)
#081114
(8,17,20)
#070E12
(7,14,18)
#060B10
(6,11,16)
#05080E
(5,8,14)
#04050C
(4,5,12)
#000000
(0,0,0)

Tints of #0E2320

#0E2320
(14,35,32)
#233734
(35,55,52)
#384B48
(56,75,72)
#4D5F5C
(77,95,92)
#627370
(98,115,112)
#778784
(119,135,132)
#8C9B98
(140,155,152)
#A1AFAC
(161,175,172)
#B6C3C0
(182,195,192)
#CBD7D4
(203,215,212)
#E0EBE8
(224,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2320; }

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

This text font color is #0E2320.


Background Color

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

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

This div background color is #0E2320.


Border color

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

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

This div border color is #0E2320.


Opacity

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

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

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

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

This text has shadow with #0E2320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2320 on black background.


Color preview on white background

This text has color #0E2320 on white background.



Black color preview on #0E2320 background

This text has black color on #0E2320 background.


White color preview on #0E2320 background

This text has white color on #0E2320 background.