COLOR #0C2527

HEX: #0C2527
RGB: (12,37,39)

Color info

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

RGB color model

#0C2527 color RGB value is (12,37,39).

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

RGB channels and saturation

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

12
37
39

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

Portions of RGB colors in percentages

R + G + B =
12 + 37 + 39 = 88 (100%)
R 12 of 88 ~ 13.64%
G 37 of 88 ~ 42.05%
B 39 of 88 ~ 44.32%

%13.64
%42.05
%44.32

CMYK color model

#0C2527 color CMYK value is (69,5,0,85).

  • cyan value is 69.23%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(69,5,0,85)
C69M5Y0K85 
(69%,5%,0%,85%)
(0.69/0.05/0.00/0.85)	

CMYK percentages

%69.23
%5.13
%0
%84.71

Codes

Color #0C2527 in popluar color models

0C2527
RGB123739
HSL184°52.94%10.00%
HSB/HSV184°69.23%15.29%
CMYK69.23%5.13%0.00%
84.71%

Color #0C2527 in popluar number systems.

HEX0C2527
Decimal123739
Binary1100100101100111
Octal144547

Shades and tints

Shades of #0C2527

#0C2527
(12,37,39)
#0B2224
(11,34,36)
#0A1F21
(10,31,33)
#091C1E
(9,28,30)
#08191B
(8,25,27)
#071618
(7,22,24)
#061315
(6,19,21)
#051012
(5,16,18)
#040D0F
(4,13,15)
#030A0C
(3,10,12)
#020709
(2,7,9)
#000000
(0,0,0)

Tints of #0C2527

#0C2527
(12,37,39)
#22383A
(34,56,58)
#384B4D
(56,75,77)
#4E5E60
(78,94,96)
#647173
(100,113,115)
#7A8486
(122,132,134)
#909799
(144,151,153)
#A6AAAC
(166,170,172)
#BCBDBF
(188,189,191)
#D2D0D2
(210,208,210)
#E8E3E5
(232,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C2527; }

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

This text font color is #0C2527.


Background Color

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

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

This div background color is #0C2527.


Border color

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

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

This div border color is #0C2527.


Opacity

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

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

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

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

This text has shadow with #0C2527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C2527 on black background.


Color preview on white background

This text has color #0C2527 on white background.



Black color preview on #0C2527 background

This text has black color on #0C2527 background.


White color preview on #0C2527 background

This text has white color on #0C2527 background.