COLOR #4F5248

HEX: #4F5248
RGB: (79,82,72)

Color info

#4F5248 contains red, green and blue colors in about the same proportion. Web safe color of #4F5248 is #666633 (or #663).

RGB color model

#4F5248 color RGB value is (79,82,72).

  • red value is 79;
  • green value is 82;
  • blue value is 72.
RGB:
(79,82,72)
(31%,32%,28%)

RGB channels and saturation

R 79 of 255 = 31%
G 82 of 255 = 32%
B 72 of 255 = 28%

79
82
72

R + G + B ~ 30%. #4F5248 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 82 + 72 = 233 (100%)
R 79 of 233 ~ 33.91%
G 82 of 233 ~ 35.19%
B 72 of 233 ~ 30.9%

%33.91
%35.19
%30.9

CMYK color model

#4F5248 color CMYK value is (4,0,12,68).

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 67.84%
CMYK:
(4,0,12,68)
C4M0Y12K68 
(4%,0%,12%,68%)
(0.04/0.00/0.12/0.68)	

CMYK percentages

%3.66
%0
%12.2
%67.84

Codes

Color #4F5248 in popluar color models

4F5248
RGB798272
HSL78°6.49%30.20%
HSB/HSV78°12.20%32.16%
CMYK3.66%0.00%12.20%
67.84%

Color #4F5248 in popluar number systems.

HEX4F5248
Decimal798272
Binary100111110100101001000
Octal117122110

Shades and tints

Shades of #4F5248

#4F5248
(79,82,72)
#484B42
(72,75,66)
#41443C
(65,68,60)
#3A3D36
(58,61,54)
#333630
(51,54,48)
#2C2F2A
(44,47,42)
#252824
(37,40,36)
#1E211E
(30,33,30)
#171A18
(23,26,24)
#101312
(16,19,18)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #4F5248

#4F5248
(79,82,72)
#5F6158
(95,97,88)
#6F7068
(111,112,104)
#7F7F78
(127,127,120)
#8F8E88
(143,142,136)
#9F9D98
(159,157,152)
#AFACA8
(175,172,168)
#BFBBB8
(191,187,184)
#CFCAC8
(207,202,200)
#DFD9D8
(223,217,216)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5248 color. Also use rgb(79,82,72) instead hex code.

Text Font Color

.myTextColor { color: #4F5248; }

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

This text font color is #4F5248.


Background Color

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

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

This div background color is #4F5248.


Border color

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

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

This div border color is #4F5248.


Opacity

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

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

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

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

This text has shadow with #4F5248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5248 on black background.


Color preview on white background

This text has color #4F5248 on white background.



Black color preview on #4F5248 background

This text has black color on #4F5248 background.


White color preview on #4F5248 background

This text has white color on #4F5248 background.