COLOR #7FA38A

HEX: #7FA38A RGB: (127,163,138)

Color info

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

RGB color model

#7FA38A color RGB value is (127,163,138).

RGB: (127,163,138) (50%, 64%, 54%)

RGB channels and saturation

R 127 of 255 = 50%
G 163 of 255 = 64%
B 138 of 255 = 54%

127
163
138

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

Portions of RGB colors in percentages

R + G + B = 127 + 163 + 138 = 428 (100%)
R 127 of 428 ~ 29.67%
G 163 of 428 ~ 38.08%
B 138 of 428 ~ 32.24'%

%29.67
%38.08
%32.24

CMYK color model

#7FA38A color CMYK value is (22,0,15,36).

  • cyan value is 22.09%
  • magenta value is 0.00%
  • yellow value is 15.34%
  • key color value is 36.08%
CMYK: (22,0,15,36) C22M0Y15K36 (22%,0%,15%,36%) (0.22/0.00/0.15/0.36) 

CMYK percentages

%22.09
%0
%15.34
%36.08

Codes

Color #7FA38A in popluar color models

7F A3 8A
RGB 127 163 138
HSL 138° 16.36% 56.86%
HSB/HSV 138° 22.09% 63.92%
CMYK 22.09% 0.00% 15.34%
36.08%

Color #7FA38A in popluar number systems.

HEX 7F A3 8A
Decimal 127 163 138
Binary 1111111 10100011 10001010
Octal 177 243 212

Shades and tints

Shades of #7FA38A

#7FA38A
(127,163,138)
#74957E
(116,149,126)
#698772
(105,135,114)
#5E7966
(94,121,102)
#536B5A
(83,107,90)
#485D4E
(72,93,78)
#3D4F42
(61,79,66)
#324136
(50,65,54)
#27332A
(39,51,42)
#1C251E
(28,37,30)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #7FA38A

#7FA38A
(127,163,138)
#8AAB94
(138,171,148)
#95B39E
(149,179,158)
#A0BBA8
(160,187,168)
#ABC3B2
(171,195,178)
#B6CBBC
(182,203,188)
#C1D3C6
(193,211,198)
#CCDBD0
(204,219,208)
#D7E3DA
(215,227,218)
#E2EBE4
(226,235,228)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA38A color. Also use rgb(127,163,138) instead hex code.

Text Font Color

.myTextColor { color: #7FA38A; }

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

This text font color is #7FA38A.

Background Color

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

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

This div background color is #7FA38A.

Border color

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

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

This div border color is #7FA38A.

Opacity

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

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

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

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

This text has shadow with #7FA38A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA38A.

Preview

Color preview on black background

This text has color #7FA38A on black background.


Color preview on white background

This text has color #7FA38A on white background.


Black color preview on #7FA38A background

This text has black color on #7FA38A background.


White color preview on #7FA38A background

This text has white color on #7FA38A background.


Related colors

Complementary color

Complementary color for #hex is #805C75.


I love getcolorcode.com

Triadic colors

1 #8A7FA3 and #A38A7F with #7FA38A are triadic colors.

2 #8AA37F and #A37F8A with #7FA38A are triadic colors.