COLOR #4F4831

HEX: #4F4831 RGB: (79,72,49)

Color info

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

RGB color model

#4F4831 color RGB value is (79,72,49).

RGB: (79,72,49) (31%, 28%, 19%)

RGB channels and saturation

R 79 of 255 = 31%
G 72 of 255 = 28%
B 49 of 255 = 19%

79
72
49

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

Portions of RGB colors in percentages

R + G + B = 79 + 72 + 49 = 200 (100%)
R 79 of 200 ~ 39.5%
G 72 of 200 ~ 36%
B 49 of 200 ~ 24.5'%

%39.5
%36
%24.5

CMYK color model

#4F4831 color CMYK value is (0,9,38,69).

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

CMYK: (0,9,38,69)
C0M9Y38K69 (0%, 9%, 38%, 69%)
(0.00 / 0.09 / 0.38 / 0.69)

CMYK percentages

%0
%8.86
%37.97
%69.02

Codes

Color #4F4831 in popluar color models

4F 48 31
RGB 79 72 49
HSL 46° 23.44% 25.10%
HSB/HSV 46° 37.97% 30.98%
CMYK 0.00% 8.86% 37.97%
69.02%

Color #4F4831 in popluar number systems.

HEX 4F 48 31
Decimal 79 72 49
Binary 1001111 1001000 110001
Octal 117 110 61

Shades and tints

Shades of #4F4831

#4F4831
(79,72,49)
#48422D
(72,66,45)
#413C29
(65,60,41)
#3A3625
(58,54,37)
#333021
(51,48,33)
#2C2A1D
(44,42,29)
#252419
(37,36,25)
#1E1E15
(30,30,21)
#171811
(23,24,17)
#10120D
(16,18,13)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #4F4831

#4F4831
(79,72,49)
#5F5843
(95,88,67)
#6F6855
(111,104,85)
#7F7867
(127,120,103)
#8F8879
(143,136,121)
#9F988B
(159,152,139)
#AFA89D
(175,168,157)
#BFB8AF
(191,184,175)
#CFC8C1
(207,200,193)
#DFD8D3
(223,216,211)
#EFE8E5
(239,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4831; }

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

This text font color is #4F4831.

Background Color

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

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

This div background color is #4F4831.

Border color

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

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

This div border color is #4F4831.

Opacity

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

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

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

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

This text has shadow with #4F4831 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4831.

Preview

Color preview on black background

This text has color #4F4831 on black background.


Color preview on white background

This text has color #4F4831 on white background.


Black color preview on #4F4831 background

This text has black color on #4F4831 background.


White color preview on #4F4831 background

This text has white color on #4F4831 background.


Related colors

Complementary color

Complementary color for #hex is #B0B7CE.


I love getcolorcode.com

Triadic colors

1 #314F48 and #48314F with #4F4831 are triadic colors.

2 #31484F and #484F31 with #4F4831 are triadic colors.