COLOR #7FA084

HEX: #7FA084
RGB: (127,160,132)

Color info

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

RGB color model

#7FA084 color RGB value is (127,160,132).

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

RGB channels and saturation

R 127 of 255 = 50%
G 160 of 255 = 63%
B 132 of 255 = 52%

127
160
132

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

Portions of RGB colors in percentages

R + G + B =
127 + 160 + 132 = 419 (100%)
R 127 of 419 ~ 30.31%
G 160 of 419 ~ 38.19%
B 132 of 419 ~ 31.5%

%30.31
%38.19
%31.5

CMYK color model

#7FA084 color CMYK value is (21,0,18,37).

  • cyan value is 20.63%
  • magenta value is 0.00%
  • yellow value is 17.50%
  • key color value is 37.25%
CMYK:
(21,0,18,37)
C21M0Y18K37 
(21%,0%,18%,37%)
(0.21/0.00/0.18/0.37)	

CMYK percentages

%20.63
%0
%17.5
%37.25

Codes

Color #7FA084 in popluar color models

7FA084
RGB127160132
HSL129°14.80%56.27%
HSB/HSV129°20.63%62.75%
CMYK20.63%0.00%17.50%
37.25%

Color #7FA084 in popluar number systems.

HEX7FA084
Decimal127160132
Binary11111111010000010000100
Octal177240204

Shades and tints

Shades of #7FA084

#7FA084
(127,160,132)
#749278
(116,146,120)
#69846C
(105,132,108)
#5E7660
(94,118,96)
#536854
(83,104,84)
#485A48
(72,90,72)
#3D4C3C
(61,76,60)
#323E30
(50,62,48)
#273024
(39,48,36)
#1C2218
(28,34,24)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #7FA084

#7FA084
(127,160,132)
#8AA88F
(138,168,143)
#95B09A
(149,176,154)
#A0B8A5
(160,184,165)
#ABC0B0
(171,192,176)
#B6C8BB
(182,200,187)
#C1D0C6
(193,208,198)
#CCD8D1
(204,216,209)
#D7E0DC
(215,224,220)
#E2E8E7
(226,232,231)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA084; }

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

This text font color is #7FA084.


Background Color

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

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

This div background color is #7FA084.


Border color

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

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

This div border color is #7FA084.


Opacity

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

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

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

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

This text has shadow with #7FA084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA084 on black background.


Color preview on white background

This text has color #7FA084 on white background.



Black color preview on #7FA084 background

This text has black color on #7FA084 background.


White color preview on #7FA084 background

This text has white color on #7FA084 background.