COLOR #4F443C

HEX: #4F443C
RGB: (79,68,60)

Color info

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

RGB color model

#4F443C color RGB value is (79,68,60).

  • red value is 79;
  • green value is 68;
  • blue value is 60.
RGB:
(79,68,60)
(31%,27%,24%)

RGB channels and saturation

R 79 of 255 = 31%
G 68 of 255 = 27%
B 60 of 255 = 24%

79
68
60

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

Portions of RGB colors in percentages

R + G + B =
79 + 68 + 60 = 207 (100%)
R 79 of 207 ~ 38.16%
G 68 of 207 ~ 32.85%
B 60 of 207 ~ 28.99%

%38.16
%32.85
%28.99

CMYK color model

#4F443C color CMYK value is (0,14,24,69).

  • cyan value is 0.00%
  • magenta value is 13.92%
  • yellow value is 24.05%
  • key color value is 69.02%
CMYK:
(0,14,24,69)
C0M14Y24K69 
(0%,14%,24%,69%)
(0.00/0.14/0.24/0.69)	

CMYK percentages

%0
%13.92
%24.05
%69.02

Codes

Color #4F443C in popluar color models

4F443C
RGB796860
HSL25°13.67%27.25%
HSB/HSV25°24.05%30.98%
CMYK0.00%13.92%24.05%
69.02%

Color #4F443C in popluar number systems.

HEX4F443C
Decimal796860
Binary10011111000100111100
Octal11710474

Shades and tints

Shades of #4F443C

#4F443C
(79,68,60)
#483E37
(72,62,55)
#413832
(65,56,50)
#3A322D
(58,50,45)
#332C28
(51,44,40)
#2C2623
(44,38,35)
#25201E
(37,32,30)
#1E1A19
(30,26,25)
#171414
(23,20,20)
#100E0F
(16,14,15)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #4F443C

#4F443C
(79,68,60)
#5F554D
(95,85,77)
#6F665E
(111,102,94)
#7F776F
(127,119,111)
#8F8880
(143,136,128)
#9F9991
(159,153,145)
#AFAAA2
(175,170,162)
#BFBBB3
(191,187,179)
#CFCCC4
(207,204,196)
#DFDDD5
(223,221,213)
#EFEEE6
(239,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F443C color. Also use rgb(79,68,60) instead hex code.

Text Font Color

.myTextColor { color: #4F443C; }

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

This text font color is #4F443C.


Background Color

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

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

This div background color is #4F443C.


Border color

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

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

This div border color is #4F443C.


Opacity

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

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

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

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

This text has shadow with #4F443C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F443C on black background.


Color preview on white background

This text has color #4F443C on white background.



Black color preview on #4F443C background

This text has black color on #4F443C background.


White color preview on #4F443C background

This text has white color on #4F443C background.