COLOR #7FA584

HEX: #7FA584
RGB: (127,165,132)

Color info

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

RGB color model

#7FA584 color RGB value is (127,165,132).

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

RGB channels and saturation

R 127 of 255 = 50%
G 165 of 255 = 65%
B 132 of 255 = 52%

127
165
132

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

Portions of RGB colors in percentages

R + G + B =
127 + 165 + 132 = 424 (100%)
R 127 of 424 ~ 29.95%
G 165 of 424 ~ 38.92%
B 132 of 424 ~ 31.13%

%29.95
%38.92
%31.13

CMYK color model

#7FA584 color CMYK value is (23,0,20,35).

  • cyan value is 23.03%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 35.29%
CMYK:
(23,0,20,35)
C23M0Y20K35 
(23%,0%,20%,35%)
(0.23/0.00/0.20/0.35)	

CMYK percentages

%23.03
%0
%20
%35.29

Codes

Color #7FA584 in popluar color models

7FA584
RGB127165132
HSL128°17.43%57.25%
HSB/HSV128°23.03%64.71%
CMYK23.03%0.00%20.00%
35.29%

Color #7FA584 in popluar number systems.

HEX7FA584
Decimal127165132
Binary11111111010010110000100
Octal177245204

Shades and tints

Shades of #7FA584

#7FA584
(127,165,132)
#749678
(116,150,120)
#69876C
(105,135,108)
#5E7860
(94,120,96)
#536954
(83,105,84)
#485A48
(72,90,72)
#3D4B3C
(61,75,60)
#323C30
(50,60,48)
#272D24
(39,45,36)
#1C1E18
(28,30,24)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #7FA584

#7FA584
(127,165,132)
#8AAD8F
(138,173,143)
#95B59A
(149,181,154)
#A0BDA5
(160,189,165)
#ABC5B0
(171,197,176)
#B6CDBB
(182,205,187)
#C1D5C6
(193,213,198)
#CCDDD1
(204,221,209)
#D7E5DC
(215,229,220)
#E2EDE7
(226,237,231)
#EDF5F2
(237,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA584; }

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

This text font color is #7FA584.


Background Color

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

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

This div background color is #7FA584.


Border color

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

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

This div border color is #7FA584.


Opacity

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

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

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

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

This text has shadow with #7FA584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA584 on black background.


Color preview on white background

This text has color #7FA584 on white background.



Black color preview on #7FA584 background

This text has black color on #7FA584 background.


White color preview on #7FA584 background

This text has white color on #7FA584 background.