COLOR #4F625D

HEX: #4F625D RGB: (79,98,93)

Color info

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

RGB color model

#4F625D color RGB value is (79,98,93).

RGB: (79,98,93) (31%, 38%, 36%)

RGB channels and saturation

R 79 of 255 = 31%
G 98 of 255 = 38%
B 93 of 255 = 36%

79
98
93

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

Portions of RGB colors in percentages

R + G + B = 79 + 98 + 93 = 270 (100%)
R 79 of 270 ~ 29.26%
G 98 of 270 ~ 36.3%
B 93 of 270 ~ 34.44'%

%29.26
%36.3
%34.44

CMYK color model

#4F625D color CMYK value is (19,0,5,62).

  • cyan value is 19.39%
  • magenta value is 0.00%
  • yellow value is 5.10%
  • key color value is 61.57%

CMYK: (19,0,5,62)
C19M0Y5K62 (19%, 0%, 5%, 62%)
(0.19 / 0.00 / 0.05 / 0.62)

CMYK percentages

%19.39
%0
%5.1
%61.57

Codes

Color #4F625D in popluar color models

4F 62 5D
RGB 79 98 93
HSL 164° 10.73% 34.71%
HSB/HSV 164° 19.39% 38.43%
CMYK 19.39% 0.00% 5.10%
61.57%

Color #4F625D in popluar number systems.

HEX 4F 62 5D
Decimal 79 98 93
Binary 1001111 1100010 1011101
Octal 117 142 135

Shades and tints

Shades of #4F625D

#4F625D
(79,98,93)
#485A55
(72,90,85)
#41524D
(65,82,77)
#3A4A45
(58,74,69)
#33423D
(51,66,61)
#2C3A35
(44,58,53)
#25322D
(37,50,45)
#1E2A25
(30,42,37)
#17221D
(23,34,29)
#101A15
(16,26,21)
#09120D
(9,18,13)
#000000
(0,0,0)

Tints of #4F625D

#4F625D
(79,98,93)
#5F706B
(95,112,107)
#6F7E79
(111,126,121)
#7F8C87
(127,140,135)
#8F9A95
(143,154,149)
#9FA8A3
(159,168,163)
#AFB6B1
(175,182,177)
#BFC4BF
(191,196,191)
#CFD2CD
(207,210,205)
#DFE0DB
(223,224,219)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F625D; }

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

This text font color is #4F625D.

Background Color

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

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

This div background color is #4F625D.

Border color

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

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

This div border color is #4F625D.

Opacity

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

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

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

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

This text has shadow with #4F625D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F625D.

Preview

Color preview on black background

This text has color #4F625D on black background.


Color preview on white background

This text has color #4F625D on white background.


Black color preview on #4F625D background

This text has black color on #4F625D background.


White color preview on #4F625D background

This text has white color on #4F625D background.


Related colors

Complementary color

Complementary color for #hex is #B09DA2.


I love getcolorcode.com

Triadic colors

1 #5D4F62 and #625D4F with #4F625D are triadic colors.

2 #5D624F and #624F5D with #4F625D are triadic colors.