COLOR #0C253A

HEX: #0C253A
RGB: (12,37,58)

Color info

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

RGB color model

#0C253A color RGB value is (12,37,58).

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

RGB channels and saturation

R 12 of 255 = 5%
G 37 of 255 = 15%
B 58 of 255 = 23%

12
37
58

R + G + B ~ 14%. #0C253A is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 37 + 58 = 107 (100%)
R 12 of 107 ~ 11.21%
G 37 of 107 ~ 34.58%
B 58 of 107 ~ 54.21%

%11.21
%34.58
%54.21

CMYK color model

#0C253A color CMYK value is (79,36,0,77).

  • cyan value is 79.31%
  • magenta value is 36.21%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(79,36,0,77)
C79M36Y0K77 
(79%,36%,0%,77%)
(0.79/0.36/0.00/0.77)	

CMYK percentages

%79.31
%36.21
%0
%77.25

Codes

Color #0C253A in popluar color models

0C253A
RGB123758
HSL207°65.71%13.73%
HSB/HSV207°79.31%22.75%
CMYK79.31%36.21%0.00%
77.25%

Color #0C253A in popluar number systems.

HEX0C253A
Decimal123758
Binary1100100101111010
Octal144572

Shades and tints

Shades of #0C253A

#0C253A
(12,37,58)
#0B2235
(11,34,53)
#0A1F30
(10,31,48)
#091C2B
(9,28,43)
#081926
(8,25,38)
#071621
(7,22,33)
#06131C
(6,19,28)
#051017
(5,16,23)
#040D12
(4,13,18)
#030A0D
(3,10,13)
#020708
(2,7,8)
#000000
(0,0,0)

Tints of #0C253A

#0C253A
(12,37,58)
#22384B
(34,56,75)
#384B5C
(56,75,92)
#4E5E6D
(78,94,109)
#64717E
(100,113,126)
#7A848F
(122,132,143)
#9097A0
(144,151,160)
#A6AAB1
(166,170,177)
#BCBDC2
(188,189,194)
#D2D0D3
(210,208,211)
#E8E3E4
(232,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C253A; }

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

This text font color is #0C253A.


Background Color

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

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

This div background color is #0C253A.


Border color

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

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

This div border color is #0C253A.


Opacity

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

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

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

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

This text has shadow with #0C253A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C253A on black background.


Color preview on white background

This text has color #0C253A on white background.



Black color preview on #0C253A background

This text has black color on #0C253A background.


White color preview on #0C253A background

This text has white color on #0C253A background.