COLOR #4F624D

HEX: #4F624D
RGB: (79,98,77)

Color info

#4F624D contains red, green and blue colors in about the same proportion. Web safe color of #4F624D is #666633 (or #663).

RGB color model

#4F624D color RGB value is (79,98,77).

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

RGB channels and saturation

R 79 of 255 = 31%
G 98 of 255 = 38%
B 77 of 255 = 30%

79
98
77

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

Portions of RGB colors in percentages

R + G + B =
79 + 98 + 77 = 254 (100%)
R 79 of 254 ~ 31.1%
G 98 of 254 ~ 38.58%
B 77 of 254 ~ 30.31%

%31.1
%38.58
%30.31

CMYK color model

#4F624D color CMYK value is (19,0,21,62).

  • cyan value is 19.39%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 61.57%
CMYK:
(19,0,21,62)
C19M0Y21K62 
(19%,0%,21%,62%)
(0.19/0.00/0.21/0.62)	

CMYK percentages

%19.39
%0
%21.43
%61.57

Codes

Color #4F624D in popluar color models

4F624D
RGB799877
HSL114°12.00%34.31%
HSB/HSV114°21.43%38.43%
CMYK19.39%0.00%21.43%
61.57%

Color #4F624D in popluar number systems.

HEX4F624D
Decimal799877
Binary100111111000101001101
Octal117142115

Shades and tints

Shades of #4F624D

#4F624D
(79,98,77)
#485A46
(72,90,70)
#41523F
(65,82,63)
#3A4A38
(58,74,56)
#334231
(51,66,49)
#2C3A2A
(44,58,42)
#253223
(37,50,35)
#1E2A1C
(30,42,28)
#172215
(23,34,21)
#101A0E
(16,26,14)
#091207
(9,18,7)
#000000
(0,0,0)

Tints of #4F624D

#4F624D
(79,98,77)
#5F705D
(95,112,93)
#6F7E6D
(111,126,109)
#7F8C7D
(127,140,125)
#8F9A8D
(143,154,141)
#9FA89D
(159,168,157)
#AFB6AD
(175,182,173)
#BFC4BD
(191,196,189)
#CFD2CD
(207,210,205)
#DFE0DD
(223,224,221)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F624D; }

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

This text font color is #4F624D.


Background Color

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

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

This div background color is #4F624D.


Border color

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

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

This div border color is #4F624D.


Opacity

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

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

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

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

This text has shadow with #4F624D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F624D on black background.


Color preview on white background

This text has color #4F624D on white background.



Black color preview on #4F624D background

This text has black color on #4F624D background.


White color preview on #4F624D background

This text has white color on #4F624D background.