COLOR #0C262B

HEX: #0C262B
RGB: (12,38,43)

Color info

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

RGB color model

#0C262B color RGB value is (12,38,43).

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

RGB channels and saturation

R 12 of 255 = 5%
G 38 of 255 = 15%
B 43 of 255 = 17%

12
38
43

R + G + B ~ 12%. #0C262B is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 38 + 43 = 93 (100%)
R 12 of 93 ~ 12.9%
G 38 of 93 ~ 40.86%
B 43 of 93 ~ 46.24%

%12.9
%40.86
%46.24

CMYK color model

#0C262B color CMYK value is (72,12,0,83).

  • cyan value is 72.09%
  • magenta value is 11.63%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(72,12,0,83)
C72M12Y0K83 
(72%,12%,0%,83%)
(0.72/0.12/0.00/0.83)	

CMYK percentages

%72.09
%11.63
%0
%83.14

Codes

Color #0C262B in popluar color models

0C262B
RGB123843
HSL190°56.36%10.78%
HSB/HSV190°72.09%16.86%
CMYK72.09%11.63%0.00%
83.14%

Color #0C262B in popluar number systems.

HEX0C262B
Decimal123843
Binary1100100110101011
Octal144653

Shades and tints

Shades of #0C262B

#0C262B
(12,38,43)
#0B2328
(11,35,40)
#0A2025
(10,32,37)
#091D22
(9,29,34)
#081A1F
(8,26,31)
#07171C
(7,23,28)
#061419
(6,20,25)
#051116
(5,17,22)
#040E13
(4,14,19)
#030B10
(3,11,16)
#02080D
(2,8,13)
#000000
(0,0,0)

Tints of #0C262B

#0C262B
(12,38,43)
#22393E
(34,57,62)
#384C51
(56,76,81)
#4E5F64
(78,95,100)
#647277
(100,114,119)
#7A858A
(122,133,138)
#90989D
(144,152,157)
#A6ABB0
(166,171,176)
#BCBEC3
(188,190,195)
#D2D1D6
(210,209,214)
#E8E4E9
(232,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C262B; }

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

This text font color is #0C262B.


Background Color

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

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

This div background color is #0C262B.


Border color

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

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

This div border color is #0C262B.


Opacity

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

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

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

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

This text has shadow with #0C262B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C262B on black background.


Color preview on white background

This text has color #0C262B on white background.



Black color preview on #0C262B background

This text has black color on #0C262B background.


White color preview on #0C262B background

This text has white color on #0C262B background.