COLOR #4F795E

HEX: #4F795E
RGB: (79,121,94)

Color info

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

RGB color model

#4F795E color RGB value is (79,121,94).

  • red value is 79;
  • green value is 121;
  • blue value is 94.
RGB:
(79,121,94)
(31%,47%,37%)

RGB channels and saturation

R 79 of 255 = 31%
G 121 of 255 = 47%
B 94 of 255 = 37%

79
121
94

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

Portions of RGB colors in percentages

R + G + B =
79 + 121 + 94 = 294 (100%)
R 79 of 294 ~ 26.87%
G 121 of 294 ~ 41.16%
B 94 of 294 ~ 31.97%

%26.87
%41.16
%31.97

CMYK color model

#4F795E color CMYK value is (35,0,22,53).

  • cyan value is 34.71%
  • magenta value is 0.00%
  • yellow value is 22.31%
  • key color value is 52.55%
CMYK:
(35,0,22,53)
C35M0Y22K53 
(35%,0%,22%,53%)
(0.35/0.00/0.22/0.53)	

CMYK percentages

%34.71
%0
%22.31
%52.55

Codes

Color #4F795E in popluar color models

4F795E
RGB7912194
HSL141°21.00%39.22%
HSB/HSV141°34.71%47.45%
CMYK34.71%0.00%22.31%
52.55%

Color #4F795E in popluar number systems.

HEX4F795E
Decimal7912194
Binary100111111110011011110
Octal117171136

Shades and tints

Shades of #4F795E

#4F795E
(79,121,94)
#486E56
(72,110,86)
#41634E
(65,99,78)
#3A5846
(58,88,70)
#334D3E
(51,77,62)
#2C4236
(44,66,54)
#25372E
(37,55,46)
#1E2C26
(30,44,38)
#17211E
(23,33,30)
#101616
(16,22,22)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #4F795E

#4F795E
(79,121,94)
#5F856C
(95,133,108)
#6F917A
(111,145,122)
#7F9D88
(127,157,136)
#8FA996
(143,169,150)
#9FB5A4
(159,181,164)
#AFC1B2
(175,193,178)
#BFCDC0
(191,205,192)
#CFD9CE
(207,217,206)
#DFE5DC
(223,229,220)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F795E color. Also use rgb(79,121,94) instead hex code.

Text Font Color

.myTextColor { color: #4F795E; }

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

This text font color is #4F795E.


Background Color

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

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

This div background color is #4F795E.


Border color

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

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

This div border color is #4F795E.


Opacity

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

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

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

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

This text has shadow with #4F795E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F795E on black background.


Color preview on white background

This text has color #4F795E on white background.



Black color preview on #4F795E background

This text has black color on #4F795E background.


White color preview on #4F795E background

This text has white color on #4F795E background.