COLOR #0C6741

HEX: #0C6741 RGB: (12,103,65)

Color info

#0C6741 contains mainly green and blue colors. Web safe color of #0C6741 is #006633 (or #063).

RGB color model

#0C6741 color RGB value is (12,103,65).

RGB: (12,103,65) (5%, 40%, 25%)

RGB channels and saturation

R 12 of 255 = 5%
G 103 of 255 = 40%
B 65 of 255 = 25%

12
103
65

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

Portions of RGB colors in percentages

R + G + B = 12 + 103 + 65 = 180 (100%)
R 12 of 180 ~ 6.67%
G 103 of 180 ~ 57.22%
B 65 of 180 ~ 36.11'%

%57.22
%36.11

CMYK color model

#0C6741 color CMYK value is (88,0,37,60).

  • cyan value is 88.35%
  • magenta value is 0.00%
  • yellow value is 36.89%
  • key color value is 59.61%

CMYK: (88,0,37,60)
C88M0Y37K60 (88%, 0%, 37%, 60%)
(0.88 / 0.00 / 0.37 / 0.60)

CMYK percentages

%88.35
%0
%36.89
%59.61

Codes

Color #0C6741 in popluar color models

0C 67 41
RGB 12 103 65
HSL 155° 79.13% 22.55%
HSB/HSV 155° 88.35% 40.39%
CMYK 88.35% 0.00% 36.89%
59.61%

Color #0C6741 in popluar number systems.

HEX 0C 67 41
Decimal 12 103 65
Binary 1100 1100111 1000001
Octal 14 147 101

Shades and tints

Shades of #0C6741

#0C6741
(12,103,65)
#0B5E3C
(11,94,60)
#0A5537
(10,85,55)
#094C32
(9,76,50)
#08432D
(8,67,45)
#073A28
(7,58,40)
#063123
(6,49,35)
#05281E
(5,40,30)
#041F19
(4,31,25)
#031614
(3,22,20)
#020D0F
(2,13,15)
#000000
(0,0,0)

Tints of #0C6741

#0C6741
(12,103,65)
#227452
(34,116,82)
#388163
(56,129,99)
#4E8E74
(78,142,116)
#649B85
(100,155,133)
#7AA896
(122,168,150)
#90B5A7
(144,181,167)
#A6C2B8
(166,194,184)
#BCCFC9
(188,207,201)
#D2DCDA
(210,220,218)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C6741; }

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

This text font color is #0C6741.

Background Color

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

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

This div background color is #0C6741.

Border color

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

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

This div border color is #0C6741.

Opacity

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

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

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

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

This text has shadow with #0C6741 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C6741.

Preview

Color preview on black background

This text has color #0C6741 on black background.


Color preview on white background

This text has color #0C6741 on white background.


Black color preview on #0C6741 background

This text has black color on #0C6741 background.


White color preview on #0C6741 background

This text has white color on #0C6741 background.


Related colors

Complementary color

Complementary color for #hex is #F398BE.


I love getcolorcode.com

Triadic colors

1 #410C67 and #67410C with #0C6741 are triadic colors.

2 #41670C and #670C41 with #0C6741 are triadic colors.