COLOR #076063

HEX: #076063
RGB: (7,96,99)

Color info

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

RGB color model

#076063 color RGB value is (7,96,99).

  • red value is 7;
  • green value is 96;
  • blue value is 99.
RGB:
(7,96,99)
(3%,38%,39%)

RGB channels and saturation

R 7 of 255 = 3%
G 96 of 255 = 38%
B 99 of 255 = 39%

7
96
99

R + G + B ~ 27%. #076063 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 96 + 99 = 202 (100%)
R 7 of 202 ~ 3.47%
G 96 of 202 ~ 47.52%
B 99 of 202 ~ 49.01%

%47.52
%49.01

CMYK color model

#076063 color CMYK value is (93,3,0,61).

  • cyan value is 92.93%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(93,3,0,61)
C93M3Y0K61 
(93%,3%,0%,61%)
(0.93/0.03/0.00/0.61)	

CMYK percentages

%92.93
%3.03
%0
%61.18

Codes

Color #076063 in popluar color models

076063
RGB79699
HSL182°86.79%20.78%
HSB/HSV182°92.93%38.82%
CMYK92.93%3.03%0.00%
61.18%

Color #076063 in popluar number systems.

HEX076063
Decimal79699
Binary11111000001100011
Octal7140143

Shades and tints

Shades of #076063

#076063
(7,96,99)
#07585A
(7,88,90)
#075051
(7,80,81)
#074848
(7,72,72)
#07403F
(7,64,63)
#073836
(7,56,54)
#07302D
(7,48,45)
#072824
(7,40,36)
#07201B
(7,32,27)
#071812
(7,24,18)
#071009
(7,16,9)
#000000
(0,0,0)

Tints of #076063

#076063
(7,96,99)
#1D6E71
(29,110,113)
#337C7F
(51,124,127)
#498A8D
(73,138,141)
#5F989B
(95,152,155)
#75A6A9
(117,166,169)
#8BB4B7
(139,180,183)
#A1C2C5
(161,194,197)
#B7D0D3
(183,208,211)
#CDDEE1
(205,222,225)
#E3ECEF
(227,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #076063 color. Also use rgb(7,96,99) instead hex code.

Text Font Color

.myTextColor { color: #076063; }

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

This text font color is #076063.


Background Color

.myBgColor { background-color: #076063; }

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

This div background color is #076063.


Border color

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

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

This div border color is #076063.


Opacity

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

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

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

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

This text has shadow with #076063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076063 on black background.


Color preview on white background

This text has color #076063 on white background.



Black color preview on #076063 background

This text has black color on #076063 background.


White color preview on #076063 background

This text has white color on #076063 background.