COLOR #0C251F

HEX: #0C251F
RGB: (12,37,31)

Color info

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

RGB color model

#0C251F color RGB value is (12,37,31).

  • red value is 12;
  • green value is 37;
  • blue value is 31.
RGB:
(12,37,31)
(5%,15%,12%)

RGB channels and saturation

R 12 of 255 = 5%
G 37 of 255 = 15%
B 31 of 255 = 12%

12
37
31

R + G + B ~ 11%. #0C251F is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 37 + 31 = 80 (100%)
R 12 of 80 ~ 15%
G 37 of 80 ~ 46.25%
B 31 of 80 ~ 38.75%

%15
%46.25
%38.75

CMYK color model

#0C251F color CMYK value is (68,0,16,85).

  • cyan value is 67.57%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 85.49%
CMYK:
(68,0,16,85)
C68M0Y16K85 
(68%,0%,16%,85%)
(0.68/0.00/0.16/0.85)	

CMYK percentages

%67.57
%0
%16.22
%85.49

Codes

Color #0C251F in popluar color models

0C251F
RGB123731
HSL166°51.02%9.61%
HSB/HSV166°67.57%14.51%
CMYK67.57%0.00%16.22%
85.49%

Color #0C251F in popluar number systems.

HEX0C251F
Decimal123731
Binary110010010111111
Octal144537

Shades and tints

Shades of #0C251F

#0C251F
(12,37,31)
#0B221D
(11,34,29)
#0A1F1B
(10,31,27)
#091C19
(9,28,25)
#081917
(8,25,23)
#071615
(7,22,21)
#061313
(6,19,19)
#051011
(5,16,17)
#040D0F
(4,13,15)
#030A0D
(3,10,13)
#02070B
(2,7,11)
#000000
(0,0,0)

Tints of #0C251F

#0C251F
(12,37,31)
#223833
(34,56,51)
#384B47
(56,75,71)
#4E5E5B
(78,94,91)
#64716F
(100,113,111)
#7A8483
(122,132,131)
#909797
(144,151,151)
#A6AAAB
(166,170,171)
#BCBDBF
(188,189,191)
#D2D0D3
(210,208,211)
#E8E3E7
(232,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C251F color. Also use rgb(12,37,31) instead hex code.

Text Font Color

.myTextColor { color: #0C251F; }

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

This text font color is #0C251F.


Background Color

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

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

This div background color is #0C251F.


Border color

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

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

This div border color is #0C251F.


Opacity

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

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

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

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

This text has shadow with #0C251F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C251F on black background.


Color preview on white background

This text has color #0C251F on white background.



Black color preview on #0C251F background

This text has black color on #0C251F background.


White color preview on #0C251F background

This text has white color on #0C251F background.