COLOR #4F4841

HEX: #4F4841
RGB: (79,72,65)

Color info

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

RGB color model

#4F4841 color RGB value is (79,72,65).

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

RGB channels and saturation

R 79 of 255 = 31%
G 72 of 255 = 28%
B 65 of 255 = 25%

79
72
65

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

Portions of RGB colors in percentages

R + G + B =
79 + 72 + 65 = 216 (100%)
R 79 of 216 ~ 36.57%
G 72 of 216 ~ 33.33%
B 65 of 216 ~ 30.09%

%36.57
%33.33
%30.09

CMYK color model

#4F4841 color CMYK value is (0,9,18,69).

  • cyan value is 0.00%
  • magenta value is 8.86%
  • yellow value is 17.72%
  • key color value is 69.02%
CMYK:
(0,9,18,69)
C0M9Y18K69 
(0%,9%,18%,69%)
(0.00/0.09/0.18/0.69)	

CMYK percentages

%0
%8.86
%17.72
%69.02

Codes

Color #4F4841 in popluar color models

4F4841
RGB797265
HSL30°9.72%28.24%
HSB/HSV30°17.72%30.98%
CMYK0.00%8.86%17.72%
69.02%

Color #4F4841 in popluar number systems.

HEX4F4841
Decimal797265
Binary100111110010001000001
Octal117110101

Shades and tints

Shades of #4F4841

#4F4841
(79,72,65)
#48423C
(72,66,60)
#413C37
(65,60,55)
#3A3632
(58,54,50)
#33302D
(51,48,45)
#2C2A28
(44,42,40)
#252423
(37,36,35)
#1E1E1E
(30,30,30)
#171819
(23,24,25)
#101214
(16,18,20)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #4F4841

#4F4841
(79,72,65)
#5F5852
(95,88,82)
#6F6863
(111,104,99)
#7F7874
(127,120,116)
#8F8885
(143,136,133)
#9F9896
(159,152,150)
#AFA8A7
(175,168,167)
#BFB8B8
(191,184,184)
#CFC8C9
(207,200,201)
#DFD8DA
(223,216,218)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4841; }

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

This text font color is #4F4841.


Background Color

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

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

This div background color is #4F4841.


Border color

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

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

This div border color is #4F4841.


Opacity

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

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

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

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

This text has shadow with #4F4841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4841 on black background.


Color preview on white background

This text has color #4F4841 on white background.



Black color preview on #4F4841 background

This text has black color on #4F4841 background.


White color preview on #4F4841 background

This text has white color on #4F4841 background.