COLOR #4F3D38

HEX: #4F3D38
RGB: (79,61,56)

Color info

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

RGB color model

#4F3D38 color RGB value is (79,61,56).

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

RGB channels and saturation

R 79 of 255 = 31%
G 61 of 255 = 24%
B 56 of 255 = 22%

79
61
56

R + G + B ~ 26%. #4F3D38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 61 + 56 = 196 (100%)
R 79 of 196 ~ 40.31%
G 61 of 196 ~ 31.12%
B 56 of 196 ~ 28.57%

%40.31
%31.12
%28.57

CMYK color model

#4F3D38 color CMYK value is (0,23,29,69).

  • cyan value is 0.00%
  • magenta value is 22.78%
  • yellow value is 29.11%
  • key color value is 69.02%
CMYK:
(0,23,29,69)
C0M23Y29K69 
(0%,23%,29%,69%)
(0.00/0.23/0.29/0.69)	

CMYK percentages

%0
%22.78
%29.11
%69.02

Codes

Color #4F3D38 in popluar color models

4F3D38
RGB796156
HSL13°17.04%26.47%
HSB/HSV13°29.11%30.98%
CMYK0.00%22.78%29.11%
69.02%

Color #4F3D38 in popluar number systems.

HEX4F3D38
Decimal796156
Binary1001111111101111000
Octal1177570

Shades and tints

Shades of #4F3D38

#4F3D38
(79,61,56)
#483833
(72,56,51)
#41332E
(65,51,46)
#3A2E29
(58,46,41)
#332924
(51,41,36)
#2C241F
(44,36,31)
#251F1A
(37,31,26)
#1E1A15
(30,26,21)
#171510
(23,21,16)
#10100B
(16,16,11)
#090B06
(9,11,6)
#000000
(0,0,0)

Tints of #4F3D38

#4F3D38
(79,61,56)
#5F4E4A
(95,78,74)
#6F5F5C
(111,95,92)
#7F706E
(127,112,110)
#8F8180
(143,129,128)
#9F9292
(159,146,146)
#AFA3A4
(175,163,164)
#BFB4B6
(191,180,182)
#CFC5C8
(207,197,200)
#DFD6DA
(223,214,218)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3D38; }

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

This text font color is #4F3D38.


Background Color

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

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

This div background color is #4F3D38.


Border color

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

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

This div border color is #4F3D38.


Opacity

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

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

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

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

This text has shadow with #4F3D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3D38 on black background.


Color preview on white background

This text has color #4F3D38 on white background.



Black color preview on #4F3D38 background

This text has black color on #4F3D38 background.


White color preview on #4F3D38 background

This text has white color on #4F3D38 background.