COLOR #4F514B

HEX: #4F514B RGB: (79,81,75)

Color info

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

RGB color model

#4F514B color RGB value is (79,81,75).

RGB: (79,81,75) (31%, 32%, 29%)

RGB channels and saturation

R 79 of 255 = 31%
G 81 of 255 = 32%
B 75 of 255 = 29%

79
81
75

R + G + B ~ 31%. #4F514B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 81 + 75 = 235 (100%)
R 79 of 235 ~ 33.62%
G 81 of 235 ~ 34.47%
B 75 of 235 ~ 31.91'%

%33.62
%34.47
%31.91

CMYK color model

#4F514B color CMYK value is (2,0,7,68).

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 68.24%

CMYK: (2,0,7,68)
C2M0Y7K68 (2%, 0%, 7%, 68%)
(0.02 / 0.00 / 0.07 / 0.68)

CMYK percentages

%2.47
%0
%7.41
%68.24

Codes

Color #4F514B in popluar color models

4F 51 4B
RGB 79 81 75
HSL 80° 3.85% 30.59%
HSB/HSV 80° 7.41% 31.76%
CMYK 2.47% 0.00% 7.41%
68.24%

Color #4F514B in popluar number systems.

HEX 4F 51 4B
Decimal 79 81 75
Binary 1001111 1010001 1001011
Octal 117 121 113

Shades and tints

Shades of #4F514B

#4F514B
(79,81,75)
#484A45
(72,74,69)
#41433F
(65,67,63)
#3A3C39
(58,60,57)
#333533
(51,53,51)
#2C2E2D
(44,46,45)
#252727
(37,39,39)
#1E2021
(30,32,33)
#17191B
(23,25,27)
#101215
(16,18,21)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #4F514B

#4F514B
(79,81,75)
#5F605B
(95,96,91)
#6F6F6B
(111,111,107)
#7F7E7B
(127,126,123)
#8F8D8B
(143,141,139)
#9F9C9B
(159,156,155)
#AFABAB
(175,171,171)
#BFBABB
(191,186,187)
#CFC9CB
(207,201,203)
#DFD8DB
(223,216,219)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F514B color. Also use rgb(79,81,75) instead hex code.

Text Font Color

.myTextColor { color: #4F514B; }

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

This text font color is #4F514B.

Background Color

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

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

This div background color is #4F514B.

Border color

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

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

This div border color is #4F514B.

Opacity

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

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

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

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

This text has shadow with #4F514B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F514B.

Preview

Color preview on black background

This text has color #4F514B on black background.


Color preview on white background

This text has color #4F514B on white background.


Black color preview on #4F514B background

This text has black color on #4F514B background.


White color preview on #4F514B background

This text has white color on #4F514B background.


Related colors

Complementary color

Complementary color for #hex is #B0AEB4.


I love getcolorcode.com

Triadic colors

1 #4B4F51 and #514B4F with #4F514B are triadic colors.

2 #4B514F and #514F4B with #4F514B are triadic colors.