COLOR #4F715F

HEX: #4F715F RGB: (79,113,95)

Color info

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

RGB color model

#4F715F color RGB value is (79,113,95).

RGB: (79,113,95) (31%, 44%, 37%)

RGB channels and saturation

R 79 of 255 = 31%
G 113 of 255 = 44%
B 95 of 255 = 37%

79
113
95

R + G + B ~ 37%. #4F715F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 113 + 95 = 287 (100%)
R 79 of 287 ~ 27.53%
G 113 of 287 ~ 39.37%
B 95 of 287 ~ 33.1'%

%27.53
%39.37
%33.1

CMYK color model

#4F715F color CMYK value is (30,0,16,56).

  • cyan value is 30.09%
  • magenta value is 0.00%
  • yellow value is 15.93%
  • key color value is 55.69%

CMYK: (30,0,16,56)
C30M0Y16K56 (30%, 0%, 16%, 56%)
(0.30 / 0.00 / 0.16 / 0.56)

CMYK percentages

%30.09
%0
%15.93
%55.69

Codes

Color #4F715F in popluar color models

4F 71 5F
RGB 79 113 95
HSL 148° 17.71% 37.65%
HSB/HSV 148° 30.09% 44.31%
CMYK 30.09% 0.00% 15.93%
55.69%

Color #4F715F in popluar number systems.

HEX 4F 71 5F
Decimal 79 113 95
Binary 1001111 1110001 1011111
Octal 117 161 137

Shades and tints

Shades of #4F715F

#4F715F
(79,113,95)
#486757
(72,103,87)
#415D4F
(65,93,79)
#3A5347
(58,83,71)
#33493F
(51,73,63)
#2C3F37
(44,63,55)
#25352F
(37,53,47)
#1E2B27
(30,43,39)
#17211F
(23,33,31)
#101717
(16,23,23)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #4F715F

#4F715F
(79,113,95)
#5F7D6D
(95,125,109)
#6F897B
(111,137,123)
#7F9589
(127,149,137)
#8FA197
(143,161,151)
#9FADA5
(159,173,165)
#AFB9B3
(175,185,179)
#BFC5C1
(191,197,193)
#CFD1CF
(207,209,207)
#DFDDDD
(223,221,221)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F715F color. Also use rgb(79,113,95) instead hex code.

Text Font Color

.myTextColor { color: #4F715F; }

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

This text font color is #4F715F.

Background Color

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

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

This div background color is #4F715F.

Border color

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

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

This div border color is #4F715F.

Opacity

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

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

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

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

This text has shadow with #4F715F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F715F.

Preview

Color preview on black background

This text has color #4F715F on black background.


Color preview on white background

This text has color #4F715F on white background.


Black color preview on #4F715F background

This text has black color on #4F715F background.


White color preview on #4F715F background

This text has white color on #4F715F background.


Related colors

Complementary color

Complementary color for #hex is #B08EA0.


I love getcolorcode.com

Triadic colors

1 #5F4F71 and #715F4F with #4F715F are triadic colors.

2 #5F714F and #714F5F with #4F715F are triadic colors.