COLOR #4F3941

HEX: #4F3941
RGB: (79,57,65)

Color info

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

RGB color model

#4F3941 color RGB value is (79,57,65).

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

RGB channels and saturation

R 79 of 255 = 31%
G 57 of 255 = 22%
B 65 of 255 = 25%

79
57
65

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

Portions of RGB colors in percentages

R + G + B =
79 + 57 + 65 = 201 (100%)
R 79 of 201 ~ 39.3%
G 57 of 201 ~ 28.36%
B 65 of 201 ~ 32.34%

%39.3
%28.36
%32.34

CMYK color model

#4F3941 color CMYK value is (0,28,18,69).

  • cyan value is 0.00%
  • magenta value is 27.85%
  • yellow value is 17.72%
  • key color value is 69.02%
CMYK:
(0,28,18,69)
C0M28Y18K69 
(0%,28%,18%,69%)
(0.00/0.28/0.18/0.69)	

CMYK percentages

%0
%27.85
%17.72
%69.02

Codes

Color #4F3941 in popluar color models

4F3941
RGB795765
HSL338°16.18%26.67%
HSB/HSV338°27.85%30.98%
CMYK0.00%27.85%17.72%
69.02%

Color #4F3941 in popluar number systems.

HEX4F3941
Decimal795765
Binary10011111110011000001
Octal11771101

Shades and tints

Shades of #4F3941

#4F3941
(79,57,65)
#48343C
(72,52,60)
#412F37
(65,47,55)
#3A2A32
(58,42,50)
#33252D
(51,37,45)
#2C2028
(44,32,40)
#251B23
(37,27,35)
#1E161E
(30,22,30)
#171119
(23,17,25)
#100C14
(16,12,20)
#09070F
(9,7,15)
#000000
(0,0,0)

Tints of #4F3941

#4F3941
(79,57,65)
#5F4B52
(95,75,82)
#6F5D63
(111,93,99)
#7F6F74
(127,111,116)
#8F8185
(143,129,133)
#9F9396
(159,147,150)
#AFA5A7
(175,165,167)
#BFB7B8
(191,183,184)
#CFC9C9
(207,201,201)
#DFDBDA
(223,219,218)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3941; }

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

This text font color is #4F3941.


Background Color

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

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

This div background color is #4F3941.


Border color

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

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

This div border color is #4F3941.


Opacity

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

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

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

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

This text has shadow with #4F3941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3941 on black background.


Color preview on white background

This text has color #4F3941 on white background.



Black color preview on #4F3941 background

This text has black color on #4F3941 background.


White color preview on #4F3941 background

This text has white color on #4F3941 background.