COLOR #7FA586

HEX: #7FA586
RGB: (127,165,134)

Color info

#7FA586 contains red, green and blue colors in about the same proportion. Web safe color of #7FA586 is #669999 (or #699).

RGB color model

#7FA586 color RGB value is (127,165,134).

  • red value is 127;
  • green value is 165;
  • blue value is 134.
RGB:
(127,165,134)
(50%,65%,53%)

RGB channels and saturation

R 127 of 255 = 50%
G 165 of 255 = 65%
B 134 of 255 = 53%

127
165
134

R + G + B ~ 56%. #7FA586 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
127 + 165 + 134 = 426 (100%)
R 127 of 426 ~ 29.81%
G 165 of 426 ~ 38.73%
B 134 of 426 ~ 31.46%

%29.81
%38.73
%31.46

CMYK color model

#7FA586 color CMYK value is (23,0,19,35).

  • cyan value is 23.03%
  • magenta value is 0.00%
  • yellow value is 18.79%
  • key color value is 35.29%
CMYK:
(23,0,19,35)
C23M0Y19K35 
(23%,0%,19%,35%)
(0.23/0.00/0.19/0.35)	

CMYK percentages

%23.03
%0
%18.79
%35.29

Codes

Color #7FA586 in popluar color models

7FA586
RGB127165134
HSL131°17.43%57.25%
HSB/HSV131°23.03%64.71%
CMYK23.03%0.00%18.79%
35.29%

Color #7FA586 in popluar number systems.

HEX7FA586
Decimal127165134
Binary11111111010010110000110
Octal177245206

Shades and tints

Shades of #7FA586

#7FA586
(127,165,134)
#74967A
(116,150,122)
#69876E
(105,135,110)
#5E7862
(94,120,98)
#536956
(83,105,86)
#485A4A
(72,90,74)
#3D4B3E
(61,75,62)
#323C32
(50,60,50)
#272D26
(39,45,38)
#1C1E1A
(28,30,26)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #7FA586

#7FA586
(127,165,134)
#8AAD91
(138,173,145)
#95B59C
(149,181,156)
#A0BDA7
(160,189,167)
#ABC5B2
(171,197,178)
#B6CDBD
(182,205,189)
#C1D5C8
(193,213,200)
#CCDDD3
(204,221,211)
#D7E5DE
(215,229,222)
#E2EDE9
(226,237,233)
#EDF5F4
(237,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA586 color. Also use rgb(127,165,134) instead hex code.

Text Font Color

.myTextColor { color: #7FA586; }

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

This text font color is #7FA586.


Background Color

.myBgColor { background-color: #7FA586; }

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

This div background color is #7FA586.


Border color

.myBorderColor { border: 1px solid #7FA586; }

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

This div border color is #7FA586.


Opacity

.myOpacity80 { color: #7FA586; opacity: 0.8; }

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

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

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

This text has shadow with #7FA586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA586 on black background.


Color preview on white background

This text has color #7FA586 on white background.



Black color preview on #7FA586 background

This text has black color on #7FA586 background.


White color preview on #7FA586 background

This text has white color on #7FA586 background.