COLOR #0C4631

HEX: #0C4631
RGB: (12,70,49)

Color info

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

RGB color model

#0C4631 color RGB value is (12,70,49).

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

RGB channels and saturation

R 12 of 255 = 5%
G 70 of 255 = 27%
B 49 of 255 = 19%

12
70
49

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

Portions of RGB colors in percentages

R + G + B =
12 + 70 + 49 = 131 (100%)
R 12 of 131 ~ 9.16%
G 70 of 131 ~ 53.44%
B 49 of 131 ~ 37.4%

%53.44
%37.4

CMYK color model

#0C4631 color CMYK value is (83,0,30,73).

  • cyan value is 82.86%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 72.55%
CMYK:
(83,0,30,73)
C83M0Y30K73 
(83%,0%,30%,73%)
(0.83/0.00/0.30/0.73)	

CMYK percentages

%82.86
%0
%30
%72.55

Codes

Color #0C4631 in popluar color models

0C4631
RGB127049
HSL158°70.73%16.08%
HSB/HSV158°82.86%27.45%
CMYK82.86%0.00%30.00%
72.55%

Color #0C4631 in popluar number systems.

HEX0C4631
Decimal127049
Binary11001000110110001
Octal1410661

Shades and tints

Shades of #0C4631

#0C4631
(12,70,49)
#0B402D
(11,64,45)
#0A3A29
(10,58,41)
#093425
(9,52,37)
#082E21
(8,46,33)
#07281D
(7,40,29)
#062219
(6,34,25)
#051C15
(5,28,21)
#041611
(4,22,17)
#03100D
(3,16,13)
#020A09
(2,10,9)
#000000
(0,0,0)

Tints of #0C4631

#0C4631
(12,70,49)
#225643
(34,86,67)
#386655
(56,102,85)
#4E7667
(78,118,103)
#648679
(100,134,121)
#7A968B
(122,150,139)
#90A69D
(144,166,157)
#A6B6AF
(166,182,175)
#BCC6C1
(188,198,193)
#D2D6D3
(210,214,211)
#E8E6E5
(232,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C4631; }

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

This text font color is #0C4631.


Background Color

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

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

This div background color is #0C4631.


Border color

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

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

This div border color is #0C4631.


Opacity

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

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

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

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

This text has shadow with #0C4631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C4631 on black background.


Color preview on white background

This text has color #0C4631 on white background.



Black color preview on #0C4631 background

This text has black color on #0C4631 background.


White color preview on #0C4631 background

This text has white color on #0C4631 background.