COLOR #4F374B

HEX: #4F374B
RGB: (79,55,75)

Color info

#4F374B contains red, green and blue colors in about the same proportion. Web safe color of #4F374B is #663333 (or #633).

RGB color model

#4F374B color RGB value is (79,55,75).

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

RGB channels and saturation

R 79 of 255 = 31%
G 55 of 255 = 22%
B 75 of 255 = 29%

79
55
75

R + G + B ~ 27%. #4F374B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 55 + 75 = 209 (100%)
R 79 of 209 ~ 37.8%
G 55 of 209 ~ 26.32%
B 75 of 209 ~ 35.89%

%37.8
%26.32
%35.89

CMYK color model

#4F374B color CMYK value is (0,30,5,69).

  • cyan value is 0.00%
  • magenta value is 30.38%
  • yellow value is 5.06%
  • key color value is 69.02%
CMYK:
(0,30,5,69)
C0M30Y5K69 
(0%,30%,5%,69%)
(0.00/0.30/0.05/0.69)	

CMYK percentages

%0
%30.38
%5.06
%69.02

Codes

Color #4F374B in popluar color models

4F374B
RGB795575
HSL310°17.91%26.27%
HSB/HSV310°30.38%30.98%
CMYK0.00%30.38%5.06%
69.02%

Color #4F374B in popluar number systems.

HEX4F374B
Decimal795575
Binary10011111101111001011
Octal11767113

Shades and tints

Shades of #4F374B

#4F374B
(79,55,75)
#483245
(72,50,69)
#412D3F
(65,45,63)
#3A2839
(58,40,57)
#332333
(51,35,51)
#2C1E2D
(44,30,45)
#251927
(37,25,39)
#1E1421
(30,20,33)
#170F1B
(23,15,27)
#100A15
(16,10,21)
#09050F
(9,5,15)
#000000
(0,0,0)

Tints of #4F374B

#4F374B
(79,55,75)
#5F495B
(95,73,91)
#6F5B6B
(111,91,107)
#7F6D7B
(127,109,123)
#8F7F8B
(143,127,139)
#9F919B
(159,145,155)
#AFA3AB
(175,163,171)
#BFB5BB
(191,181,187)
#CFC7CB
(207,199,203)
#DFD9DB
(223,217,219)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F374B; }

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

This text font color is #4F374B.


Background Color

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

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

This div background color is #4F374B.


Border color

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

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

This div border color is #4F374B.


Opacity

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

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

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

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

This text has shadow with #4F374B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F374B on black background.


Color preview on white background

This text has color #4F374B on white background.



Black color preview on #4F374B background

This text has black color on #4F374B background.


White color preview on #4F374B background

This text has white color on #4F374B background.