COLOR #076576

HEX: #076576
RGB: (7,101,118)

Color info

#076576 contains mainly green and blue colors. Web safe color of #076576 is #006666 (or #066).

RGB color model

#076576 color RGB value is (7,101,118).

  • red value is 7;
  • green value is 101;
  • blue value is 118.
RGB:
(7,101,118)
(3%,40%,46%)

RGB channels and saturation

R 7 of 255 = 3%
G 101 of 255 = 40%
B 118 of 255 = 46%

7
101
118

R + G + B ~ 30%. #076576 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 101 + 118 = 226 (100%)
R 7 of 226 ~ 3.1%
G 101 of 226 ~ 44.69%
B 118 of 226 ~ 52.21%

%44.69
%52.21

CMYK color model

#076576 color CMYK value is (94,14,0,54).

  • cyan value is 94.07%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(94,14,0,54)
C94M14Y0K54 
(94%,14%,0%,54%)
(0.94/0.14/0.00/0.54)	

CMYK percentages

%94.07
%14.41
%0
%53.73

Codes

Color #076576 in popluar color models

076576
RGB7101118
HSL189°88.80%24.51%
HSB/HSV189°94.07%46.27%
CMYK94.07%14.41%0.00%
53.73%

Color #076576 in popluar number systems.

HEX076576
Decimal7101118
Binary11111001011110110
Octal7145166

Shades and tints

Shades of #076576

#076576
(7,101,118)
#075C6C
(7,92,108)
#075362
(7,83,98)
#074A58
(7,74,88)
#07414E
(7,65,78)
#073844
(7,56,68)
#072F3A
(7,47,58)
#072630
(7,38,48)
#071D26
(7,29,38)
#07141C
(7,20,28)
#070B12
(7,11,18)
#000000
(0,0,0)

Tints of #076576

#076576
(7,101,118)
#1D7382
(29,115,130)
#33818E
(51,129,142)
#498F9A
(73,143,154)
#5F9DA6
(95,157,166)
#75ABB2
(117,171,178)
#8BB9BE
(139,185,190)
#A1C7CA
(161,199,202)
#B7D5D6
(183,213,214)
#CDE3E2
(205,227,226)
#E3F1EE
(227,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #076576 color. Also use rgb(7,101,118) instead hex code.

Text Font Color

.myTextColor { color: #076576; }

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

This text font color is #076576.


Background Color

.myBgColor { background-color: #076576; }

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

This div background color is #076576.


Border color

.myBorderColor { border: 1px solid #076576; }

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

This div border color is #076576.


Opacity

.myOpacity80 { color: #076576; opacity: 0.8; }

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

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

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

This text has shadow with #076576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076576 on black background.


Color preview on white background

This text has color #076576 on white background.



Black color preview on #076576 background

This text has black color on #076576 background.


White color preview on #076576 background

This text has white color on #076576 background.