COLOR #076C3A

HEX: #076C3A
RGB: (7,108,58)

Color info

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

RGB color model

#076C3A color RGB value is (7,108,58).

  • red value is 7;
  • green value is 108;
  • blue value is 58.
RGB:
(7,108,58)
(3%,42%,23%)

RGB channels and saturation

R 7 of 255 = 3%
G 108 of 255 = 42%
B 58 of 255 = 23%

7
108
58

R + G + B ~ 23%. #076C3A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 108 + 58 = 173 (100%)
R 7 of 173 ~ 4.05%
G 108 of 173 ~ 62.43%
B 58 of 173 ~ 33.53%

%62.43
%33.53

CMYK color model

#076C3A color CMYK value is (94,0,46,58).

  • cyan value is 93.52%
  • magenta value is 0.00%
  • yellow value is 46.30%
  • key color value is 57.65%
CMYK:
(94,0,46,58)
C94M0Y46K58 
(94%,0%,46%,58%)
(0.94/0.00/0.46/0.58)	

CMYK percentages

%93.52
%0
%46.3
%57.65

Codes

Color #076C3A in popluar color models

076C3A
RGB710858
HSL150°87.83%22.55%
HSB/HSV150°93.52%42.35%
CMYK93.52%0.00%46.30%
57.65%

Color #076C3A in popluar number systems.

HEX076C3A
Decimal710858
Binary1111101100111010
Octal715472

Shades and tints

Shades of #076C3A

#076C3A
(7,108,58)
#076335
(7,99,53)
#075A30
(7,90,48)
#07512B
(7,81,43)
#074826
(7,72,38)
#073F21
(7,63,33)
#07361C
(7,54,28)
#072D17
(7,45,23)
#072412
(7,36,18)
#071B0D
(7,27,13)
#071208
(7,18,8)
#000000
(0,0,0)

Tints of #076C3A

#076C3A
(7,108,58)
#1D794B
(29,121,75)
#33865C
(51,134,92)
#49936D
(73,147,109)
#5FA07E
(95,160,126)
#75AD8F
(117,173,143)
#8BBAA0
(139,186,160)
#A1C7B1
(161,199,177)
#B7D4C2
(183,212,194)
#CDE1D3
(205,225,211)
#E3EEE4
(227,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #076C3A color. Also use rgb(7,108,58) instead hex code.

Text Font Color

.myTextColor { color: #076C3A; }

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

This text font color is #076C3A.


Background Color

.myBgColor { background-color: #076C3A; }

<div style="background-color:#076C3A">Inner text</div>

This div background color is #076C3A.


Border color

.myBorderColor { border: 1px solid #076C3A; }

<div style="border:3px solid #076C3A">Div</div>

This div border color is #076C3A.


Opacity

.myOpacity80 { color: #076C3A; opacity: 0.8; }

<p style="color:#076C3A;opacity:0.8;">80%</p>

Text with #076C3A 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 #076C3A;}

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

This text has shadow with #076C3A color.

.textShadow {text-shadow: 3px 3px 1px #076C3A, 3px 3px 1px red;}

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

This text has shadow with #076C3A primary color and red secondary color.


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

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

This text has shadow with #076C3A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076C3A on black background.


Color preview on white background

This text has color #076C3A on white background.



Black color preview on #076C3A background

This text has black color on #076C3A background.


White color preview on #076C3A background

This text has white color on #076C3A background.