COLOR #4F3237

HEX: #4F3237
RGB: (79,50,55)

Color info

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

RGB color model

#4F3237 color RGB value is (79,50,55).

  • red value is 79;
  • green value is 50;
  • blue value is 55.
RGB:
(79,50,55)
(31%,20%,22%)

RGB channels and saturation

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

79
50
55

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

Portions of RGB colors in percentages

R + G + B =
79 + 50 + 55 = 184 (100%)
R 79 of 184 ~ 42.93%
G 50 of 184 ~ 27.17%
B 55 of 184 ~ 29.89%

%42.93
%27.17
%29.89

CMYK color model

#4F3237 color CMYK value is (0,37,30,69).

  • cyan value is 0.00%
  • magenta value is 36.71%
  • yellow value is 30.38%
  • key color value is 69.02%
CMYK:
(0,37,30,69)
C0M37Y30K69 
(0%,37%,30%,69%)
(0.00/0.37/0.30/0.69)	

CMYK percentages

%0
%36.71
%30.38
%69.02

Codes

Color #4F3237 in popluar color models

4F3237
RGB795055
HSL350°22.48%25.29%
HSB/HSV350°36.71%30.98%
CMYK0.00%36.71%30.38%
69.02%

Color #4F3237 in popluar number systems.

HEX4F3237
Decimal795055
Binary1001111110010110111
Octal1176267

Shades and tints

Shades of #4F3237

#4F3237
(79,50,55)
#482E32
(72,46,50)
#412A2D
(65,42,45)
#3A2628
(58,38,40)
#332223
(51,34,35)
#2C1E1E
(44,30,30)
#251A19
(37,26,25)
#1E1614
(30,22,20)
#17120F
(23,18,15)
#100E0A
(16,14,10)
#090A05
(9,10,5)
#000000
(0,0,0)

Tints of #4F3237

#4F3237
(79,50,55)
#5F4449
(95,68,73)
#6F565B
(111,86,91)
#7F686D
(127,104,109)
#8F7A7F
(143,122,127)
#9F8C91
(159,140,145)
#AF9EA3
(175,158,163)
#BFB0B5
(191,176,181)
#CFC2C7
(207,194,199)
#DFD4D9
(223,212,217)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3237; }

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

This text font color is #4F3237.


Background Color

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

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

This div background color is #4F3237.


Border color

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

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

This div border color is #4F3237.


Opacity

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

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

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

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

This text has shadow with #4F3237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3237 on black background.


Color preview on white background

This text has color #4F3237 on white background.



Black color preview on #4F3237 background

This text has black color on #4F3237 background.


White color preview on #4F3237 background

This text has white color on #4F3237 background.