COLOR #4F413F

HEX: #4F413F
RGB: (79,65,63)

Color info

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

RGB color model

#4F413F color RGB value is (79,65,63).

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

RGB channels and saturation

R 79 of 255 = 31%
G 65 of 255 = 25%
B 63 of 255 = 25%

79
65
63

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

Portions of RGB colors in percentages

R + G + B =
79 + 65 + 63 = 207 (100%)
R 79 of 207 ~ 38.16%
G 65 of 207 ~ 31.4%
B 63 of 207 ~ 30.43%

%38.16
%31.4
%30.43

CMYK color model

#4F413F color CMYK value is (0,18,20,69).

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 20.25%
  • key color value is 69.02%
CMYK:
(0,18,20,69)
C0M18Y20K69 
(0%,18%,20%,69%)
(0.00/0.18/0.20/0.69)	

CMYK percentages

%0
%17.72
%20.25
%69.02

Codes

Color #4F413F in popluar color models

4F413F
RGB796563
HSL11.27%27.84%
HSB/HSV20.25%30.98%
CMYK0.00%17.72%20.25%
69.02%

Color #4F413F in popluar number systems.

HEX4F413F
Decimal796563
Binary10011111000001111111
Octal11710177

Shades and tints

Shades of #4F413F

#4F413F
(79,65,63)
#483C3A
(72,60,58)
#413735
(65,55,53)
#3A3230
(58,50,48)
#332D2B
(51,45,43)
#2C2826
(44,40,38)
#252321
(37,35,33)
#1E1E1C
(30,30,28)
#171917
(23,25,23)
#101412
(16,20,18)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #4F413F

#4F413F
(79,65,63)
#5F5250
(95,82,80)
#6F6361
(111,99,97)
#7F7472
(127,116,114)
#8F8583
(143,133,131)
#9F9694
(159,150,148)
#AFA7A5
(175,167,165)
#BFB8B6
(191,184,182)
#CFC9C7
(207,201,199)
#DFDAD8
(223,218,216)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F413F; }

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

This text font color is #4F413F.


Background Color

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

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

This div background color is #4F413F.


Border color

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

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

This div border color is #4F413F.


Opacity

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

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

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

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

This text has shadow with #4F413F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F413F on black background.


Color preview on white background

This text has color #4F413F on white background.



Black color preview on #4F413F background

This text has black color on #4F413F background.


White color preview on #4F413F background

This text has white color on #4F413F background.