COLOR #4F3138

HEX: #4F3138 RGB: (79,49,56)

Color info

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

RGB color model

#4F3138 color RGB value is (79,49,56).

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

RGB channels and saturation

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

79
49
56

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

Portions of RGB colors in percentages

R + G + B = 79 + 49 + 56 = 184 (100%)
R 79 of 184 ~ 42.93%
G 49 of 184 ~ 26.63%
B 56 of 184 ~ 30.43'%

%42.93
%26.63
%30.43

CMYK color model

#4F3138 color CMYK value is (0,38,29,69).

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

CMYK: (0,38,29,69)
C0M38Y29K69 (0%, 38%, 29%, 69%)
(0.00 / 0.38 / 0.29 / 0.69)

CMYK percentages

%0
%37.97
%29.11
%69.02

Codes

Color #4F3138 in popluar color models

4F 31 38
RGB 79 49 56
HSL 346° 23.44% 25.10%
HSB/HSV 346° 37.97% 30.98%
CMYK 0.00% 37.97% 29.11%
69.02%

Color #4F3138 in popluar number systems.

HEX 4F 31 38
Decimal 79 49 56
Binary 1001111 110001 111000
Octal 117 61 70

Shades and tints

Shades of #4F3138

#4F3138
(79,49,56)
#482D33
(72,45,51)
#41292E
(65,41,46)
#3A2529
(58,37,41)
#332124
(51,33,36)
#2C1D1F
(44,29,31)
#25191A
(37,25,26)
#1E1515
(30,21,21)
#171110
(23,17,16)
#100D0B
(16,13,11)
#090906
(9,9,6)
#000000
(0,0,0)

Tints of #4F3138

#4F3138
(79,49,56)
#5F434A
(95,67,74)
#6F555C
(111,85,92)
#7F676E
(127,103,110)
#8F7980
(143,121,128)
#9F8B92
(159,139,146)
#AF9DA4
(175,157,164)
#BFAFB6
(191,175,182)
#CFC1C8
(207,193,200)
#DFD3DA
(223,211,218)
#EFE5EC
(239,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3138; }

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

This text font color is #4F3138.

Background Color

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

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

This div background color is #4F3138.

Border color

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

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

This div border color is #4F3138.

Opacity

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

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

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

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

This text has shadow with #4F3138 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F3138.

Preview

Color preview on black background

This text has color #4F3138 on black background.


Color preview on white background

This text has color #4F3138 on white background.


Black color preview on #4F3138 background

This text has black color on #4F3138 background.


White color preview on #4F3138 background

This text has white color on #4F3138 background.


Related colors

Complementary color

Complementary color for #hex is #B0CEC7.


I love getcolorcode.com

Triadic colors

1 #384F31 and #31384F with #4F3138 are triadic colors.

2 #38314F and #314F38 with #4F3138 are triadic colors.