COLOR #079198

HEX: #079198
RGB: (7,145,152)

Color info

#079198 contains mainly green and blue colors. Web safe color of #079198 is #009999 (or #099).

RGB color model

#079198 color RGB value is (7,145,152).

  • red value is 7;
  • green value is 145;
  • blue value is 152.
RGB:
(7,145,152)
(3%,57%,60%)

RGB channels and saturation

R 7 of 255 = 3%
G 145 of 255 = 57%
B 152 of 255 = 60%

7
145
152

R + G + B ~ 40%. #079198 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
7 + 145 + 152 = 304 (100%)
R 7 of 304 ~ 2.3%
G 145 of 304 ~ 47.7%
B 152 of 304 ~ 50%

%47.7
%50

CMYK color model

#079198 color CMYK value is (95,5,0,40).

  • cyan value is 95.39%
  • magenta value is 4.61%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(95,5,0,40)
C95M5Y0K40 
(95%,5%,0%,40%)
(0.95/0.05/0.00/0.40)	

CMYK percentages

%95.39
%4.61
%0
%40.39

Codes

Color #079198 in popluar color models

079198
RGB7145152
HSL183°91.19%31.18%
HSB/HSV183°95.39%59.61%
CMYK95.39%4.61%0.00%
40.39%

Color #079198 in popluar number systems.

HEX079198
Decimal7145152
Binary1111001000110011000
Octal7221230

Shades and tints

Shades of #079198

#079198
(7,145,152)
#07848B
(7,132,139)
#07777E
(7,119,126)
#076A71
(7,106,113)
#075D64
(7,93,100)
#075057
(7,80,87)
#07434A
(7,67,74)
#07363D
(7,54,61)
#072930
(7,41,48)
#071C23
(7,28,35)
#070F16
(7,15,22)
#000000
(0,0,0)

Tints of #079198

#079198
(7,145,152)
#1D9BA1
(29,155,161)
#33A5AA
(51,165,170)
#49AFB3
(73,175,179)
#5FB9BC
(95,185,188)
#75C3C5
(117,195,197)
#8BCDCE
(139,205,206)
#A1D7D7
(161,215,215)
#B7E1E0
(183,225,224)
#CDEBE9
(205,235,233)
#E3F5F2
(227,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #079198 color. Also use rgb(7,145,152) instead hex code.

Text Font Color

.myTextColor { color: #079198; }

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

This text font color is #079198.


Background Color

.myBgColor { background-color: #079198; }

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

This div background color is #079198.


Border color

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

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

This div border color is #079198.


Opacity

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

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

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

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

This text has shadow with #079198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #079198 on black background.


Color preview on white background

This text has color #079198 on white background.



Black color preview on #079198 background

This text has black color on #079198 background.


White color preview on #079198 background

This text has white color on #079198 background.