COLOR #4F4827

HEX: #4F4827 RGB: (79,72,39)

Color info

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

RGB color model

#4F4827 color RGB value is (79,72,39).

RGB: (79,72,39) (31%, 28%, 15%)

RGB channels and saturation

R 79 of 255 = 31%
G 72 of 255 = 28%
B 39 of 255 = 15%

79
72
39

R + G + B ~ 25%. #4F4827 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 72 + 39 = 190 (100%)
R 79 of 190 ~ 41.58%
G 72 of 190 ~ 37.89%
B 39 of 190 ~ 20.53'%

%41.58
%37.89
%20.53

CMYK color model

#4F4827 color CMYK value is (0,9,51,69).

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

CMYK: (0,9,51,69)
C0M9Y51K69 (0%, 9%, 51%, 69%)
(0.00 / 0.09 / 0.51 / 0.69)

CMYK percentages

%0
%8.86
%50.63
%69.02

Codes

Color #4F4827 in popluar color models

4F 48 27
RGB 79 72 39
HSL 50° 33.90% 23.14%
HSB/HSV 50° 50.63% 30.98%
CMYK 0.00% 8.86% 50.63%
69.02%

Color #4F4827 in popluar number systems.

HEX 4F 48 27
Decimal 79 72 39
Binary 1001111 1001000 100111
Octal 117 110 47

Shades and tints

Shades of #4F4827

#4F4827
(79,72,39)
#484224
(72,66,36)
#413C21
(65,60,33)
#3A361E
(58,54,30)
#33301B
(51,48,27)
#2C2A18
(44,42,24)
#252415
(37,36,21)
#1E1E12
(30,30,18)
#17180F
(23,24,15)
#10120C
(16,18,12)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #4F4827

#4F4827
(79,72,39)
#5F583A
(95,88,58)
#6F684D
(111,104,77)
#7F7860
(127,120,96)
#8F8873
(143,136,115)
#9F9886
(159,152,134)
#AFA899
(175,168,153)
#BFB8AC
(191,184,172)
#CFC8BF
(207,200,191)
#DFD8D2
(223,216,210)
#EFE8E5
(239,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4827; }

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

This text font color is #4F4827.

Background Color

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

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

This div background color is #4F4827.

Border color

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

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

This div border color is #4F4827.

Opacity

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

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

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

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

This text has shadow with #4F4827 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4827.

Preview

Color preview on black background

This text has color #4F4827 on black background.


Color preview on white background

This text has color #4F4827 on white background.


Black color preview on #4F4827 background

This text has black color on #4F4827 background.


White color preview on #4F4827 background

This text has white color on #4F4827 background.


Related colors

Complementary color

Complementary color for #hex is #B0B7D8.


I love getcolorcode.com

Triadic colors

1 #274F48 and #48274F with #4F4827 are triadic colors.

2 #27484F and #484F27 with #4F4827 are triadic colors.