COLOR #0C231B

HEX: #0C231B
RGB: (12,35,27)

Color info

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

RGB color model

#0C231B color RGB value is (12,35,27).

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

RGB channels and saturation

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

12
35
27

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

Portions of RGB colors in percentages

R + G + B =
12 + 35 + 27 = 74 (100%)
R 12 of 74 ~ 16.22%
G 35 of 74 ~ 47.3%
B 27 of 74 ~ 36.49%

%16.22
%47.3
%36.49

CMYK color model

#0C231B color CMYK value is (66,0,23,86).

  • cyan value is 65.71%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • key color value is 86.27%
CMYK:
(66,0,23,86)
C66M0Y23K86 
(66%,0%,23%,86%)
(0.66/0.00/0.23/0.86)	

CMYK percentages

%65.71
%0
%22.86
%86.27

Codes

Color #0C231B in popluar color models

0C231B
RGB123527
HSL159°48.94%9.22%
HSB/HSV159°65.71%13.73%
CMYK65.71%0.00%22.86%
86.27%

Color #0C231B in popluar number systems.

HEX0C231B
Decimal123527
Binary110010001111011
Octal144333

Shades and tints

Shades of #0C231B

#0C231B
(12,35,27)
#0B2019
(11,32,25)
#0A1D17
(10,29,23)
#091A15
(9,26,21)
#081713
(8,23,19)
#071411
(7,20,17)
#06110F
(6,17,15)
#050E0D
(5,14,13)
#040B0B
(4,11,11)
#030809
(3,8,9)
#020507
(2,5,7)
#000000
(0,0,0)

Tints of #0C231B

#0C231B
(12,35,27)
#22372F
(34,55,47)
#384B43
(56,75,67)
#4E5F57
(78,95,87)
#64736B
(100,115,107)
#7A877F
(122,135,127)
#909B93
(144,155,147)
#A6AFA7
(166,175,167)
#BCC3BB
(188,195,187)
#D2D7CF
(210,215,207)
#E8EBE3
(232,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C231B; }

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

This text font color is #0C231B.


Background Color

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

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

This div background color is #0C231B.


Border color

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

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

This div border color is #0C231B.


Opacity

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

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

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

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

This text has shadow with #0C231B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C231B on black background.


Color preview on white background

This text has color #0C231B on white background.



Black color preview on #0C231B background

This text has black color on #0C231B background.


White color preview on #0C231B background

This text has white color on #0C231B background.