COLOR #4F374A

HEX: #4F374A
RGB: (79,55,74)

Color info

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

RGB color model

#4F374A color RGB value is (79,55,74).

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

RGB channels and saturation

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

79
55
74

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

Portions of RGB colors in percentages

R + G + B =
79 + 55 + 74 = 208 (100%)
R 79 of 208 ~ 37.98%
G 55 of 208 ~ 26.44%
B 74 of 208 ~ 35.58%

%37.98
%26.44
%35.58

CMYK color model

#4F374A color CMYK value is (0,30,6,69).

  • cyan value is 0.00%
  • magenta value is 30.38%
  • yellow value is 6.33%
  • key color value is 69.02%
CMYK:
(0,30,6,69)
C0M30Y6K69 
(0%,30%,6%,69%)
(0.00/0.30/0.06/0.69)	

CMYK percentages

%0
%30.38
%6.33
%69.02

Codes

Color #4F374A in popluar color models

4F374A
RGB795574
HSL313°17.91%26.27%
HSB/HSV313°30.38%30.98%
CMYK0.00%30.38%6.33%
69.02%

Color #4F374A in popluar number systems.

HEX4F374A
Decimal795574
Binary10011111101111001010
Octal11767112

Shades and tints

Shades of #4F374A

#4F374A
(79,55,74)
#483244
(72,50,68)
#412D3E
(65,45,62)
#3A2838
(58,40,56)
#332332
(51,35,50)
#2C1E2C
(44,30,44)
#251926
(37,25,38)
#1E1420
(30,20,32)
#170F1A
(23,15,26)
#100A14
(16,10,20)
#09050E
(9,5,14)
#000000
(0,0,0)

Tints of #4F374A

#4F374A
(79,55,74)
#5F495A
(95,73,90)
#6F5B6A
(111,91,106)
#7F6D7A
(127,109,122)
#8F7F8A
(143,127,138)
#9F919A
(159,145,154)
#AFA3AA
(175,163,170)
#BFB5BA
(191,181,186)
#CFC7CA
(207,199,202)
#DFD9DA
(223,217,218)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F374A; }

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

This text font color is #4F374A.


Background Color

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

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

This div background color is #4F374A.


Border color

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

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

This div border color is #4F374A.


Opacity

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

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

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

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

This text has shadow with #4F374A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F374A on black background.


Color preview on white background

This text has color #4F374A on white background.



Black color preview on #4F374A background

This text has black color on #4F374A background.


White color preview on #4F374A background

This text has white color on #4F374A background.