COLOR #0C252F

HEX: #0C252F
RGB: (12,37,47)

Color info

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

RGB color model

#0C252F color RGB value is (12,37,47).

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

RGB channels and saturation

R 12 of 255 = 5%
G 37 of 255 = 15%
B 47 of 255 = 18%

12
37
47

R + G + B ~ 13%. #0C252F is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 37 + 47 = 96 (100%)
R 12 of 96 ~ 12.5%
G 37 of 96 ~ 38.54%
B 47 of 96 ~ 48.96%

%12.5
%38.54
%48.96

CMYK color model

#0C252F color CMYK value is (74,21,0,82).

  • cyan value is 74.47%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(74,21,0,82)
C74M21Y0K82 
(74%,21%,0%,82%)
(0.74/0.21/0.00/0.82)	

CMYK percentages

%74.47
%21.28
%0
%81.57

Codes

Color #0C252F in popluar color models

0C252F
RGB123747
HSL197°59.32%11.57%
HSB/HSV197°74.47%18.43%
CMYK74.47%21.28%0.00%
81.57%

Color #0C252F in popluar number systems.

HEX0C252F
Decimal123747
Binary1100100101101111
Octal144557

Shades and tints

Shades of #0C252F

#0C252F
(12,37,47)
#0B222B
(11,34,43)
#0A1F27
(10,31,39)
#091C23
(9,28,35)
#08191F
(8,25,31)
#07161B
(7,22,27)
#061317
(6,19,23)
#051013
(5,16,19)
#040D0F
(4,13,15)
#030A0B
(3,10,11)
#020707
(2,7,7)
#000000
(0,0,0)

Tints of #0C252F

#0C252F
(12,37,47)
#223841
(34,56,65)
#384B53
(56,75,83)
#4E5E65
(78,94,101)
#647177
(100,113,119)
#7A8489
(122,132,137)
#90979B
(144,151,155)
#A6AAAD
(166,170,173)
#BCBDBF
(188,189,191)
#D2D0D1
(210,208,209)
#E8E3E3
(232,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C252F; }

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

This text font color is #0C252F.


Background Color

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

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

This div background color is #0C252F.


Border color

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

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

This div border color is #0C252F.


Opacity

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

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

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

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

This text has shadow with #0C252F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C252F on black background.


Color preview on white background

This text has color #0C252F on white background.



Black color preview on #0C252F background

This text has black color on #0C252F background.


White color preview on #0C252F background

This text has white color on #0C252F background.