COLOR #4F3D39

HEX: #4F3D39
RGB: (79,61,57)

Color info

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

RGB color model

#4F3D39 color RGB value is (79,61,57).

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

RGB channels and saturation

R 79 of 255 = 31%
G 61 of 255 = 24%
B 57 of 255 = 22%

79
61
57

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

Portions of RGB colors in percentages

R + G + B =
79 + 61 + 57 = 197 (100%)
R 79 of 197 ~ 40.1%
G 61 of 197 ~ 30.96%
B 57 of 197 ~ 28.93%

%40.1
%30.96
%28.93

CMYK color model

#4F3D39 color CMYK value is (0,23,28,69).

  • cyan value is 0.00%
  • magenta value is 22.78%
  • yellow value is 27.85%
  • key color value is 69.02%
CMYK:
(0,23,28,69)
C0M23Y28K69 
(0%,23%,28%,69%)
(0.00/0.23/0.28/0.69)	

CMYK percentages

%0
%22.78
%27.85
%69.02

Codes

Color #4F3D39 in popluar color models

4F3D39
RGB796157
HSL11°16.18%26.67%
HSB/HSV11°27.85%30.98%
CMYK0.00%22.78%27.85%
69.02%

Color #4F3D39 in popluar number systems.

HEX4F3D39
Decimal796157
Binary1001111111101111001
Octal1177571

Shades and tints

Shades of #4F3D39

#4F3D39
(79,61,57)
#483834
(72,56,52)
#41332F
(65,51,47)
#3A2E2A
(58,46,42)
#332925
(51,41,37)
#2C2420
(44,36,32)
#251F1B
(37,31,27)
#1E1A16
(30,26,22)
#171511
(23,21,17)
#10100C
(16,16,12)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #4F3D39

#4F3D39
(79,61,57)
#5F4E4B
(95,78,75)
#6F5F5D
(111,95,93)
#7F706F
(127,112,111)
#8F8181
(143,129,129)
#9F9293
(159,146,147)
#AFA3A5
(175,163,165)
#BFB4B7
(191,180,183)
#CFC5C9
(207,197,201)
#DFD6DB
(223,214,219)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3D39; }

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

This text font color is #4F3D39.


Background Color

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

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

This div background color is #4F3D39.


Border color

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

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

This div border color is #4F3D39.


Opacity

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

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

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

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

This text has shadow with #4F3D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3D39 on black background.


Color preview on white background

This text has color #4F3D39 on white background.



Black color preview on #4F3D39 background

This text has black color on #4F3D39 background.


White color preview on #4F3D39 background

This text has white color on #4F3D39 background.