COLOR #4F3B38

HEX: #4F3B38
RGB: (79,59,56)

Color info

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

RGB color model

#4F3B38 color RGB value is (79,59,56).

  • red value is 79;
  • green value is 59;
  • blue value is 56.
RGB:
(79,59,56)
(31%,23%,22%)

RGB channels and saturation

R 79 of 255 = 31%
G 59 of 255 = 23%
B 56 of 255 = 22%

79
59
56

R + G + B ~ 25%. #4F3B38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 59 + 56 = 194 (100%)
R 79 of 194 ~ 40.72%
G 59 of 194 ~ 30.41%
B 56 of 194 ~ 28.87%

%40.72
%30.41
%28.87

CMYK color model

#4F3B38 color CMYK value is (0,25,29,69).

  • cyan value is 0.00%
  • magenta value is 25.32%
  • yellow value is 29.11%
  • key color value is 69.02%
CMYK:
(0,25,29,69)
C0M25Y29K69 
(0%,25%,29%,69%)
(0.00/0.25/0.29/0.69)	

CMYK percentages

%0
%25.32
%29.11
%69.02

Codes

Color #4F3B38 in popluar color models

4F3B38
RGB795956
HSL17.04%26.47%
HSB/HSV29.11%30.98%
CMYK0.00%25.32%29.11%
69.02%

Color #4F3B38 in popluar number systems.

HEX4F3B38
Decimal795956
Binary1001111111011111000
Octal1177370

Shades and tints

Shades of #4F3B38

#4F3B38
(79,59,56)
#483633
(72,54,51)
#41312E
(65,49,46)
#3A2C29
(58,44,41)
#332724
(51,39,36)
#2C221F
(44,34,31)
#251D1A
(37,29,26)
#1E1815
(30,24,21)
#171310
(23,19,16)
#100E0B
(16,14,11)
#090906
(9,9,6)
#000000
(0,0,0)

Tints of #4F3B38

#4F3B38
(79,59,56)
#5F4C4A
(95,76,74)
#6F5D5C
(111,93,92)
#7F6E6E
(127,110,110)
#8F7F80
(143,127,128)
#9F9092
(159,144,146)
#AFA1A4
(175,161,164)
#BFB2B6
(191,178,182)
#CFC3C8
(207,195,200)
#DFD4DA
(223,212,218)
#EFE5EC
(239,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3B38; }

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

This text font color is #4F3B38.


Background Color

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

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

This div background color is #4F3B38.


Border color

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

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

This div border color is #4F3B38.


Opacity

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

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

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

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

This text has shadow with #4F3B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3B38 on black background.


Color preview on white background

This text has color #4F3B38 on white background.



Black color preview on #4F3B38 background

This text has black color on #4F3B38 background.


White color preview on #4F3B38 background

This text has white color on #4F3B38 background.