COLOR #0C261B

HEX: #0C261B
RGB: (12,38,27)

Color info

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

RGB color model

#0C261B color RGB value is (12,38,27).

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

RGB channels and saturation

R 12 of 255 = 5%
G 38 of 255 = 15%
B 27 of 255 = 11%

12
38
27

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

Portions of RGB colors in percentages

R + G + B =
12 + 38 + 27 = 77 (100%)
R 12 of 77 ~ 15.58%
G 38 of 77 ~ 49.35%
B 27 of 77 ~ 35.06%

%15.58
%49.35
%35.06

CMYK color model

#0C261B color CMYK value is (68,0,29,85).

  • cyan value is 68.42%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 85.10%
CMYK:
(68,0,29,85)
C68M0Y29K85 
(68%,0%,29%,85%)
(0.68/0.00/0.29/0.85)	

CMYK percentages

%68.42
%0
%28.95
%85.1

Codes

Color #0C261B in popluar color models

0C261B
RGB123827
HSL155°52.00%9.80%
HSB/HSV155°68.42%14.90%
CMYK68.42%0.00%28.95%
85.10%

Color #0C261B in popluar number systems.

HEX0C261B
Decimal123827
Binary110010011011011
Octal144633

Shades and tints

Shades of #0C261B

#0C261B
(12,38,27)
#0B2319
(11,35,25)
#0A2017
(10,32,23)
#091D15
(9,29,21)
#081A13
(8,26,19)
#071711
(7,23,17)
#06140F
(6,20,15)
#05110D
(5,17,13)
#040E0B
(4,14,11)
#030B09
(3,11,9)
#020807
(2,8,7)
#000000
(0,0,0)

Tints of #0C261B

#0C261B
(12,38,27)
#22392F
(34,57,47)
#384C43
(56,76,67)
#4E5F57
(78,95,87)
#64726B
(100,114,107)
#7A857F
(122,133,127)
#909893
(144,152,147)
#A6ABA7
(166,171,167)
#BCBEBB
(188,190,187)
#D2D1CF
(210,209,207)
#E8E4E3
(232,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C261B; }

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

This text font color is #0C261B.


Background Color

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

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

This div background color is #0C261B.


Border color

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

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

This div border color is #0C261B.


Opacity

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

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

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

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

This text has shadow with #0C261B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C261B on black background.


Color preview on white background

This text has color #0C261B on white background.



Black color preview on #0C261B background

This text has black color on #0C261B background.


White color preview on #0C261B background

This text has white color on #0C261B background.