COLOR #0C4130

HEX: #0C4130
RGB: (12,65,48)

Color info

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

RGB color model

#0C4130 color RGB value is (12,65,48).

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

RGB channels and saturation

R 12 of 255 = 5%
G 65 of 255 = 25%
B 48 of 255 = 19%

12
65
48

R + G + B ~ 16%. #0C4130 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 65 + 48 = 125 (100%)
R 12 of 125 ~ 9.6%
G 65 of 125 ~ 52%
B 48 of 125 ~ 38.4%

%9.6
%52
%38.4

CMYK color model

#0C4130 color CMYK value is (82,0,26,75).

  • cyan value is 81.54%
  • magenta value is 0.00%
  • yellow value is 26.15%
  • key color value is 74.51%
CMYK:
(82,0,26,75)
C82M0Y26K75 
(82%,0%,26%,75%)
(0.82/0.00/0.26/0.75)	

CMYK percentages

%81.54
%0
%26.15
%74.51

Codes

Color #0C4130 in popluar color models

0C4130
RGB126548
HSL161°68.83%15.10%
HSB/HSV161°81.54%25.49%
CMYK81.54%0.00%26.15%
74.51%

Color #0C4130 in popluar number systems.

HEX0C4130
Decimal126548
Binary11001000001110000
Octal1410160

Shades and tints

Shades of #0C4130

#0C4130
(12,65,48)
#0B3C2C
(11,60,44)
#0A3728
(10,55,40)
#093224
(9,50,36)
#082D20
(8,45,32)
#07281C
(7,40,28)
#062318
(6,35,24)
#051E14
(5,30,20)
#041910
(4,25,16)
#03140C
(3,20,12)
#020F08
(2,15,8)
#000000
(0,0,0)

Tints of #0C4130

#0C4130
(12,65,48)
#225242
(34,82,66)
#386354
(56,99,84)
#4E7466
(78,116,102)
#648578
(100,133,120)
#7A968A
(122,150,138)
#90A79C
(144,167,156)
#A6B8AE
(166,184,174)
#BCC9C0
(188,201,192)
#D2DAD2
(210,218,210)
#E8EBE4
(232,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C4130; }

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

This text font color is #0C4130.


Background Color

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

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

This div background color is #0C4130.


Border color

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

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

This div border color is #0C4130.


Opacity

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

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

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

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

This text has shadow with #0C4130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C4130 on black background.


Color preview on white background

This text has color #0C4130 on white background.



Black color preview on #0C4130 background

This text has black color on #0C4130 background.


White color preview on #0C4130 background

This text has white color on #0C4130 background.