COLOR #4F615E

HEX: #4F615E
RGB: (79,97,94)

Color info

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

RGB color model

#4F615E color RGB value is (79,97,94).

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

RGB channels and saturation

R 79 of 255 = 31%
G 97 of 255 = 38%
B 94 of 255 = 37%

79
97
94

R + G + B ~ 35%. #4F615E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 97 + 94 = 270 (100%)
R 79 of 270 ~ 29.26%
G 97 of 270 ~ 35.93%
B 94 of 270 ~ 34.81%

%29.26
%35.93
%34.81

CMYK color model

#4F615E color CMYK value is (19,0,3,62).

  • cyan value is 18.56%
  • magenta value is 0.00%
  • yellow value is 3.09%
  • key color value is 61.96%
CMYK:
(19,0,3,62)
C19M0Y3K62 
(19%,0%,3%,62%)
(0.19/0.00/0.03/0.62)	

CMYK percentages

%18.56
%0
%3.09
%61.96

Codes

Color #4F615E in popluar color models

4F615E
RGB799794
HSL170°10.23%34.51%
HSB/HSV170°18.56%38.04%
CMYK18.56%0.00%3.09%
61.96%

Color #4F615E in popluar number systems.

HEX4F615E
Decimal799794
Binary100111111000011011110
Octal117141136

Shades and tints

Shades of #4F615E

#4F615E
(79,97,94)
#485956
(72,89,86)
#41514E
(65,81,78)
#3A4946
(58,73,70)
#33413E
(51,65,62)
#2C3936
(44,57,54)
#25312E
(37,49,46)
#1E2926
(30,41,38)
#17211E
(23,33,30)
#101916
(16,25,22)
#09110E
(9,17,14)
#000000
(0,0,0)

Tints of #4F615E

#4F615E
(79,97,94)
#5F6F6C
(95,111,108)
#6F7D7A
(111,125,122)
#7F8B88
(127,139,136)
#8F9996
(143,153,150)
#9FA7A4
(159,167,164)
#AFB5B2
(175,181,178)
#BFC3C0
(191,195,192)
#CFD1CE
(207,209,206)
#DFDFDC
(223,223,220)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F615E; }

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

This text font color is #4F615E.


Background Color

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

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

This div background color is #4F615E.


Border color

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

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

This div border color is #4F615E.


Opacity

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

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

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

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

This text has shadow with #4F615E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F615E on black background.


Color preview on white background

This text has color #4F615E on white background.



Black color preview on #4F615E background

This text has black color on #4F615E background.


White color preview on #4F615E background

This text has white color on #4F615E background.