COLOR #0C743E

HEX: #0C743E
RGB: (12,116,62)

Color info

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

RGB color model

#0C743E color RGB value is (12,116,62).

  • red value is 12;
  • green value is 116;
  • blue value is 62.
RGB:
(12,116,62)
(5%,45%,24%)

RGB channels and saturation

R 12 of 255 = 5%
G 116 of 255 = 45%
B 62 of 255 = 24%

12
116
62

R + G + B ~ 25%. #0C743E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 116 + 62 = 190 (100%)
R 12 of 190 ~ 6.32%
G 116 of 190 ~ 61.05%
B 62 of 190 ~ 32.63%

%61.05
%32.63

CMYK color model

#0C743E color CMYK value is (90,0,47,55).

  • cyan value is 89.66%
  • magenta value is 0.00%
  • yellow value is 46.55%
  • key color value is 54.51%
CMYK:
(90,0,47,55)
C90M0Y47K55 
(90%,0%,47%,55%)
(0.90/0.00/0.47/0.55)	

CMYK percentages

%89.66
%0
%46.55
%54.51

Codes

Color #0C743E in popluar color models

0C743E
RGB1211662
HSL149°81.25%25.10%
HSB/HSV149°89.66%45.49%
CMYK89.66%0.00%46.55%
54.51%

Color #0C743E in popluar number systems.

HEX0C743E
Decimal1211662
Binary11001110100111110
Octal1416476

Shades and tints

Shades of #0C743E

#0C743E
(12,116,62)
#0B6A39
(11,106,57)
#0A6034
(10,96,52)
#09562F
(9,86,47)
#084C2A
(8,76,42)
#074225
(7,66,37)
#063820
(6,56,32)
#052E1B
(5,46,27)
#042416
(4,36,22)
#031A11
(3,26,17)
#02100C
(2,16,12)
#000000
(0,0,0)

Tints of #0C743E

#0C743E
(12,116,62)
#22804F
(34,128,79)
#388C60
(56,140,96)
#4E9871
(78,152,113)
#64A482
(100,164,130)
#7AB093
(122,176,147)
#90BCA4
(144,188,164)
#A6C8B5
(166,200,181)
#BCD4C6
(188,212,198)
#D2E0D7
(210,224,215)
#E8ECE8
(232,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C743E color. Also use rgb(12,116,62) instead hex code.

Text Font Color

.myTextColor { color: #0C743E; }

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

This text font color is #0C743E.


Background Color

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

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

This div background color is #0C743E.


Border color

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

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

This div border color is #0C743E.


Opacity

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

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

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

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

This text has shadow with #0C743E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C743E on black background.


Color preview on white background

This text has color #0C743E on white background.



Black color preview on #0C743E background

This text has black color on #0C743E background.


White color preview on #0C743E background

This text has white color on #0C743E background.