COLOR #4F7F5C

HEX: #4F7F5C RGB: (79,127,92)

Color info

#4F7F5C contains red, green and blue colors in about the same proportion. Web safe color of #4F7F5C is #666666 (or #666).

RGB color model

#4F7F5C color RGB value is (79,127,92).

RGB: (79,127,92) (31%, 50%, 36%)

RGB channels and saturation

R 79 of 255 = 31%
G 127 of 255 = 50%
B 92 of 255 = 36%

79
127
92

R + G + B ~ 39%. #4F7F5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 127 + 92 = 298 (100%)
R 79 of 298 ~ 26.51%
G 127 of 298 ~ 42.62%
B 92 of 298 ~ 30.87'%

%26.51
%42.62
%30.87

CMYK color model

#4F7F5C color CMYK value is (38,0,28,50).

  • cyan value is 37.80%
  • magenta value is 0.00%
  • yellow value is 27.56%
  • key color value is 50.20%

CMYK: (38,0,28,50)
C38M0Y28K50 (38%, 0%, 28%, 50%)
(0.38 / 0.00 / 0.28 / 0.50)

CMYK percentages

%37.8
%0
%27.56
%50.2

Codes

Color #4F7F5C in popluar color models

4F 7F 5C
RGB 79 127 92
HSL 136° 23.30% 40.39%
HSB/HSV 136° 37.80% 49.80%
CMYK 37.80% 0.00% 27.56%
50.20%

Color #4F7F5C in popluar number systems.

HEX 4F 7F 5C
Decimal 79 127 92
Binary 1001111 1111111 1011100
Octal 117 177 134

Shades and tints

Shades of #4F7F5C

#4F7F5C
(79,127,92)
#487454
(72,116,84)
#41694C
(65,105,76)
#3A5E44
(58,94,68)
#33533C
(51,83,60)
#2C4834
(44,72,52)
#253D2C
(37,61,44)
#1E3224
(30,50,36)
#17271C
(23,39,28)
#101C14
(16,28,20)
#09110C
(9,17,12)
#000000
(0,0,0)

Tints of #4F7F5C

#4F7F5C
(79,127,92)
#5F8A6A
(95,138,106)
#6F9578
(111,149,120)
#7FA086
(127,160,134)
#8FAB94
(143,171,148)
#9FB6A2
(159,182,162)
#AFC1B0
(175,193,176)
#BFCCBE
(191,204,190)
#CFD7CC
(207,215,204)
#DFE2DA
(223,226,218)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7F5C color. Also use rgb(79,127,92) instead hex code.

Text Font Color

.myTextColor { color: #4F7F5C; }

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

This text font color is #4F7F5C.

Background Color

.myBgColor { background-color: #4F7F5C; }

<div style="background-color:#4F7F5C">Inner text</div>

This div background color is #4F7F5C.

Border color

.myBorderColor { border: 1px solid #4F7F5C; }

<div style="border:3px solid #4F7F5C">Div</div>

This div border color is #4F7F5C.

Opacity

.myOpacity80 { color: #4F7F5C; opacity: 0.8; }

<p style="color:#4F7F5C;opacity:0.8;">80%</p>

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

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

This text has shadow with #4F7F5C color.


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

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

This text has shadow with #4F7F5C primary color and red secondary color.


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

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

This text has shadow with #4F7F5C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4F7F5C.

Preview

Color preview on black background

This text has color #4F7F5C on black background.


Color preview on white background

This text has color #4F7F5C on white background.


Black color preview on #4F7F5C background

This text has black color on #4F7F5C background.


White color preview on #4F7F5C background

This text has white color on #4F7F5C background.


Related colors

Complementary color

Complementary color for #hex is #B080A3.


I love getcolorcode.com

Triadic colors

1 #5C4F7F and #7F5C4F with #4F7F5C are triadic colors.

2 #5C7F4F and #7F4F5C with #4F7F5C are triadic colors.