COLOR #076379

HEX: #076379
RGB: (7,99,121)

Color info

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

RGB color model

#076379 color RGB value is (7,99,121).

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

RGB channels and saturation

R 7 of 255 = 3%
G 99 of 255 = 39%
B 121 of 255 = 47%

7
99
121

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

Portions of RGB colors in percentages

R + G + B =
7 + 99 + 121 = 227 (100%)
R 7 of 227 ~ 3.08%
G 99 of 227 ~ 43.61%
B 121 of 227 ~ 53.3%

%43.61
%53.3

CMYK color model

#076379 color CMYK value is (94,18,0,53).

  • cyan value is 94.21%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(94,18,0,53)
C94M18Y0K53 
(94%,18%,0%,53%)
(0.94/0.18/0.00/0.53)	

CMYK percentages

%94.21
%18.18
%0
%52.55

Codes

Color #076379 in popluar color models

076379
RGB799121
HSL192°89.06%25.10%
HSB/HSV192°94.21%47.45%
CMYK94.21%18.18%0.00%
52.55%

Color #076379 in popluar number systems.

HEX076379
Decimal799121
Binary11111000111111001
Octal7143171

Shades and tints

Shades of #076379

#076379
(7,99,121)
#075A6E
(7,90,110)
#075163
(7,81,99)
#074858
(7,72,88)
#073F4D
(7,63,77)
#073642
(7,54,66)
#072D37
(7,45,55)
#07242C
(7,36,44)
#071B21
(7,27,33)
#071216
(7,18,22)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #076379

#076379
(7,99,121)
#1D7185
(29,113,133)
#337F91
(51,127,145)
#498D9D
(73,141,157)
#5F9BA9
(95,155,169)
#75A9B5
(117,169,181)
#8BB7C1
(139,183,193)
#A1C5CD
(161,197,205)
#B7D3D9
(183,211,217)
#CDE1E5
(205,225,229)
#E3EFF1
(227,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #076379; }

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

This text font color is #076379.


Background Color

.myBgColor { background-color: #076379; }

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

This div background color is #076379.


Border color

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

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

This div border color is #076379.


Opacity

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

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

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

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

This text has shadow with #076379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076379 on black background.


Color preview on white background

This text has color #076379 on white background.



Black color preview on #076379 background

This text has black color on #076379 background.


White color preview on #076379 background

This text has white color on #076379 background.