COLOR #4F342C

HEX: #4F342C
RGB: (79,52,44)

Color info

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

RGB color model

#4F342C color RGB value is (79,52,44).

  • red value is 79;
  • green value is 52;
  • blue value is 44.
RGB:
(79,52,44)
(31%,20%,17%)

RGB channels and saturation

R 79 of 255 = 31%
G 52 of 255 = 20%
B 44 of 255 = 17%

79
52
44

R + G + B ~ 23%. #4F342C is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 52 + 44 = 175 (100%)
R 79 of 175 ~ 45.14%
G 52 of 175 ~ 29.71%
B 44 of 175 ~ 25.14%

%45.14
%29.71
%25.14

CMYK color model

#4F342C color CMYK value is (0,34,44,69).

  • cyan value is 0.00%
  • magenta value is 34.18%
  • yellow value is 44.30%
  • key color value is 69.02%
CMYK:
(0,34,44,69)
C0M34Y44K69 
(0%,34%,44%,69%)
(0.00/0.34/0.44/0.69)	

CMYK percentages

%0
%34.18
%44.3
%69.02

Codes

Color #4F342C in popluar color models

4F342C
RGB795244
HSL14°28.46%24.12%
HSB/HSV14°44.30%30.98%
CMYK0.00%34.18%44.30%
69.02%

Color #4F342C in popluar number systems.

HEX4F342C
Decimal795244
Binary1001111110100101100
Octal1176454

Shades and tints

Shades of #4F342C

#4F342C
(79,52,44)
#483028
(72,48,40)
#412C24
(65,44,36)
#3A2820
(58,40,32)
#33241C
(51,36,28)
#2C2018
(44,32,24)
#251C14
(37,28,20)
#1E1810
(30,24,16)
#17140C
(23,20,12)
#101008
(16,16,8)
#090C04
(9,12,4)
#000000
(0,0,0)

Tints of #4F342C

#4F342C
(79,52,44)
#5F463F
(95,70,63)
#6F5852
(111,88,82)
#7F6A65
(127,106,101)
#8F7C78
(143,124,120)
#9F8E8B
(159,142,139)
#AFA09E
(175,160,158)
#BFB2B1
(191,178,177)
#CFC4C4
(207,196,196)
#DFD6D7
(223,214,215)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F342C color. Also use rgb(79,52,44) instead hex code.

Text Font Color

.myTextColor { color: #4F342C; }

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

This text font color is #4F342C.


Background Color

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

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

This div background color is #4F342C.


Border color

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

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

This div border color is #4F342C.


Opacity

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

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

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

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

This text has shadow with #4F342C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F342C on black background.


Color preview on white background

This text has color #4F342C on white background.



Black color preview on #4F342C background

This text has black color on #4F342C background.


White color preview on #4F342C background

This text has white color on #4F342C background.