COLOR #076594

HEX: #076594
RGB: (7,101,148)

Color info

#076594 contains mainly green and blue colors. Web safe color of #076594 is #006699 (or #069).

RGB color model

#076594 color RGB value is (7,101,148).

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

RGB channels and saturation

R 7 of 255 = 3%
G 101 of 255 = 40%
B 148 of 255 = 58%

7
101
148

R + G + B ~ 34%. #076594 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 101 + 148 = 256 (100%)
R 7 of 256 ~ 2.73%
G 101 of 256 ~ 39.45%
B 148 of 256 ~ 57.81%

%39.45
%57.81

CMYK color model

#076594 color CMYK value is (95,32,0,42).

  • cyan value is 95.27%
  • magenta value is 31.76%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(95,32,0,42)
C95M32Y0K42 
(95%,32%,0%,42%)
(0.95/0.32/0.00/0.42)	

CMYK percentages

%95.27
%31.76
%0
%41.96

Codes

Color #076594 in popluar color models

076594
RGB7101148
HSL200°90.97%30.39%
HSB/HSV200°95.27%58.04%
CMYK95.27%31.76%0.00%
41.96%

Color #076594 in popluar number systems.

HEX076594
Decimal7101148
Binary111110010110010100
Octal7145224

Shades and tints

Shades of #076594

#076594
(7,101,148)
#075C87
(7,92,135)
#07537A
(7,83,122)
#074A6D
(7,74,109)
#074160
(7,65,96)
#073853
(7,56,83)
#072F46
(7,47,70)
#072639
(7,38,57)
#071D2C
(7,29,44)
#07141F
(7,20,31)
#070B12
(7,11,18)
#000000
(0,0,0)

Tints of #076594

#076594
(7,101,148)
#1D739D
(29,115,157)
#3381A6
(51,129,166)
#498FAF
(73,143,175)
#5F9DB8
(95,157,184)
#75ABC1
(117,171,193)
#8BB9CA
(139,185,202)
#A1C7D3
(161,199,211)
#B7D5DC
(183,213,220)
#CDE3E5
(205,227,229)
#E3F1EE
(227,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #076594; }

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

This text font color is #076594.


Background Color

.myBgColor { background-color: #076594; }

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

This div background color is #076594.


Border color

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

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

This div border color is #076594.


Opacity

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

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

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

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

This text has shadow with #076594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076594 on black background.


Color preview on white background

This text has color #076594 on white background.



Black color preview on #076594 background

This text has black color on #076594 background.


White color preview on #076594 background

This text has white color on #076594 background.