COLOR #0C1731

HEX: #0C1731
RGB: (12,23,49)

Color info

#0C1731 contains red, green and blue colors in about the same proportion. Web safe color of #0C1731 is #000033 (or #003).

RGB color model

#0C1731 color RGB value is (12,23,49).

  • red value is 12;
  • green value is 23;
  • blue value is 49.
RGB:
(12,23,49)
(5%,9%,19%)

RGB channels and saturation

R 12 of 255 = 5%
G 23 of 255 = 9%
B 49 of 255 = 19%

12
23
49

R + G + B ~ 11%. #0C1731 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 23 + 49 = 84 (100%)
R 12 of 84 ~ 14.29%
G 23 of 84 ~ 27.38%
B 49 of 84 ~ 58.33%

%14.29
%27.38
%58.33

CMYK color model

#0C1731 color CMYK value is (76,53,0,81).

  • cyan value is 75.51%
  • magenta value is 53.06%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(76,53,0,81)
C76M53Y0K81 
(76%,53%,0%,81%)
(0.76/0.53/0.00/0.81)	

CMYK percentages

%75.51
%53.06
%0
%80.78

Codes

Color #0C1731 in popluar color models

0C1731
RGB122349
HSL222°60.66%11.96%
HSB/HSV222°75.51%19.22%
CMYK75.51%53.06%0.00%
80.78%

Color #0C1731 in popluar number systems.

HEX0C1731
Decimal122349
Binary110010111110001
Octal142761

Shades and tints

Shades of #0C1731

#0C1731
(12,23,49)
#0B152D
(11,21,45)
#0A1329
(10,19,41)
#091125
(9,17,37)
#080F21
(8,15,33)
#070D1D
(7,13,29)
#060B19
(6,11,25)
#050915
(5,9,21)
#040711
(4,7,17)
#03050D
(3,5,13)
#020309
(2,3,9)
#000000
(0,0,0)

Tints of #0C1731

#0C1731
(12,23,49)
#222C43
(34,44,67)
#384155
(56,65,85)
#4E5667
(78,86,103)
#646B79
(100,107,121)
#7A808B
(122,128,139)
#90959D
(144,149,157)
#A6AAAF
(166,170,175)
#BCBFC1
(188,191,193)
#D2D4D3
(210,212,211)
#E8E9E5
(232,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C1731 color. Also use rgb(12,23,49) instead hex code.

Text Font Color

.myTextColor { color: #0C1731; }

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

This text font color is #0C1731.


Background Color

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

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

This div background color is #0C1731.


Border color

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

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

This div border color is #0C1731.


Opacity

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

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

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

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

This text has shadow with #0C1731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1731 on black background.


Color preview on white background

This text has color #0C1731 on white background.



Black color preview on #0C1731 background

This text has black color on #0C1731 background.


White color preview on #0C1731 background

This text has white color on #0C1731 background.