COLOR #4F775D

HEX: #4F775D
RGB: (79,119,93)

Color info

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

RGB color model

#4F775D color RGB value is (79,119,93).

  • red value is 79;
  • green value is 119;
  • blue value is 93.
RGB:
(79,119,93)
(31%,47%,36%)

RGB channels and saturation

R 79 of 255 = 31%
G 119 of 255 = 47%
B 93 of 255 = 36%

79
119
93

R + G + B ~ 38%. #4F775D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 119 + 93 = 291 (100%)
R 79 of 291 ~ 27.15%
G 119 of 291 ~ 40.89%
B 93 of 291 ~ 31.96%

%27.15
%40.89
%31.96

CMYK color model

#4F775D color CMYK value is (34,0,22,53).

  • cyan value is 33.61%
  • magenta value is 0.00%
  • yellow value is 21.85%
  • key color value is 53.33%
CMYK:
(34,0,22,53)
C34M0Y22K53 
(34%,0%,22%,53%)
(0.34/0.00/0.22/0.53)	

CMYK percentages

%33.61
%0
%21.85
%53.33

Codes

Color #4F775D in popluar color models

4F775D
RGB7911993
HSL141°20.20%38.82%
HSB/HSV141°33.61%46.67%
CMYK33.61%0.00%21.85%
53.33%

Color #4F775D in popluar number systems.

HEX4F775D
Decimal7911993
Binary100111111101111011101
Octal117167135

Shades and tints

Shades of #4F775D

#4F775D
(79,119,93)
#486D55
(72,109,85)
#41634D
(65,99,77)
#3A5945
(58,89,69)
#334F3D
(51,79,61)
#2C4535
(44,69,53)
#253B2D
(37,59,45)
#1E3125
(30,49,37)
#17271D
(23,39,29)
#101D15
(16,29,21)
#09130D
(9,19,13)
#000000
(0,0,0)

Tints of #4F775D

#4F775D
(79,119,93)
#5F836B
(95,131,107)
#6F8F79
(111,143,121)
#7F9B87
(127,155,135)
#8FA795
(143,167,149)
#9FB3A3
(159,179,163)
#AFBFB1
(175,191,177)
#BFCBBF
(191,203,191)
#CFD7CD
(207,215,205)
#DFE3DB
(223,227,219)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F775D; }

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

This text font color is #4F775D.


Background Color

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

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

This div background color is #4F775D.


Border color

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

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

This div border color is #4F775D.


Opacity

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

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

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

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

This text has shadow with #4F775D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F775D on black background.


Color preview on white background

This text has color #4F775D on white background.



Black color preview on #4F775D background

This text has black color on #4F775D background.


White color preview on #4F775D background

This text has white color on #4F775D background.