COLOR #4F584B

HEX: #4F584B
RGB: (79,88,75)

Color info

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

RGB color model

#4F584B color RGB value is (79,88,75).

  • red value is 79;
  • green value is 88;
  • blue value is 75.
RGB:
(79,88,75)
(31%,35%,29%)

RGB channels and saturation

R 79 of 255 = 31%
G 88 of 255 = 35%
B 75 of 255 = 29%

79
88
75

R + G + B ~ 32%. #4F584B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 88 + 75 = 242 (100%)
R 79 of 242 ~ 32.64%
G 88 of 242 ~ 36.36%
B 75 of 242 ~ 30.99%

%32.64
%36.36
%30.99

CMYK color model

#4F584B color CMYK value is (10,0,15,65).

  • cyan value is 10.23%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 65.49%
CMYK:
(10,0,15,65)
C10M0Y15K65 
(10%,0%,15%,65%)
(0.10/0.00/0.15/0.65)	

CMYK percentages

%10.23
%0
%14.77
%65.49

Codes

Color #4F584B in popluar color models

4F584B
RGB798875
HSL102°7.98%31.96%
HSB/HSV102°14.77%34.51%
CMYK10.23%0.00%14.77%
65.49%

Color #4F584B in popluar number systems.

HEX4F584B
Decimal798875
Binary100111110110001001011
Octal117130113

Shades and tints

Shades of #4F584B

#4F584B
(79,88,75)
#485045
(72,80,69)
#41483F
(65,72,63)
#3A4039
(58,64,57)
#333833
(51,56,51)
#2C302D
(44,48,45)
#252827
(37,40,39)
#1E2021
(30,32,33)
#17181B
(23,24,27)
#101015
(16,16,21)
#09080F
(9,8,15)
#000000
(0,0,0)

Tints of #4F584B

#4F584B
(79,88,75)
#5F675B
(95,103,91)
#6F766B
(111,118,107)
#7F857B
(127,133,123)
#8F948B
(143,148,139)
#9FA39B
(159,163,155)
#AFB2AB
(175,178,171)
#BFC1BB
(191,193,187)
#CFD0CB
(207,208,203)
#DFDFDB
(223,223,219)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F584B; }

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

This text font color is #4F584B.


Background Color

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

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

This div background color is #4F584B.


Border color

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

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

This div border color is #4F584B.


Opacity

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

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

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

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

This text has shadow with #4F584B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F584B on black background.


Color preview on white background

This text has color #4F584B on white background.



Black color preview on #4F584B background

This text has black color on #4F584B background.


White color preview on #4F584B background

This text has white color on #4F584B background.