COLOR #4F473C

HEX: #4F473C RGB: (79,71,60)

Color info

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

RGB color model

#4F473C color RGB value is (79,71,60).

RGB: (79,71,60) (31%, 28%, 24%)

RGB channels and saturation

R 79 of 255 = 31%
G 71 of 255 = 28%
B 60 of 255 = 24%

79
71
60

R + G + B ~ 28%. #4F473C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 71 + 60 = 210 (100%)
R 79 of 210 ~ 37.62%
G 71 of 210 ~ 33.81%
B 60 of 210 ~ 28.57'%

%37.62
%33.81
%28.57

CMYK color model

#4F473C color CMYK value is (0,10,24,69).

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 24.05%
  • key color value is 69.02%

CMYK: (0,10,24,69)
C0M10Y24K69 (0%, 10%, 24%, 69%)
(0.00 / 0.10 / 0.24 / 0.69)

CMYK percentages

%0
%10.13
%24.05
%69.02

Codes

Color #4F473C in popluar color models

4F 47 3C
RGB 79 71 60
HSL 35° 13.67% 27.25%
HSB/HSV 35° 24.05% 30.98%
CMYK 0.00% 10.13% 24.05%
69.02%

Color #4F473C in popluar number systems.

HEX 4F 47 3C
Decimal 79 71 60
Binary 1001111 1000111 111100
Octal 117 107 74

Shades and tints

Shades of #4F473C

#4F473C
(79,71,60)
#484137
(72,65,55)
#413B32
(65,59,50)
#3A352D
(58,53,45)
#332F28
(51,47,40)
#2C2923
(44,41,35)
#25231E
(37,35,30)
#1E1D19
(30,29,25)
#171714
(23,23,20)
#10110F
(16,17,15)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #4F473C

#4F473C
(79,71,60)
#5F574D
(95,87,77)
#6F675E
(111,103,94)
#7F776F
(127,119,111)
#8F8780
(143,135,128)
#9F9791
(159,151,145)
#AFA7A2
(175,167,162)
#BFB7B3
(191,183,179)
#CFC7C4
(207,199,196)
#DFD7D5
(223,215,213)
#EFE7E6
(239,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F473C; }

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

This text font color is #4F473C.

Background Color

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

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

This div background color is #4F473C.

Border color

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

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

This div border color is #4F473C.

Opacity

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

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

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

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

This text has shadow with #4F473C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F473C.

Preview

Color preview on black background

This text has color #4F473C on black background.


Color preview on white background

This text has color #4F473C on white background.


Black color preview on #4F473C background

This text has black color on #4F473C background.


White color preview on #4F473C background

This text has white color on #4F473C background.


Related colors

Complementary color

Complementary color for #hex is #B0B8C3.


I love getcolorcode.com

Triadic colors

1 #3C4F47 and #473C4F with #4F473C are triadic colors.

2 #3C474F and #474F3C with #4F473C are triadic colors.