COLOR #4F373F

HEX: #4F373F
RGB: (79,55,63)

Color info

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

RGB color model

#4F373F color RGB value is (79,55,63).

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

RGB channels and saturation

R 79 of 255 = 31%
G 55 of 255 = 22%
B 63 of 255 = 25%

79
55
63

R + G + B ~ 26%. #4F373F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 55 + 63 = 197 (100%)
R 79 of 197 ~ 40.1%
G 55 of 197 ~ 27.92%
B 63 of 197 ~ 31.98%

%40.1
%27.92
%31.98

CMYK color model

#4F373F color CMYK value is (0,30,20,69).

  • cyan value is 0.00%
  • magenta value is 30.38%
  • yellow value is 20.25%
  • key color value is 69.02%
CMYK:
(0,30,20,69)
C0M30Y20K69 
(0%,30%,20%,69%)
(0.00/0.30/0.20/0.69)	

CMYK percentages

%0
%30.38
%20.25
%69.02

Codes

Color #4F373F in popluar color models

4F373F
RGB795563
HSL340°17.91%26.27%
HSB/HSV340°30.38%30.98%
CMYK0.00%30.38%20.25%
69.02%

Color #4F373F in popluar number systems.

HEX4F373F
Decimal795563
Binary1001111110111111111
Octal1176777

Shades and tints

Shades of #4F373F

#4F373F
(79,55,63)
#48323A
(72,50,58)
#412D35
(65,45,53)
#3A2830
(58,40,48)
#33232B
(51,35,43)
#2C1E26
(44,30,38)
#251921
(37,25,33)
#1E141C
(30,20,28)
#170F17
(23,15,23)
#100A12
(16,10,18)
#09050D
(9,5,13)
#000000
(0,0,0)

Tints of #4F373F

#4F373F
(79,55,63)
#5F4950
(95,73,80)
#6F5B61
(111,91,97)
#7F6D72
(127,109,114)
#8F7F83
(143,127,131)
#9F9194
(159,145,148)
#AFA3A5
(175,163,165)
#BFB5B6
(191,181,182)
#CFC7C7
(207,199,199)
#DFD9D8
(223,217,216)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F373F; }

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

This text font color is #4F373F.


Background Color

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

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

This div background color is #4F373F.


Border color

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

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

This div border color is #4F373F.


Opacity

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

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

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

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

This text has shadow with #4F373F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F373F on black background.


Color preview on white background

This text has color #4F373F on white background.



Black color preview on #4F373F background

This text has black color on #4F373F background.


White color preview on #4F373F background

This text has white color on #4F373F background.