COLOR #4F615A

HEX: #4F615A RGB: (79,97,90)

Color info

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

RGB color model

#4F615A color RGB value is (79,97,90).

RGB: (79,97,90) (31%, 38%, 35%)

RGB channels and saturation

R 79 of 255 = 31%
G 97 of 255 = 38%
B 90 of 255 = 35%

79
97
90

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

Portions of RGB colors in percentages

R + G + B = 79 + 97 + 90 = 266 (100%)
R 79 of 266 ~ 29.7%
G 97 of 266 ~ 36.47%
B 90 of 266 ~ 33.83'%

%29.7
%36.47
%33.83

CMYK color model

#4F615A color CMYK value is (19,0,7,62).

  • cyan value is 18.56%
  • magenta value is 0.00%
  • yellow value is 7.22%
  • key color value is 61.96%

CMYK: (19,0,7,62)
C19M0Y7K62 (19%, 0%, 7%, 62%)
(0.19 / 0.00 / 0.07 / 0.62)

CMYK percentages

%18.56
%0
%7.22
%61.96

Codes

Color #4F615A in popluar color models

4F 61 5A
RGB 79 97 90
HSL 157° 10.23% 34.51%
HSB/HSV 157° 18.56% 38.04%
CMYK 18.56% 0.00% 7.22%
61.96%

Color #4F615A in popluar number systems.

HEX 4F 61 5A
Decimal 79 97 90
Binary 1001111 1100001 1011010
Octal 117 141 132

Shades and tints

Shades of #4F615A

#4F615A
(79,97,90)
#485952
(72,89,82)
#41514A
(65,81,74)
#3A4942
(58,73,66)
#33413A
(51,65,58)
#2C3932
(44,57,50)
#25312A
(37,49,42)
#1E2922
(30,41,34)
#17211A
(23,33,26)
#101912
(16,25,18)
#09110A
(9,17,10)
#000000
(0,0,0)

Tints of #4F615A

#4F615A
(79,97,90)
#5F6F69
(95,111,105)
#6F7D78
(111,125,120)
#7F8B87
(127,139,135)
#8F9996
(143,153,150)
#9FA7A5
(159,167,165)
#AFB5B4
(175,181,180)
#BFC3C3
(191,195,195)
#CFD1D2
(207,209,210)
#DFDFE1
(223,223,225)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F615A; }

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

This text font color is #4F615A.

Background Color

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

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

This div background color is #4F615A.

Border color

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

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

This div border color is #4F615A.

Opacity

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

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

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

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

This text has shadow with #4F615A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F615A.

Preview

Color preview on black background

This text has color #4F615A on black background.


Color preview on white background

This text has color #4F615A on white background.


Black color preview on #4F615A background

This text has black color on #4F615A background.


White color preview on #4F615A background

This text has white color on #4F615A background.


Related colors

Complementary color

Complementary color for #hex is #B09EA5.


I love getcolorcode.com

Triadic colors

1 #5A4F61 and #615A4F with #4F615A are triadic colors.

2 #5A614F and #614F5A with #4F615A are triadic colors.