COLOR #0C7630

HEX: #0C7630
RGB: (12,118,48)

Color info

#0C7630 contains mainly green color. Web safe color of #0C7630 is #006633 (or #063).

RGB color model

#0C7630 color RGB value is (12,118,48).

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

RGB channels and saturation

R 12 of 255 = 5%
G 118 of 255 = 46%
B 48 of 255 = 19%

12
118
48

R + G + B ~ 23%. #0C7630 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 118 + 48 = 178 (100%)
R 12 of 178 ~ 6.74%
G 118 of 178 ~ 66.29%
B 48 of 178 ~ 26.97%

%66.29
%26.97

CMYK color model

#0C7630 color CMYK value is (90,0,59,54).

  • cyan value is 89.83%
  • magenta value is 0.00%
  • yellow value is 59.32%
  • key color value is 53.73%
CMYK:
(90,0,59,54)
C90M0Y59K54 
(90%,0%,59%,54%)
(0.90/0.00/0.59/0.54)	

CMYK percentages

%89.83
%0
%59.32
%53.73

Codes

Color #0C7630 in popluar color models

0C7630
RGB1211848
HSL140°81.54%25.49%
HSB/HSV140°89.83%46.27%
CMYK89.83%0.00%59.32%
53.73%

Color #0C7630 in popluar number systems.

HEX0C7630
Decimal1211848
Binary11001110110110000
Octal1416660

Shades and tints

Shades of #0C7630

#0C7630
(12,118,48)
#0B6C2C
(11,108,44)
#0A6228
(10,98,40)
#095824
(9,88,36)
#084E20
(8,78,32)
#07441C
(7,68,28)
#063A18
(6,58,24)
#053014
(5,48,20)
#042610
(4,38,16)
#031C0C
(3,28,12)
#021208
(2,18,8)
#000000
(0,0,0)

Tints of #0C7630

#0C7630
(12,118,48)
#228242
(34,130,66)
#388E54
(56,142,84)
#4E9A66
(78,154,102)
#64A678
(100,166,120)
#7AB28A
(122,178,138)
#90BE9C
(144,190,156)
#A6CAAE
(166,202,174)
#BCD6C0
(188,214,192)
#D2E2D2
(210,226,210)
#E8EEE4
(232,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C7630; }

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

This text font color is #0C7630.


Background Color

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

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

This div background color is #0C7630.


Border color

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

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

This div border color is #0C7630.


Opacity

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

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

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

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

This text has shadow with #0C7630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C7630 on black background.


Color preview on white background

This text has color #0C7630 on white background.



Black color preview on #0C7630 background

This text has black color on #0C7630 background.


White color preview on #0C7630 background

This text has white color on #0C7630 background.