COLOR #0C230D

HEX: #0C230D
RGB: (12,35,13)

Color info

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

RGB color model

#0C230D color RGB value is (12,35,13).

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

RGB channels and saturation

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

12
35
13

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

Portions of RGB colors in percentages

R + G + B =
12 + 35 + 13 = 60 (100%)
R 12 of 60 ~ 20%
G 35 of 60 ~ 58.33%
B 13 of 60 ~ 21.67%

%20
%58.33
%21.67

CMYK color model

#0C230D color CMYK value is (66,0,63,86).

  • cyan value is 65.71%
  • magenta value is 0.00%
  • yellow value is 62.86%
  • key color value is 86.27%
CMYK:
(66,0,63,86)
C66M0Y63K86 
(66%,0%,63%,86%)
(0.66/0.00/0.63/0.86)	

CMYK percentages

%65.71
%0
%62.86
%86.27

Codes

Color #0C230D in popluar color models

0C230D
RGB123513
HSL123°48.94%9.22%
HSB/HSV123°65.71%13.73%
CMYK65.71%0.00%62.86%
86.27%

Color #0C230D in popluar number systems.

HEX0C230D
Decimal123513
Binary11001000111101
Octal144315

Shades and tints

Shades of #0C230D

#0C230D
(12,35,13)
#0B200C
(11,32,12)
#0A1D0B
(10,29,11)
#091A0A
(9,26,10)
#081709
(8,23,9)
#071408
(7,20,8)
#061107
(6,17,7)
#050E06
(5,14,6)
#040B05
(4,11,5)
#030804
(3,8,4)
#020503
(2,5,3)
#000000
(0,0,0)

Tints of #0C230D

#0C230D
(12,35,13)
#223723
(34,55,35)
#384B39
(56,75,57)
#4E5F4F
(78,95,79)
#647365
(100,115,101)
#7A877B
(122,135,123)
#909B91
(144,155,145)
#A6AFA7
(166,175,167)
#BCC3BD
(188,195,189)
#D2D7D3
(210,215,211)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C230D; }

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

This text font color is #0C230D.


Background Color

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

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

This div background color is #0C230D.


Border color

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

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

This div border color is #0C230D.


Opacity

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

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

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

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

This text has shadow with #0C230D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C230D on black background.


Color preview on white background

This text has color #0C230D on white background.



Black color preview on #0C230D background

This text has black color on #0C230D background.


White color preview on #0C230D background

This text has white color on #0C230D background.