COLOR #076459

HEX: #076459
RGB: (7,100,89)

Color info

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

RGB color model

#076459 color RGB value is (7,100,89).

  • red value is 7;
  • green value is 100;
  • blue value is 89.
RGB:
(7,100,89)
(3%,39%,35%)

RGB channels and saturation

R 7 of 255 = 3%
G 100 of 255 = 39%
B 89 of 255 = 35%

7
100
89

R + G + B ~ 26%. #076459 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 100 + 89 = 196 (100%)
R 7 of 196 ~ 3.57%
G 100 of 196 ~ 51.02%
B 89 of 196 ~ 45.41%

%51.02
%45.41

CMYK color model

#076459 color CMYK value is (93,0,11,61).

  • cyan value is 93.00%
  • magenta value is 0.00%
  • yellow value is 11.00%
  • key color value is 60.78%
CMYK:
(93,0,11,61)
C93M0Y11K61 
(93%,0%,11%,61%)
(0.93/0.00/0.11/0.61)	

CMYK percentages

%93
%0
%11
%60.78

Codes

Color #076459 in popluar color models

076459
RGB710089
HSL173°86.92%20.98%
HSB/HSV173°93.00%39.22%
CMYK93.00%0.00%11.00%
60.78%

Color #076459 in popluar number systems.

HEX076459
Decimal710089
Binary11111001001011001
Octal7144131

Shades and tints

Shades of #076459

#076459
(7,100,89)
#075B51
(7,91,81)
#075249
(7,82,73)
#074941
(7,73,65)
#074039
(7,64,57)
#073731
(7,55,49)
#072E29
(7,46,41)
#072521
(7,37,33)
#071C19
(7,28,25)
#071311
(7,19,17)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #076459

#076459
(7,100,89)
#1D7268
(29,114,104)
#338077
(51,128,119)
#498E86
(73,142,134)
#5F9C95
(95,156,149)
#75AAA4
(117,170,164)
#8BB8B3
(139,184,179)
#A1C6C2
(161,198,194)
#B7D4D1
(183,212,209)
#CDE2E0
(205,226,224)
#E3F0EF
(227,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #076459 color. Also use rgb(7,100,89) instead hex code.

Text Font Color

.myTextColor { color: #076459; }

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

This text font color is #076459.


Background Color

.myBgColor { background-color: #076459; }

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

This div background color is #076459.


Border color

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

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

This div border color is #076459.


Opacity

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

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

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

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

This text has shadow with #076459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076459 on black background.


Color preview on white background

This text has color #076459 on white background.



Black color preview on #076459 background

This text has black color on #076459 background.


White color preview on #076459 background

This text has white color on #076459 background.