COLOR #0C3037

HEX: #0C3037
RGB: (12,48,55)

Color info

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

RGB color model

#0C3037 color RGB value is (12,48,55).

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

RGB channels and saturation

R 12 of 255 = 5%
G 48 of 255 = 19%
B 55 of 255 = 22%

12
48
55

R + G + B ~ 15%. #0C3037 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 48 + 55 = 115 (100%)
R 12 of 115 ~ 10.43%
G 48 of 115 ~ 41.74%
B 55 of 115 ~ 47.83%

%10.43
%41.74
%47.83

CMYK color model

#0C3037 color CMYK value is (78,13,0,78).

  • cyan value is 78.18%
  • magenta value is 12.73%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(78,13,0,78)
C78M13Y0K78 
(78%,13%,0%,78%)
(0.78/0.13/0.00/0.78)	

CMYK percentages

%78.18
%12.73
%0
%78.43

Codes

Color #0C3037 in popluar color models

0C3037
RGB124855
HSL190°64.18%13.14%
HSB/HSV190°78.18%21.57%
CMYK78.18%12.73%0.00%
78.43%

Color #0C3037 in popluar number systems.

HEX0C3037
Decimal124855
Binary1100110000110111
Octal146067

Shades and tints

Shades of #0C3037

#0C3037
(12,48,55)
#0B2C32
(11,44,50)
#0A282D
(10,40,45)
#092428
(9,36,40)
#082023
(8,32,35)
#071C1E
(7,28,30)
#061819
(6,24,25)
#051414
(5,20,20)
#04100F
(4,16,15)
#030C0A
(3,12,10)
#020805
(2,8,5)
#000000
(0,0,0)

Tints of #0C3037

#0C3037
(12,48,55)
#224249
(34,66,73)
#38545B
(56,84,91)
#4E666D
(78,102,109)
#64787F
(100,120,127)
#7A8A91
(122,138,145)
#909CA3
(144,156,163)
#A6AEB5
(166,174,181)
#BCC0C7
(188,192,199)
#D2D2D9
(210,210,217)
#E8E4EB
(232,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C3037; }

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

This text font color is #0C3037.


Background Color

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

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

This div background color is #0C3037.


Border color

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

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

This div border color is #0C3037.


Opacity

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

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

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

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

This text has shadow with #0C3037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3037 on black background.


Color preview on white background

This text has color #0C3037 on white background.



Black color preview on #0C3037 background

This text has black color on #0C3037 background.


White color preview on #0C3037 background

This text has white color on #0C3037 background.