COLOR #0C2830

HEX: #0C2830
RGB: (12,40,48)

Color info

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

RGB color model

#0C2830 color RGB value is (12,40,48).

  • red value is 12;
  • green value is 40;
  • blue value is 48.
RGB:
(12,40,48)
(5%,16%,19%)

RGB channels and saturation

R 12 of 255 = 5%
G 40 of 255 = 16%
B 48 of 255 = 19%

12
40
48

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

Portions of RGB colors in percentages

R + G + B =
12 + 40 + 48 = 100 (100%)
R 12 of 100 ~ 12%
G 40 of 100 ~ 40%
B 48 of 100 ~ 48%

%12
%40
%48

CMYK color model

#0C2830 color CMYK value is (75,17,0,81).

  • cyan value is 75.00%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(75,17,0,81)
C75M17Y0K81 
(75%,17%,0%,81%)
(0.75/0.17/0.00/0.81)	

CMYK percentages

%75
%16.67
%0
%81.18

Codes

Color #0C2830 in popluar color models

0C2830
RGB124048
HSL193°60.00%11.76%
HSB/HSV193°75.00%18.82%
CMYK75.00%16.67%0.00%
81.18%

Color #0C2830 in popluar number systems.

HEX0C2830
Decimal124048
Binary1100101000110000
Octal145060

Shades and tints

Shades of #0C2830

#0C2830
(12,40,48)
#0B252C
(11,37,44)
#0A2228
(10,34,40)
#091F24
(9,31,36)
#081C20
(8,28,32)
#07191C
(7,25,28)
#061618
(6,22,24)
#051314
(5,19,20)
#041010
(4,16,16)
#030D0C
(3,13,12)
#020A08
(2,10,8)
#000000
(0,0,0)

Tints of #0C2830

#0C2830
(12,40,48)
#223B42
(34,59,66)
#384E54
(56,78,84)
#4E6166
(78,97,102)
#647478
(100,116,120)
#7A878A
(122,135,138)
#909A9C
(144,154,156)
#A6ADAE
(166,173,174)
#BCC0C0
(188,192,192)
#D2D3D2
(210,211,210)
#E8E6E4
(232,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C2830 color. Also use rgb(12,40,48) instead hex code.

Text Font Color

.myTextColor { color: #0C2830; }

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

This text font color is #0C2830.


Background Color

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

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

This div background color is #0C2830.


Border color

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

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

This div border color is #0C2830.


Opacity

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

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

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

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

This text has shadow with #0C2830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C2830 on black background.


Color preview on white background

This text has color #0C2830 on white background.



Black color preview on #0C2830 background

This text has black color on #0C2830 background.


White color preview on #0C2830 background

This text has white color on #0C2830 background.