COLOR #076B46

HEX: #076B46
RGB: (7,107,70)

Color info

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

RGB color model

#076B46 color RGB value is (7,107,70).

  • red value is 7;
  • green value is 107;
  • blue value is 70.
RGB:
(7,107,70)
(3%,42%,27%)

RGB channels and saturation

R 7 of 255 = 3%
G 107 of 255 = 42%
B 70 of 255 = 27%

7
107
70

R + G + B ~ 24%. #076B46 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 107 + 70 = 184 (100%)
R 7 of 184 ~ 3.8%
G 107 of 184 ~ 58.15%
B 70 of 184 ~ 38.04%

%58.15
%38.04

CMYK color model

#076B46 color CMYK value is (93,0,35,58).

  • cyan value is 93.46%
  • magenta value is 0.00%
  • yellow value is 34.58%
  • key color value is 58.04%
CMYK:
(93,0,35,58)
C93M0Y35K58 
(93%,0%,35%,58%)
(0.93/0.00/0.35/0.58)	

CMYK percentages

%93.46
%0
%34.58
%58.04

Codes

Color #076B46 in popluar color models

076B46
RGB710770
HSL158°87.72%22.35%
HSB/HSV158°93.46%41.96%
CMYK93.46%0.00%34.58%
58.04%

Color #076B46 in popluar number systems.

HEX076B46
Decimal710770
Binary11111010111000110
Octal7153106

Shades and tints

Shades of #076B46

#076B46
(7,107,70)
#076240
(7,98,64)
#07593A
(7,89,58)
#075034
(7,80,52)
#07472E
(7,71,46)
#073E28
(7,62,40)
#073522
(7,53,34)
#072C1C
(7,44,28)
#072316
(7,35,22)
#071A10
(7,26,16)
#07110A
(7,17,10)
#000000
(0,0,0)

Tints of #076B46

#076B46
(7,107,70)
#1D7856
(29,120,86)
#338566
(51,133,102)
#499276
(73,146,118)
#5F9F86
(95,159,134)
#75AC96
(117,172,150)
#8BB9A6
(139,185,166)
#A1C6B6
(161,198,182)
#B7D3C6
(183,211,198)
#CDE0D6
(205,224,214)
#E3EDE6
(227,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #076B46 color. Also use rgb(7,107,70) instead hex code.

Text Font Color

.myTextColor { color: #076B46; }

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

This text font color is #076B46.


Background Color

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

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

This div background color is #076B46.


Border color

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

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

This div border color is #076B46.


Opacity

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

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

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

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

This text has shadow with #076B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076B46 on black background.


Color preview on white background

This text has color #076B46 on white background.



Black color preview on #076B46 background

This text has black color on #076B46 background.


White color preview on #076B46 background

This text has white color on #076B46 background.