COLOR #4F3C38

HEX: #4F3C38
RGB: (79,60,56)

Color info

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

RGB color model

#4F3C38 color RGB value is (79,60,56).

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

RGB channels and saturation

R 79 of 255 = 31%
G 60 of 255 = 24%
B 56 of 255 = 22%

79
60
56

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

Portions of RGB colors in percentages

R + G + B =
79 + 60 + 56 = 195 (100%)
R 79 of 195 ~ 40.51%
G 60 of 195 ~ 30.77%
B 56 of 195 ~ 28.72%

%40.51
%30.77
%28.72

CMYK color model

#4F3C38 color CMYK value is (0,24,29,69).

  • cyan value is 0.00%
  • magenta value is 24.05%
  • yellow value is 29.11%
  • key color value is 69.02%
CMYK:
(0,24,29,69)
C0M24Y29K69 
(0%,24%,29%,69%)
(0.00/0.24/0.29/0.69)	

CMYK percentages

%0
%24.05
%29.11
%69.02

Codes

Color #4F3C38 in popluar color models

4F3C38
RGB796056
HSL10°17.04%26.47%
HSB/HSV10°29.11%30.98%
CMYK0.00%24.05%29.11%
69.02%

Color #4F3C38 in popluar number systems.

HEX4F3C38
Decimal796056
Binary1001111111100111000
Octal1177470

Shades and tints

Shades of #4F3C38

#4F3C38
(79,60,56)
#483733
(72,55,51)
#41322E
(65,50,46)
#3A2D29
(58,45,41)
#332824
(51,40,36)
#2C231F
(44,35,31)
#251E1A
(37,30,26)
#1E1915
(30,25,21)
#171410
(23,20,16)
#100F0B
(16,15,11)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #4F3C38

#4F3C38
(79,60,56)
#5F4D4A
(95,77,74)
#6F5E5C
(111,94,92)
#7F6F6E
(127,111,110)
#8F8080
(143,128,128)
#9F9192
(159,145,146)
#AFA2A4
(175,162,164)
#BFB3B6
(191,179,182)
#CFC4C8
(207,196,200)
#DFD5DA
(223,213,218)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3C38; }

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

This text font color is #4F3C38.


Background Color

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

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

This div background color is #4F3C38.


Border color

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

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

This div border color is #4F3C38.


Opacity

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

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

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

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

This text has shadow with #4F3C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3C38 on black background.


Color preview on white background

This text has color #4F3C38 on white background.



Black color preview on #4F3C38 background

This text has black color on #4F3C38 background.


White color preview on #4F3C38 background

This text has white color on #4F3C38 background.