COLOR #4F3137

HEX: #4F3137 RGB: (79,49,55)

Color info

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

RGB color model

#4F3137 color RGB value is (79,49,55).

RGB: (79,49,55) (31%, 19%, 22%)

RGB channels and saturation

R 79 of 255 = 31%
G 49 of 255 = 19%
B 55 of 255 = 22%

79
49
55

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

Portions of RGB colors in percentages

R + G + B = 79 + 49 + 55 = 183 (100%)
R 79 of 183 ~ 43.17%
G 49 of 183 ~ 26.78%
B 55 of 183 ~ 30.05'%

%43.17
%26.78
%30.05

CMYK color model

#4F3137 color CMYK value is (0,38,30,69).

  • cyan value is 0.00%
  • magenta value is 37.97%
  • yellow value is 30.38%
  • key color value is 69.02%

CMYK: (0,38,30,69)
C0M38Y30K69 (0%, 38%, 30%, 69%)
(0.00 / 0.38 / 0.30 / 0.69)

CMYK percentages

%0
%37.97
%30.38
%69.02

Codes

Color #4F3137 in popluar color models

4F 31 37
RGB 79 49 55
HSL 348° 23.44% 25.10%
HSB/HSV 348° 37.97% 30.98%
CMYK 0.00% 37.97% 30.38%
69.02%

Color #4F3137 in popluar number systems.

HEX 4F 31 37
Decimal 79 49 55
Binary 1001111 110001 110111
Octal 117 61 67

Shades and tints

Shades of #4F3137

#4F3137
(79,49,55)
#482D32
(72,45,50)
#41292D
(65,41,45)
#3A2528
(58,37,40)
#332123
(51,33,35)
#2C1D1E
(44,29,30)
#251919
(37,25,25)
#1E1514
(30,21,20)
#17110F
(23,17,15)
#100D0A
(16,13,10)
#090905
(9,9,5)
#000000
(0,0,0)

Tints of #4F3137

#4F3137
(79,49,55)
#5F4349
(95,67,73)
#6F555B
(111,85,91)
#7F676D
(127,103,109)
#8F797F
(143,121,127)
#9F8B91
(159,139,145)
#AF9DA3
(175,157,163)
#BFAFB5
(191,175,181)
#CFC1C7
(207,193,199)
#DFD3D9
(223,211,217)
#EFE5EB
(239,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3137; }

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

This text font color is #4F3137.

Background Color

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

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

This div background color is #4F3137.

Border color

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

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

This div border color is #4F3137.

Opacity

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

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

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

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

This text has shadow with #4F3137 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F3137.

Preview

Color preview on black background

This text has color #4F3137 on black background.


Color preview on white background

This text has color #4F3137 on white background.


Black color preview on #4F3137 background

This text has black color on #4F3137 background.


White color preview on #4F3137 background

This text has white color on #4F3137 background.


Related colors

Complementary color

Complementary color for #hex is #B0CEC8.


I love getcolorcode.com

Triadic colors

1 #374F31 and #31374F with #4F3137 are triadic colors.

2 #37314F and #314F37 with #4F3137 are triadic colors.