COLOR #0C4136

HEX: #0C4136
RGB: (12,65,54)

Color info

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

RGB color model

#0C4136 color RGB value is (12,65,54).

  • red value is 12;
  • green value is 65;
  • blue value is 54.
RGB:
(12,65,54)
(5%,25%,21%)

RGB channels and saturation

R 12 of 255 = 5%
G 65 of 255 = 25%
B 54 of 255 = 21%

12
65
54

R + G + B ~ 17%. #0C4136 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 65 + 54 = 131 (100%)
R 12 of 131 ~ 9.16%
G 65 of 131 ~ 49.62%
B 54 of 131 ~ 41.22%

%49.62
%41.22

CMYK color model

#0C4136 color CMYK value is (82,0,17,75).

  • cyan value is 81.54%
  • magenta value is 0.00%
  • yellow value is 16.92%
  • key color value is 74.51%
CMYK:
(82,0,17,75)
C82M0Y17K75 
(82%,0%,17%,75%)
(0.82/0.00/0.17/0.75)	

CMYK percentages

%81.54
%0
%16.92
%74.51

Codes

Color #0C4136 in popluar color models

0C4136
RGB126554
HSL168°68.83%15.10%
HSB/HSV168°81.54%25.49%
CMYK81.54%0.00%16.92%
74.51%

Color #0C4136 in popluar number systems.

HEX0C4136
Decimal126554
Binary11001000001110110
Octal1410166

Shades and tints

Shades of #0C4136

#0C4136
(12,65,54)
#0B3C32
(11,60,50)
#0A372E
(10,55,46)
#09322A
(9,50,42)
#082D26
(8,45,38)
#072822
(7,40,34)
#06231E
(6,35,30)
#051E1A
(5,30,26)
#041916
(4,25,22)
#031412
(3,20,18)
#020F0E
(2,15,14)
#000000
(0,0,0)

Tints of #0C4136

#0C4136
(12,65,54)
#225248
(34,82,72)
#38635A
(56,99,90)
#4E746C
(78,116,108)
#64857E
(100,133,126)
#7A9690
(122,150,144)
#90A7A2
(144,167,162)
#A6B8B4
(166,184,180)
#BCC9C6
(188,201,198)
#D2DAD8
(210,218,216)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C4136 color. Also use rgb(12,65,54) instead hex code.

Text Font Color

.myTextColor { color: #0C4136; }

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

This text font color is #0C4136.


Background Color

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

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

This div background color is #0C4136.


Border color

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

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

This div border color is #0C4136.


Opacity

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

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

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

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

This text has shadow with #0C4136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C4136 on black background.


Color preview on white background

This text has color #0C4136 on white background.



Black color preview on #0C4136 background

This text has black color on #0C4136 background.


White color preview on #0C4136 background

This text has white color on #0C4136 background.