COLOR #0C252B

HEX: #0C252B
RGB: (12,37,43)

Color info

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

RGB color model

#0C252B color RGB value is (12,37,43).

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

RGB channels and saturation

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

12
37
43

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

Portions of RGB colors in percentages

R + G + B =
12 + 37 + 43 = 92 (100%)
R 12 of 92 ~ 13.04%
G 37 of 92 ~ 40.22%
B 43 of 92 ~ 46.74%

%13.04
%40.22
%46.74

CMYK color model

#0C252B color CMYK value is (72,14,0,83).

  • cyan value is 72.09%
  • magenta value is 13.95%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(72,14,0,83)
C72M14Y0K83 
(72%,14%,0%,83%)
(0.72/0.14/0.00/0.83)	

CMYK percentages

%72.09
%13.95
%0
%83.14

Codes

Color #0C252B in popluar color models

0C252B
RGB123743
HSL192°56.36%10.78%
HSB/HSV192°72.09%16.86%
CMYK72.09%13.95%0.00%
83.14%

Color #0C252B in popluar number systems.

HEX0C252B
Decimal123743
Binary1100100101101011
Octal144553

Shades and tints

Shades of #0C252B

#0C252B
(12,37,43)
#0B2228
(11,34,40)
#0A1F25
(10,31,37)
#091C22
(9,28,34)
#08191F
(8,25,31)
#07161C
(7,22,28)
#061319
(6,19,25)
#051016
(5,16,22)
#040D13
(4,13,19)
#030A10
(3,10,16)
#02070D
(2,7,13)
#000000
(0,0,0)

Tints of #0C252B

#0C252B
(12,37,43)
#22383E
(34,56,62)
#384B51
(56,75,81)
#4E5E64
(78,94,100)
#647177
(100,113,119)
#7A848A
(122,132,138)
#90979D
(144,151,157)
#A6AAB0
(166,170,176)
#BCBDC3
(188,189,195)
#D2D0D6
(210,208,214)
#E8E3E9
(232,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C252B; }

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

This text font color is #0C252B.


Background Color

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

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

This div background color is #0C252B.


Border color

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

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

This div border color is #0C252B.


Opacity

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

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

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

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

This text has shadow with #0C252B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C252B on black background.


Color preview on white background

This text has color #0C252B on white background.



Black color preview on #0C252B background

This text has black color on #0C252B background.


White color preview on #0C252B background

This text has white color on #0C252B background.