COLOR #4F715D

HEX: #4F715D RGB: (79,113,93)

Color info

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

RGB color model

#4F715D color RGB value is (79,113,93).

RGB: (79,113,93) (31%, 44%, 36%)

RGB channels and saturation

R 79 of 255 = 31%
G 113 of 255 = 44%
B 93 of 255 = 36%

79
113
93

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

Portions of RGB colors in percentages

R + G + B = 79 + 113 + 93 = 285 (100%)
R 79 of 285 ~ 27.72%
G 113 of 285 ~ 39.65%
B 93 of 285 ~ 32.63'%

%27.72
%39.65
%32.63

CMYK color model

#4F715D color CMYK value is (30,0,18,56).

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

CMYK: (30,0,18,56)
C30M0Y18K56 (30%, 0%, 18%, 56%)
(0.30 / 0.00 / 0.18 / 0.56)

CMYK percentages

%30.09
%0
%17.7
%55.69

Codes

Color #4F715D in popluar color models

4F 71 5D
RGB 79 113 93
HSL 145° 17.71% 37.65%
HSB/HSV 145° 30.09% 44.31%
CMYK 30.09% 0.00% 17.70%
55.69%

Color #4F715D in popluar number systems.

HEX 4F 71 5D
Decimal 79 113 93
Binary 1001111 1110001 1011101
Octal 117 161 135

Shades and tints

Shades of #4F715D

#4F715D
(79,113,93)
#486755
(72,103,85)
#415D4D
(65,93,77)
#3A5345
(58,83,69)
#33493D
(51,73,61)
#2C3F35
(44,63,53)
#25352D
(37,53,45)
#1E2B25
(30,43,37)
#17211D
(23,33,29)
#101715
(16,23,21)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #4F715D

#4F715D
(79,113,93)
#5F7D6B
(95,125,107)
#6F8979
(111,137,121)
#7F9587
(127,149,135)
#8FA195
(143,161,149)
#9FADA3
(159,173,163)
#AFB9B1
(175,185,177)
#BFC5BF
(191,197,191)
#CFD1CD
(207,209,205)
#DFDDDB
(223,221,219)
#EFE9E9
(239,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F715D; }

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

This text font color is #4F715D.

Background Color

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

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

This div background color is #4F715D.

Border color

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

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

This div border color is #4F715D.

Opacity

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

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

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

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

This text has shadow with #4F715D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F715D.

Preview

Color preview on black background

This text has color #4F715D on black background.


Color preview on white background

This text has color #4F715D on white background.


Black color preview on #4F715D background

This text has black color on #4F715D background.


White color preview on #4F715D background

This text has white color on #4F715D background.


Related colors

Complementary color

Complementary color for #hex is #B08EA2.


I love getcolorcode.com

Triadic colors

1 #5D4F71 and #715D4F with #4F715D are triadic colors.

2 #5D714F and #714F5D with #4F715D are triadic colors.