COLOR #4F3239

HEX: #4F3239 RGB: (79,50,57)

Color info

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

RGB color model

#4F3239 color RGB value is (79,50,57).

RGB: (79,50,57) (31%, 20%, 22%)

RGB channels and saturation

R 79 of 255 = 31%
G 50 of 255 = 20%
B 57 of 255 = 22%

79
50
57

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

Portions of RGB colors in percentages

R + G + B = 79 + 50 + 57 = 186 (100%)
R 79 of 186 ~ 42.47%
G 50 of 186 ~ 26.88%
B 57 of 186 ~ 30.65'%

%42.47
%26.88
%30.65

CMYK color model

#4F3239 color CMYK value is (0,37,28,69).

  • cyan value is 0.00%
  • magenta value is 36.71%
  • yellow value is 27.85%
  • key color value is 69.02%
CMYK: (0,37,28,69) C0M37Y28K69 (0%,37%,28%,69%) (0.00/0.37/0.28/0.69) 

CMYK percentages

%0
%36.71
%27.85
%69.02

Codes

Color #4F3239 in popluar color models

4F 32 39
RGB 79 50 57
HSL 346° 22.48% 25.29%
HSB/HSV 346° 36.71% 30.98%
CMYK 0.00% 36.71% 27.85%
69.02%

Color #4F3239 in popluar number systems.

HEX 4F 32 39
Decimal 79 50 57
Binary 1001111 110010 111001
Octal 117 62 71

Shades and tints

Shades of #4F3239

#4F3239
(79,50,57)
#482E34
(72,46,52)
#412A2F
(65,42,47)
#3A262A
(58,38,42)
#332225
(51,34,37)
#2C1E20
(44,30,32)
#251A1B
(37,26,27)
#1E1616
(30,22,22)
#171211
(23,18,17)
#100E0C
(16,14,12)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #4F3239

#4F3239
(79,50,57)
#5F444B
(95,68,75)
#6F565D
(111,86,93)
#7F686F
(127,104,111)
#8F7A81
(143,122,129)
#9F8C93
(159,140,147)
#AF9EA5
(175,158,165)
#BFB0B7
(191,176,183)
#CFC2C9
(207,194,201)
#DFD4DB
(223,212,219)
#EFE6ED
(239,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3239; }

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

This text font color is #4F3239.

Background Color

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

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

This div background color is #4F3239.

Border color

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

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

This div border color is #4F3239.

Opacity

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

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

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

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

This text has shadow with #4F3239 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F3239.

Preview

Color preview on black background

This text has color #4F3239 on black background.


Color preview on white background

This text has color #4F3239 on white background.


Black color preview on #4F3239 background

This text has black color on #4F3239 background.


White color preview on #4F3239 background

This text has white color on #4F3239 background.


Related colors

Complementary color

Complementary color for #hex is #B0CDC6.


I love getcolorcode.com

Triadic colors

1 #394F32 and #32394F with #4F3239 are triadic colors.

2 #39324F and #324F39 with #4F3239 are triadic colors.