COLOR #0C231D

HEX: #0C231D
RGB: (12,35,29)

Color info

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

RGB color model

#0C231D color RGB value is (12,35,29).

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

RGB channels and saturation

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

12
35
29

R + G + B ~ 10%. #0C231D is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 35 + 29 = 76 (100%)
R 12 of 76 ~ 15.79%
G 35 of 76 ~ 46.05%
B 29 of 76 ~ 38.16%

%15.79
%46.05
%38.16

CMYK color model

#0C231D color CMYK value is (66,0,17,86).

  • cyan value is 65.71%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 86.27%
CMYK:
(66,0,17,86)
C66M0Y17K86 
(66%,0%,17%,86%)
(0.66/0.00/0.17/0.86)	

CMYK percentages

%65.71
%0
%17.14
%86.27

Codes

Color #0C231D in popluar color models

0C231D
RGB123529
HSL164°48.94%9.22%
HSB/HSV164°65.71%13.73%
CMYK65.71%0.00%17.14%
86.27%

Color #0C231D in popluar number systems.

HEX0C231D
Decimal123529
Binary110010001111101
Octal144335

Shades and tints

Shades of #0C231D

#0C231D
(12,35,29)
#0B201B
(11,32,27)
#0A1D19
(10,29,25)
#091A17
(9,26,23)
#081715
(8,23,21)
#071413
(7,20,19)
#061111
(6,17,17)
#050E0F
(5,14,15)
#040B0D
(4,11,13)
#03080B
(3,8,11)
#020509
(2,5,9)
#000000
(0,0,0)

Tints of #0C231D

#0C231D
(12,35,29)
#223731
(34,55,49)
#384B45
(56,75,69)
#4E5F59
(78,95,89)
#64736D
(100,115,109)
#7A8781
(122,135,129)
#909B95
(144,155,149)
#A6AFA9
(166,175,169)
#BCC3BD
(188,195,189)
#D2D7D1
(210,215,209)
#E8EBE5
(232,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C231D; }

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

This text font color is #0C231D.


Background Color

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

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

This div background color is #0C231D.


Border color

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

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

This div border color is #0C231D.


Opacity

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

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

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

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

This text has shadow with #0C231D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C231D on black background.


Color preview on white background

This text has color #0C231D on white background.



Black color preview on #0C231D background

This text has black color on #0C231D background.


White color preview on #0C231D background

This text has white color on #0C231D background.