COLOR #4F754D

HEX: #4F754D RGB: (79,117,77)

Color info

#4F754D contains red, green and blue colors in about the same proportion. Web safe color of #4F754D is #666633 (or #663).

RGB color model

#4F754D color RGB value is (79,117,77).

RGB: (79,117,77) (31%, 46%, 30%)

RGB channels and saturation

R 79 of 255 = 31%
G 117 of 255 = 46%
B 77 of 255 = 30%

79
117
77

R + G + B ~ 36%. #4F754D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 117 + 77 = 273 (100%)
R 79 of 273 ~ 28.94%
G 117 of 273 ~ 42.86%
B 77 of 273 ~ 28.21'%

%28.94
%42.86
%28.21

CMYK color model

#4F754D color CMYK value is (32,0,34,54).

  • cyan value is 32.48%
  • magenta value is 0.00%
  • yellow value is 34.19%
  • key color value is 54.12%

CMYK: (32,0,34,54)
C32M0Y34K54 (32%, 0%, 34%, 54%)
(0.32 / 0.00 / 0.34 / 0.54)

CMYK percentages

%32.48
%0
%34.19
%54.12

Codes

Color #4F754D in popluar color models

4F 75 4D
RGB 79 117 77
HSL 117° 20.62% 38.04%
HSB/HSV 117° 34.19% 45.88%
CMYK 32.48% 0.00% 34.19%
54.12%

Color #4F754D in popluar number systems.

HEX 4F 75 4D
Decimal 79 117 77
Binary 1001111 1110101 1001101
Octal 117 165 115

Shades and tints

Shades of #4F754D

#4F754D
(79,117,77)
#486B46
(72,107,70)
#41613F
(65,97,63)
#3A5738
(58,87,56)
#334D31
(51,77,49)
#2C432A
(44,67,42)
#253923
(37,57,35)
#1E2F1C
(30,47,28)
#172515
(23,37,21)
#101B0E
(16,27,14)
#091107
(9,17,7)
#000000
(0,0,0)

Tints of #4F754D

#4F754D
(79,117,77)
#5F815D
(95,129,93)
#6F8D6D
(111,141,109)
#7F997D
(127,153,125)
#8FA58D
(143,165,141)
#9FB19D
(159,177,157)
#AFBDAD
(175,189,173)
#BFC9BD
(191,201,189)
#CFD5CD
(207,213,205)
#DFE1DD
(223,225,221)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F754D color. Also use rgb(79,117,77) instead hex code.

Text Font Color

.myTextColor { color: #4F754D; }

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

This text font color is #4F754D.

Background Color

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

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

This div background color is #4F754D.

Border color

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

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

This div border color is #4F754D.

Opacity

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

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

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

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

This text has shadow with #4F754D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F754D.

Preview

Color preview on black background

This text has color #4F754D on black background.


Color preview on white background

This text has color #4F754D on white background.


Black color preview on #4F754D background

This text has black color on #4F754D background.


White color preview on #4F754D background

This text has white color on #4F754D background.


Related colors

Complementary color

Complementary color for #hex is #B08AB2.


I love getcolorcode.com

Triadic colors

1 #4D4F75 and #754D4F with #4F754D are triadic colors.

2 #4D754F and #754F4D with #4F754D are triadic colors.