COLOR #0E230E

HEX: #0E230E
RGB: (14,35,14)

Color info

#0E230E contains red, green and blue colors in about the same proportion. Web safe color of #0E230E is #003300 (or #030).

RGB color model

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

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

RGB channels and saturation

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

14
35
14

R + G + B ~ 8%. #0E230E is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 35 + 14 = 63 (100%)
R 14 of 63 ~ 22.22%
G 35 of 63 ~ 55.56%
B 14 of 63 ~ 22.22%

%22.22
%55.56
%22.22

CMYK color model

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

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

CMYK percentages

%60
%0
%60
%86.27

Codes

Color #0E230E in popluar color models

0E230E
RGB143514
HSL120°42.86%9.61%
HSB/HSV120°60.00%13.73%
CMYK60.00%0.00%60.00%
86.27%

Color #0E230E in popluar number systems.

HEX0E230E
Decimal143514
Binary11101000111110
Octal164316

Shades and tints

Shades of #0E230E

#0E230E
(14,35,14)
#0D200D
(13,32,13)
#0C1D0C
(12,29,12)
#0B1A0B
(11,26,11)
#0A170A
(10,23,10)
#091409
(9,20,9)
#081108
(8,17,8)
#070E07
(7,14,7)
#060B06
(6,11,6)
#050805
(5,8,5)
#040504
(4,5,4)
#000000
(0,0,0)

Tints of #0E230E

#0E230E
(14,35,14)
#233723
(35,55,35)
#384B38
(56,75,56)
#4D5F4D
(77,95,77)
#627362
(98,115,98)
#778777
(119,135,119)
#8C9B8C
(140,155,140)
#A1AFA1
(161,175,161)
#B6C3B6
(182,195,182)
#CBD7CB
(203,215,203)
#E0EBE0
(224,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E230E; }

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

This text font color is #0E230E.


Background Color

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

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

This div background color is #0E230E.


Border color

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

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

This div border color is #0E230E.


Opacity

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

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

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

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

This text has shadow with #0E230E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E230E on black background.


Color preview on white background

This text has color #0E230E on white background.



Black color preview on #0E230E background

This text has black color on #0E230E background.


White color preview on #0E230E background

This text has white color on #0E230E background.