COLOR #4F4227

HEX: #4F4227 RGB: (79,66,39)

Color info

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

RGB color model

#4F4227 color RGB value is (79,66,39).

RGB: (79,66,39) (31%, 26%, 15%)

RGB channels and saturation

R 79 of 255 = 31%
G 66 of 255 = 26%
B 39 of 255 = 15%

79
66
39

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

Portions of RGB colors in percentages

R + G + B = 79 + 66 + 39 = 184 (100%)
R 79 of 184 ~ 42.93%
G 66 of 184 ~ 35.87%
B 39 of 184 ~ 21.2'%

%42.93
%35.87
%21.2

CMYK color model

#4F4227 color CMYK value is (0,16,51,69).

  • cyan value is 0.00%
  • magenta value is 16.46%
  • yellow value is 50.63%
  • key color value is 69.02%

CMYK: (0,16,51,69)
C0M16Y51K69 (0%, 16%, 51%, 69%)
(0.00 / 0.16 / 0.51 / 0.69)

CMYK percentages

%0
%16.46
%50.63
%69.02

Codes

Color #4F4227 in popluar color models

4F 42 27
RGB 79 66 39
HSL 41° 33.90% 23.14%
HSB/HSV 41° 50.63% 30.98%
CMYK 0.00% 16.46% 50.63%
69.02%

Color #4F4227 in popluar number systems.

HEX 4F 42 27
Decimal 79 66 39
Binary 1001111 1000010 100111
Octal 117 102 47

Shades and tints

Shades of #4F4227

#4F4227
(79,66,39)
#483C24
(72,60,36)
#413621
(65,54,33)
#3A301E
(58,48,30)
#332A1B
(51,42,27)
#2C2418
(44,36,24)
#251E15
(37,30,21)
#1E1812
(30,24,18)
#17120F
(23,18,15)
#100C0C
(16,12,12)
#090609
(9,6,9)
#000000
(0,0,0)

Tints of #4F4227

#4F4227
(79,66,39)
#5F533A
(95,83,58)
#6F644D
(111,100,77)
#7F7560
(127,117,96)
#8F8673
(143,134,115)
#9F9786
(159,151,134)
#AFA899
(175,168,153)
#BFB9AC
(191,185,172)
#CFCABF
(207,202,191)
#DFDBD2
(223,219,210)
#EFECE5
(239,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4227 color. Also use rgb(79,66,39) instead hex code.

Text Font Color

.myTextColor { color: #4F4227; }

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

This text font color is #4F4227.

Background Color

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

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

This div background color is #4F4227.

Border color

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

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

This div border color is #4F4227.

Opacity

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

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

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

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

This text has shadow with #4F4227 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4227.

Preview

Color preview on black background

This text has color #4F4227 on black background.


Color preview on white background

This text has color #4F4227 on white background.


Black color preview on #4F4227 background

This text has black color on #4F4227 background.


White color preview on #4F4227 background

This text has white color on #4F4227 background.


Related colors

Complementary color

Complementary color for #hex is #B0BDD8.


I love getcolorcode.com

Triadic colors

1 #274F42 and #42274F with #4F4227 are triadic colors.

2 #27424F and #424F27 with #4F4227 are triadic colors.