COLOR #4F605E

HEX: #4F605E
RGB: (79,96,94)

Color info

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

RGB color model

#4F605E color RGB value is (79,96,94).

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

RGB channels and saturation

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

79
96
94

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

Portions of RGB colors in percentages

R + G + B =
79 + 96 + 94 = 269 (100%)
R 79 of 269 ~ 29.37%
G 96 of 269 ~ 35.69%
B 94 of 269 ~ 34.94%

%29.37
%35.69
%34.94

CMYK color model

#4F605E color CMYK value is (18,0,2,62).

  • cyan value is 17.71%
  • magenta value is 0.00%
  • yellow value is 2.08%
  • key color value is 62.35%
CMYK:
(18,0,2,62)
C18M0Y2K62 
(18%,0%,2%,62%)
(0.18/0.00/0.02/0.62)	

CMYK percentages

%17.71
%0
%2.08
%62.35

Codes

Color #4F605E in popluar color models

4F605E
RGB799694
HSL173°9.71%34.31%
HSB/HSV173°17.71%37.65%
CMYK17.71%0.00%2.08%
62.35%

Color #4F605E in popluar number systems.

HEX4F605E
Decimal799694
Binary100111111000001011110
Octal117140136

Shades and tints

Shades of #4F605E

#4F605E
(79,96,94)
#485856
(72,88,86)
#41504E
(65,80,78)
#3A4846
(58,72,70)
#33403E
(51,64,62)
#2C3836
(44,56,54)
#25302E
(37,48,46)
#1E2826
(30,40,38)
#17201E
(23,32,30)
#101816
(16,24,22)
#09100E
(9,16,14)
#000000
(0,0,0)

Tints of #4F605E

#4F605E
(79,96,94)
#5F6E6C
(95,110,108)
#6F7C7A
(111,124,122)
#7F8A88
(127,138,136)
#8F9896
(143,152,150)
#9FA6A4
(159,166,164)
#AFB4B2
(175,180,178)
#BFC2C0
(191,194,192)
#CFD0CE
(207,208,206)
#DFDEDC
(223,222,220)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F605E; }

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

This text font color is #4F605E.


Background Color

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

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

This div background color is #4F605E.


Border color

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

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

This div border color is #4F605E.


Opacity

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

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

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

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

This text has shadow with #4F605E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F605E on black background.


Color preview on white background

This text has color #4F605E on white background.



Black color preview on #4F605E background

This text has black color on #4F605E background.


White color preview on #4F605E background

This text has white color on #4F605E background.