COLOR #0E230C

HEX: #0E230C
RGB: (14,35,12)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

14
35
12

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

Portions of RGB colors in percentages

R + G + B =
14 + 35 + 12 = 61 (100%)
R 14 of 61 ~ 22.95%
G 35 of 61 ~ 57.38%
B 12 of 61 ~ 19.67%

%22.95
%57.38
%19.67

CMYK color model

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

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

CMYK percentages

%60
%0
%65.71
%86.27

Codes

Color #0E230C in popluar color models

0E230C
RGB143512
HSL115°48.94%9.22%
HSB/HSV115°65.71%13.73%
CMYK60.00%0.00%65.71%
86.27%

Color #0E230C in popluar number systems.

HEX0E230C
Decimal143512
Binary11101000111100
Octal164314

Shades and tints

Shades of #0E230C

#0E230C
(14,35,12)
#0D200B
(13,32,11)
#0C1D0A
(12,29,10)
#0B1A09
(11,26,9)
#0A1708
(10,23,8)
#091407
(9,20,7)
#081106
(8,17,6)
#070E05
(7,14,5)
#060B04
(6,11,4)
#050803
(5,8,3)
#040502
(4,5,2)
#000000
(0,0,0)

Tints of #0E230C

#0E230C
(14,35,12)
#233722
(35,55,34)
#384B38
(56,75,56)
#4D5F4E
(77,95,78)
#627364
(98,115,100)
#77877A
(119,135,122)
#8C9B90
(140,155,144)
#A1AFA6
(161,175,166)
#B6C3BC
(182,195,188)
#CBD7D2
(203,215,210)
#E0EBE8
(224,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E230C; }

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

This text font color is #0E230C.


Background Color

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

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

This div background color is #0E230C.


Border color

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

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

This div border color is #0E230C.


Opacity

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

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

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

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

This text has shadow with #0E230C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E230C on black background.


Color preview on white background

This text has color #0E230C on white background.



Black color preview on #0E230C background

This text has black color on #0E230C background.


White color preview on #0E230C background

This text has white color on #0E230C background.