COLOR #0C7126

HEX: #0C7126 RGB: (12,113,38)

Color info

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

RGB color model

#0C7126 color RGB value is (12,113,38).

RGB: (12,113,38) (5%, 44%, 15%)

RGB channels and saturation

R 12 of 255 = 5%
G 113 of 255 = 44%
B 38 of 255 = 15%

12
113
38

R + G + B ~ 21%. #0C7126 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 113 + 38 = 163 (100%)
R 12 of 163 ~ 7.36%
G 113 of 163 ~ 69.33%
B 38 of 163 ~ 23.31'%

%69.33
%23.31

CMYK color model

#0C7126 color CMYK value is (89,0,66,56).

  • cyan value is 89.38%
  • magenta value is 0.00%
  • yellow value is 66.37%
  • key color value is 55.69%

CMYK: (89,0,66,56)
C89M0Y66K56 (89%, 0%, 66%, 56%)
(0.89 / 0.00 / 0.66 / 0.56)

CMYK percentages

%89.38
%0
%66.37
%55.69

Codes

Color #0C7126 in popluar color models

0C 71 26
RGB 12 113 38
HSL 135° 80.80% 24.51%
HSB/HSV 135° 89.38% 44.31%
CMYK 89.38% 0.00% 66.37%
55.69%

Color #0C7126 in popluar number systems.

HEX 0C 71 26
Decimal 12 113 38
Binary 1100 1110001 100110
Octal 14 161 46

Shades and tints

Shades of #0C7126

#0C7126
(12,113,38)
#0B6723
(11,103,35)
#0A5D20
(10,93,32)
#09531D
(9,83,29)
#08491A
(8,73,26)
#073F17
(7,63,23)
#063514
(6,53,20)
#052B11
(5,43,17)
#04210E
(4,33,14)
#03170B
(3,23,11)
#020D08
(2,13,8)
#000000
(0,0,0)

Tints of #0C7126

#0C7126
(12,113,38)
#227D39
(34,125,57)
#38894C
(56,137,76)
#4E955F
(78,149,95)
#64A172
(100,161,114)
#7AAD85
(122,173,133)
#90B998
(144,185,152)
#A6C5AB
(166,197,171)
#BCD1BE
(188,209,190)
#D2DDD1
(210,221,209)
#E8E9E4
(232,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C7126 color. Also use rgb(12,113,38) instead hex code.

Text Font Color

.myTextColor { color: #0C7126; }

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

This text font color is #0C7126.

Background Color

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

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

This div background color is #0C7126.

Border color

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

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

This div border color is #0C7126.

Opacity

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

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

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

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

This text has shadow with #0C7126 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C7126.

Preview

Color preview on black background

This text has color #0C7126 on black background.


Color preview on white background

This text has color #0C7126 on white background.


Black color preview on #0C7126 background

This text has black color on #0C7126 background.


White color preview on #0C7126 background

This text has white color on #0C7126 background.


Related colors

Complementary color

Complementary color for #hex is #F38ED9.


I love getcolorcode.com

Triadic colors

1 #260C71 and #71260C with #0C7126 are triadic colors.

2 #26710C and #710C26 with #0C7126 are triadic colors.