COLOR #4F624E

HEX: #4F624E
RGB: (79,98,78)

Color info

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

RGB color model

#4F624E color RGB value is (79,98,78).

  • red value is 79;
  • green value is 98;
  • blue value is 78.
RGB:
(79,98,78)
(31%,38%,31%)

RGB channels and saturation

R 79 of 255 = 31%
G 98 of 255 = 38%
B 78 of 255 = 31%

79
98
78

R + G + B ~ 33%. #4F624E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 98 + 78 = 255 (100%)
R 79 of 255 ~ 30.98%
G 98 of 255 ~ 38.43%
B 78 of 255 ~ 30.59%

%30.98
%38.43
%30.59

CMYK color model

#4F624E color CMYK value is (19,0,20,62).

  • cyan value is 19.39%
  • magenta value is 0.00%
  • yellow value is 20.41%
  • key color value is 61.57%
CMYK:
(19,0,20,62)
C19M0Y20K62 
(19%,0%,20%,62%)
(0.19/0.00/0.20/0.62)	

CMYK percentages

%19.39
%0
%20.41
%61.57

Codes

Color #4F624E in popluar color models

4F624E
RGB799878
HSL117°11.36%34.51%
HSB/HSV117°20.41%38.43%
CMYK19.39%0.00%20.41%
61.57%

Color #4F624E in popluar number systems.

HEX4F624E
Decimal799878
Binary100111111000101001110
Octal117142116

Shades and tints

Shades of #4F624E

#4F624E
(79,98,78)
#485A47
(72,90,71)
#415240
(65,82,64)
#3A4A39
(58,74,57)
#334232
(51,66,50)
#2C3A2B
(44,58,43)
#253224
(37,50,36)
#1E2A1D
(30,42,29)
#172216
(23,34,22)
#101A0F
(16,26,15)
#091208
(9,18,8)
#000000
(0,0,0)

Tints of #4F624E

#4F624E
(79,98,78)
#5F705E
(95,112,94)
#6F7E6E
(111,126,110)
#7F8C7E
(127,140,126)
#8F9A8E
(143,154,142)
#9FA89E
(159,168,158)
#AFB6AE
(175,182,174)
#BFC4BE
(191,196,190)
#CFD2CE
(207,210,206)
#DFE0DE
(223,224,222)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F624E color. Also use rgb(79,98,78) instead hex code.

Text Font Color

.myTextColor { color: #4F624E; }

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

This text font color is #4F624E.


Background Color

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

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

This div background color is #4F624E.


Border color

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

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

This div border color is #4F624E.


Opacity

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

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

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

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

This text has shadow with #4F624E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F624E on black background.


Color preview on white background

This text has color #4F624E on white background.



Black color preview on #4F624E background

This text has black color on #4F624E background.


White color preview on #4F624E background

This text has white color on #4F624E background.