COLOR #0C251A

HEX: #0C251A RGB: (12,37,26)

Color info

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

RGB color model

#0C251A color RGB value is (12,37,26).

RGB: (12,37,26) (5%, 15%, 10%)

RGB channels and saturation

R 12 of 255 = 5%
G 37 of 255 = 15%
B 26 of 255 = 10%

12
37
26

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

Portions of RGB colors in percentages

R + G + B = 12 + 37 + 26 = 75 (100%)
R 12 of 75 ~ 16%
G 37 of 75 ~ 49.33%
B 26 of 75 ~ 34.67'%

%16
%49.33
%34.67

CMYK color model

#0C251A color CMYK value is (68,0,30,85).

  • cyan value is 67.57%
  • magenta value is 0.00%
  • yellow value is 29.73%
  • key color value is 85.49%

CMYK: (68,0,30,85)
C68M0Y30K85 (68%, 0%, 30%, 85%)
(0.68 / 0.00 / 0.30 / 0.85)

CMYK percentages

%67.57
%0
%29.73
%85.49

Codes

Color #0C251A in popluar color models

0C 25 1A
RGB 12 37 26
HSL 154° 51.02% 9.61%
HSB/HSV 154° 67.57% 14.51%
CMYK 67.57% 0.00% 29.73%
85.49%

Color #0C251A in popluar number systems.

HEX 0C 25 1A
Decimal 12 37 26
Binary 1100 100101 11010
Octal 14 45 32

Shades and tints

Shades of #0C251A

#0C251A
(12,37,26)
#0B2218
(11,34,24)
#0A1F16
(10,31,22)
#091C14
(9,28,20)
#081912
(8,25,18)
#071610
(7,22,16)
#06130E
(6,19,14)
#05100C
(5,16,12)
#040D0A
(4,13,10)
#030A08
(3,10,8)
#020706
(2,7,6)
#000000
(0,0,0)

Tints of #0C251A

#0C251A
(12,37,26)
#22382E
(34,56,46)
#384B42
(56,75,66)
#4E5E56
(78,94,86)
#64716A
(100,113,106)
#7A847E
(122,132,126)
#909792
(144,151,146)
#A6AAA6
(166,170,166)
#BCBDBA
(188,189,186)
#D2D0CE
(210,208,206)
#E8E3E2
(232,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C251A; }

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

This text font color is #0C251A.

Background Color

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

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

This div background color is #0C251A.

Border color

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

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

This div border color is #0C251A.

Opacity

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

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

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

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

This text has shadow with #0C251A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C251A.

Preview

Color preview on black background

This text has color #0C251A on black background.


Color preview on white background

This text has color #0C251A on white background.


Black color preview on #0C251A background

This text has black color on #0C251A background.


White color preview on #0C251A background

This text has white color on #0C251A background.


Related colors

Complementary color

Complementary color for #hex is #F3DAE5.


I love getcolorcode.com

Triadic colors

1 #1A0C25 and #251A0C with #0C251A are triadic colors.

2 #1A250C and #250C1A with #0C251A are triadic colors.