COLOR #4F4622

HEX: #4F4622 RGB: (79,70,34)

Color info

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

RGB color model

#4F4622 color RGB value is (79,70,34).

RGB: (79,70,34) (31%, 27%, 13%)

RGB channels and saturation

R 79 of 255 = 31%
G 70 of 255 = 27%
B 34 of 255 = 13%

79
70
34

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

Portions of RGB colors in percentages

R + G + B = 79 + 70 + 34 = 183 (100%)
R 79 of 183 ~ 43.17%
G 70 of 183 ~ 38.25%
B 34 of 183 ~ 18.58'%

%43.17
%38.25
%18.58

CMYK color model

#4F4622 color CMYK value is (0,11,57,69).

  • cyan value is 0.00%
  • magenta value is 11.39%
  • yellow value is 56.96%
  • key color value is 69.02%

CMYK: (0,11,57,69)
C0M11Y57K69 (0%, 11%, 57%, 69%)
(0.00 / 0.11 / 0.57 / 0.69)

CMYK percentages

%0
%11.39
%56.96
%69.02

Codes

Color #4F4622 in popluar color models

4F 46 22
RGB 79 70 34
HSL 48° 39.82% 22.16%
HSB/HSV 48° 56.96% 30.98%
CMYK 0.00% 11.39% 56.96%
69.02%

Color #4F4622 in popluar number systems.

HEX 4F 46 22
Decimal 79 70 34
Binary 1001111 1000110 100010
Octal 117 106 42

Shades and tints

Shades of #4F4622

#4F4622
(79,70,34)
#48401F
(72,64,31)
#413A1C
(65,58,28)
#3A3419
(58,52,25)
#332E16
(51,46,22)
#2C2813
(44,40,19)
#252210
(37,34,16)
#1E1C0D
(30,28,13)
#17160A
(23,22,10)
#101007
(16,16,7)
#090A04
(9,10,4)
#000000
(0,0,0)

Tints of #4F4622

#4F4622
(79,70,34)
#5F5636
(95,86,54)
#6F664A
(111,102,74)
#7F765E
(127,118,94)
#8F8672
(143,134,114)
#9F9686
(159,150,134)
#AFA69A
(175,166,154)
#BFB6AE
(191,182,174)
#CFC6C2
(207,198,194)
#DFD6D6
(223,214,214)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4622 color. Also use rgb(79,70,34) instead hex code.

Text Font Color

.myTextColor { color: #4F4622; }

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

This text font color is #4F4622.

Background Color

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

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

This div background color is #4F4622.

Border color

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

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

This div border color is #4F4622.

Opacity

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

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

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

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

This text has shadow with #4F4622 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4622.

Preview

Color preview on black background

This text has color #4F4622 on black background.


Color preview on white background

This text has color #4F4622 on white background.


Black color preview on #4F4622 background

This text has black color on #4F4622 background.


White color preview on #4F4622 background

This text has white color on #4F4622 background.


Related colors

Complementary color

Complementary color for #hex is #B0B9DD.


I love getcolorcode.com

Triadic colors

1 #224F46 and #46224F with #4F4622 are triadic colors.

2 #22464F and #464F22 with #4F4622 are triadic colors.