COLOR #4F381F

HEX: #4F381F
RGB: (79,56,31)

Color info

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

RGB color model

#4F381F color RGB value is (79,56,31).

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

RGB channels and saturation

R 79 of 255 = 31%
G 56 of 255 = 22%
B 31 of 255 = 12%

79
56
31

R + G + B ~ 22%. #4F381F is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 56 + 31 = 166 (100%)
R 79 of 166 ~ 47.59%
G 56 of 166 ~ 33.73%
B 31 of 166 ~ 18.67%

%47.59
%33.73
%18.67

CMYK color model

#4F381F color CMYK value is (0,29,61,69).

  • cyan value is 0.00%
  • magenta value is 29.11%
  • yellow value is 60.76%
  • key color value is 69.02%
CMYK:
(0,29,61,69)
C0M29Y61K69 
(0%,29%,61%,69%)
(0.00/0.29/0.61/0.69)	

CMYK percentages

%0
%29.11
%60.76
%69.02

Codes

Color #4F381F in popluar color models

4F381F
RGB795631
HSL31°43.64%21.57%
HSB/HSV31°60.76%30.98%
CMYK0.00%29.11%60.76%
69.02%

Color #4F381F in popluar number systems.

HEX4F381F
Decimal795631
Binary100111111100011111
Octal1177037

Shades and tints

Shades of #4F381F

#4F381F
(79,56,31)
#48331D
(72,51,29)
#412E1B
(65,46,27)
#3A2919
(58,41,25)
#332417
(51,36,23)
#2C1F15
(44,31,21)
#251A13
(37,26,19)
#1E1511
(30,21,17)
#17100F
(23,16,15)
#100B0D
(16,11,13)
#09060B
(9,6,11)
#000000
(0,0,0)

Tints of #4F381F

#4F381F
(79,56,31)
#5F4A33
(95,74,51)
#6F5C47
(111,92,71)
#7F6E5B
(127,110,91)
#8F806F
(143,128,111)
#9F9283
(159,146,131)
#AFA497
(175,164,151)
#BFB6AB
(191,182,171)
#CFC8BF
(207,200,191)
#DFDAD3
(223,218,211)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F381F; }

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

This text font color is #4F381F.


Background Color

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

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

This div background color is #4F381F.


Border color

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

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

This div border color is #4F381F.


Opacity

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

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

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

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

This text has shadow with #4F381F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F381F on black background.


Color preview on white background

This text has color #4F381F on white background.



Black color preview on #4F381F background

This text has black color on #4F381F background.


White color preview on #4F381F background

This text has white color on #4F381F background.