COLOR #7FB38F

HEX: #7FB38F
RGB: (127,179,143)

Color info

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

RGB color model

#7FB38F color RGB value is (127,179,143).

  • red value is 127;
  • green value is 179;
  • blue value is 143.
RGB:
(127,179,143)
(50%,70%,56%)

RGB channels and saturation

R 127 of 255 = 50%
G 179 of 255 = 70%
B 143 of 255 = 56%

127
179
143

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

Portions of RGB colors in percentages

R + G + B =
127 + 179 + 143 = 449 (100%)
R 127 of 449 ~ 28.29%
G 179 of 449 ~ 39.87%
B 143 of 449 ~ 31.85%

%28.29
%39.87
%31.85

CMYK color model

#7FB38F color CMYK value is (29,0,20,30).

  • cyan value is 29.05%
  • magenta value is 0.00%
  • yellow value is 20.11%
  • key color value is 29.80%
CMYK:
(29,0,20,30)
C29M0Y20K30 
(29%,0%,20%,30%)
(0.29/0.00/0.20/0.30)	

CMYK percentages

%29.05
%0
%20.11
%29.8

Codes

Color #7FB38F in popluar color models

7FB38F
RGB127179143
HSL138°25.49%60.00%
HSB/HSV138°29.05%70.20%
CMYK29.05%0.00%20.11%
29.80%

Color #7FB38F in popluar number systems.

HEX7FB38F
Decimal127179143
Binary11111111011001110001111
Octal177263217

Shades and tints

Shades of #7FB38F

#7FB38F
(127,179,143)
#74A382
(116,163,130)
#699375
(105,147,117)
#5E8368
(94,131,104)
#53735B
(83,115,91)
#48634E
(72,99,78)
#3D5341
(61,83,65)
#324334
(50,67,52)
#273327
(39,51,39)
#1C231A
(28,35,26)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #7FB38F

#7FB38F
(127,179,143)
#8AB999
(138,185,153)
#95BFA3
(149,191,163)
#A0C5AD
(160,197,173)
#ABCBB7
(171,203,183)
#B6D1C1
(182,209,193)
#C1D7CB
(193,215,203)
#CCDDD5
(204,221,213)
#D7E3DF
(215,227,223)
#E2E9E9
(226,233,233)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB38F color. Also use rgb(127,179,143) instead hex code.

Text Font Color

.myTextColor { color: #7FB38F; }

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

This text font color is #7FB38F.


Background Color

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

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

This div background color is #7FB38F.


Border color

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

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

This div border color is #7FB38F.


Opacity

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

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

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

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

This text has shadow with #7FB38F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB38F on black background.


Color preview on white background

This text has color #7FB38F on white background.



Black color preview on #7FB38F background

This text has black color on #7FB38F background.


White color preview on #7FB38F background

This text has white color on #7FB38F background.