COLOR #079374

HEX: #079374
RGB: (7,147,116)

Color info

#079374 contains mainly green and blue colors. Web safe color of #079374 is #009966 (or #096).

RGB color model

#079374 color RGB value is (7,147,116).

  • red value is 7;
  • green value is 147;
  • blue value is 116.
RGB:
(7,147,116)
(3%,58%,45%)

RGB channels and saturation

R 7 of 255 = 3%
G 147 of 255 = 58%
B 116 of 255 = 45%

7
147
116

R + G + B ~ 35%. #079374 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 147 + 116 = 270 (100%)
R 7 of 270 ~ 2.59%
G 147 of 270 ~ 54.44%
B 116 of 270 ~ 42.96%

%54.44
%42.96

CMYK color model

#079374 color CMYK value is (95,0,21,42).

  • cyan value is 95.24%
  • magenta value is 0.00%
  • yellow value is 21.09%
  • key color value is 42.35%
CMYK:
(95,0,21,42)
C95M0Y21K42 
(95%,0%,21%,42%)
(0.95/0.00/0.21/0.42)	

CMYK percentages

%95.24
%0
%21.09
%42.35

Codes

Color #079374 in popluar color models

079374
RGB7147116
HSL167°90.91%30.20%
HSB/HSV167°95.24%57.65%
CMYK95.24%0.00%21.09%
42.35%

Color #079374 in popluar number systems.

HEX079374
Decimal7147116
Binary111100100111110100
Octal7223164

Shades and tints

Shades of #079374

#079374
(7,147,116)
#07866A
(7,134,106)
#077960
(7,121,96)
#076C56
(7,108,86)
#075F4C
(7,95,76)
#075242
(7,82,66)
#074538
(7,69,56)
#07382E
(7,56,46)
#072B24
(7,43,36)
#071E1A
(7,30,26)
#071110
(7,17,16)
#000000
(0,0,0)

Tints of #079374

#079374
(7,147,116)
#1D9C80
(29,156,128)
#33A58C
(51,165,140)
#49AE98
(73,174,152)
#5FB7A4
(95,183,164)
#75C0B0
(117,192,176)
#8BC9BC
(139,201,188)
#A1D2C8
(161,210,200)
#B7DBD4
(183,219,212)
#CDE4E0
(205,228,224)
#E3EDEC
(227,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #079374 color. Also use rgb(7,147,116) instead hex code.

Text Font Color

.myTextColor { color: #079374; }

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

This text font color is #079374.


Background Color

.myBgColor { background-color: #079374; }

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

This div background color is #079374.


Border color

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

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

This div border color is #079374.


Opacity

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

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

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

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

This text has shadow with #079374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #079374 on black background.


Color preview on white background

This text has color #079374 on white background.



Black color preview on #079374 background

This text has black color on #079374 background.


White color preview on #079374 background

This text has white color on #079374 background.