COLOR #079465

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

7
148
101

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

Portions of RGB colors in percentages

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

%57.81
%39.45

CMYK color model

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

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

CMYK percentages

%95.27
%0
%31.76
%41.96

Codes

Color #079465 in popluar color models

079465
RGB7148101
HSL160°90.97%30.39%
HSB/HSV160°95.27%58.04%
CMYK95.27%0.00%31.76%
41.96%

Color #079465 in popluar number systems.

HEX079465
Decimal7148101
Binary111100101001100101
Octal7224145

Shades and tints

Shades of #079465

#079465
(7,148,101)
#07875C
(7,135,92)
#077A53
(7,122,83)
#076D4A
(7,109,74)
#076041
(7,96,65)
#075338
(7,83,56)
#07462F
(7,70,47)
#073926
(7,57,38)
#072C1D
(7,44,29)
#071F14
(7,31,20)
#07120B
(7,18,11)
#000000
(0,0,0)

Tints of #079465

#079465
(7,148,101)
#1D9D73
(29,157,115)
#33A681
(51,166,129)
#49AF8F
(73,175,143)
#5FB89D
(95,184,157)
#75C1AB
(117,193,171)
#8BCAB9
(139,202,185)
#A1D3C7
(161,211,199)
#B7DCD5
(183,220,213)
#CDE5E3
(205,229,227)
#E3EEF1
(227,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #079465; }

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

This text font color is #079465.


Background Color

.myBgColor { background-color: #079465; }

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

This div background color is #079465.


Border color

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

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

This div border color is #079465.


Opacity

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

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

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

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

This text has shadow with #079465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #079465 on black background.


Color preview on white background

This text has color #079465 on white background.



Black color preview on #079465 background

This text has black color on #079465 background.


White color preview on #079465 background

This text has white color on #079465 background.