COLOR #4F3531

HEX: #4F3531
RGB: (79,53,49)

Color info

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

RGB color model

#4F3531 color RGB value is (79,53,49).

  • red value is 79;
  • green value is 53;
  • blue value is 49.
RGB:
(79,53,49)
(31%,21%,19%)

RGB channels and saturation

R 79 of 255 = 31%
G 53 of 255 = 21%
B 49 of 255 = 19%

79
53
49

R + G + B ~ 24%. #4F3531 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 53 + 49 = 181 (100%)
R 79 of 181 ~ 43.65%
G 53 of 181 ~ 29.28%
B 49 of 181 ~ 27.07%

%43.65
%29.28
%27.07

CMYK color model

#4F3531 color CMYK value is (0,33,38,69).

  • cyan value is 0.00%
  • magenta value is 32.91%
  • yellow value is 37.97%
  • key color value is 69.02%
CMYK:
(0,33,38,69)
C0M33Y38K69 
(0%,33%,38%,69%)
(0.00/0.33/0.38/0.69)	

CMYK percentages

%0
%32.91
%37.97
%69.02

Codes

Color #4F3531 in popluar color models

4F3531
RGB795349
HSL23.44%25.10%
HSB/HSV37.97%30.98%
CMYK0.00%32.91%37.97%
69.02%

Color #4F3531 in popluar number systems.

HEX4F3531
Decimal795349
Binary1001111110101110001
Octal1176561

Shades and tints

Shades of #4F3531

#4F3531
(79,53,49)
#48312D
(72,49,45)
#412D29
(65,45,41)
#3A2925
(58,41,37)
#332521
(51,37,33)
#2C211D
(44,33,29)
#251D19
(37,29,25)
#1E1915
(30,25,21)
#171511
(23,21,17)
#10110D
(16,17,13)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #4F3531

#4F3531
(79,53,49)
#5F4743
(95,71,67)
#6F5955
(111,89,85)
#7F6B67
(127,107,103)
#8F7D79
(143,125,121)
#9F8F8B
(159,143,139)
#AFA19D
(175,161,157)
#BFB3AF
(191,179,175)
#CFC5C1
(207,197,193)
#DFD7D3
(223,215,211)
#EFE9E5
(239,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3531 color. Also use rgb(79,53,49) instead hex code.

Text Font Color

.myTextColor { color: #4F3531; }

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

This text font color is #4F3531.


Background Color

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

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

This div background color is #4F3531.


Border color

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

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

This div border color is #4F3531.


Opacity

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

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

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

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

This text has shadow with #4F3531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3531 on black background.


Color preview on white background

This text has color #4F3531 on white background.



Black color preview on #4F3531 background

This text has black color on #4F3531 background.


White color preview on #4F3531 background

This text has white color on #4F3531 background.