COLOR #0C261E

HEX: #0C261E
RGB: (12,38,30)

Color info

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

RGB color model

#0C261E color RGB value is (12,38,30).

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

RGB channels and saturation

R 12 of 255 = 5%
G 38 of 255 = 15%
B 30 of 255 = 12%

12
38
30

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

Portions of RGB colors in percentages

R + G + B =
12 + 38 + 30 = 80 (100%)
R 12 of 80 ~ 15%
G 38 of 80 ~ 47.5%
B 30 of 80 ~ 37.5%

%15
%47.5
%37.5

CMYK color model

#0C261E color CMYK value is (68,0,21,85).

  • cyan value is 68.42%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 85.10%
CMYK:
(68,0,21,85)
C68M0Y21K85 
(68%,0%,21%,85%)
(0.68/0.00/0.21/0.85)	

CMYK percentages

%68.42
%0
%21.05
%85.1

Codes

Color #0C261E in popluar color models

0C261E
RGB123830
HSL162°52.00%9.80%
HSB/HSV162°68.42%14.90%
CMYK68.42%0.00%21.05%
85.10%

Color #0C261E in popluar number systems.

HEX0C261E
Decimal123830
Binary110010011011110
Octal144636

Shades and tints

Shades of #0C261E

#0C261E
(12,38,30)
#0B231C
(11,35,28)
#0A201A
(10,32,26)
#091D18
(9,29,24)
#081A16
(8,26,22)
#071714
(7,23,20)
#061412
(6,20,18)
#051110
(5,17,16)
#040E0E
(4,14,14)
#030B0C
(3,11,12)
#02080A
(2,8,10)
#000000
(0,0,0)

Tints of #0C261E

#0C261E
(12,38,30)
#223932
(34,57,50)
#384C46
(56,76,70)
#4E5F5A
(78,95,90)
#64726E
(100,114,110)
#7A8582
(122,133,130)
#909896
(144,152,150)
#A6ABAA
(166,171,170)
#BCBEBE
(188,190,190)
#D2D1D2
(210,209,210)
#E8E4E6
(232,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C261E color. Also use rgb(12,38,30) instead hex code.

Text Font Color

.myTextColor { color: #0C261E; }

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

This text font color is #0C261E.


Background Color

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

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

This div background color is #0C261E.


Border color

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

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

This div border color is #0C261E.


Opacity

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

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

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

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

This text has shadow with #0C261E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C261E on black background.


Color preview on white background

This text has color #0C261E on white background.



Black color preview on #0C261E background

This text has black color on #0C261E background.


White color preview on #0C261E background

This text has white color on #0C261E background.