COLOR #4F5036

HEX: #4F5036 RGB: (79,80,54)

Color info

#4F5036 contains red, green and blue colors in about the same proportion. Web safe color of #4F5036 is #666633 (or #663).

RGB color model

#4F5036 color RGB value is (79,80,54).

RGB: (79,80,54) (31%, 31%, 21%)

RGB channels and saturation

R 79 of 255 = 31%
G 80 of 255 = 31%
B 54 of 255 = 21%

79
80
54

R + G + B ~ 28%. #4F5036 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 80 + 54 = 213 (100%)
R 79 of 213 ~ 37.09%
G 80 of 213 ~ 37.56%
B 54 of 213 ~ 25.35'%

%37.09
%37.56
%25.35

CMYK color model

#4F5036 color CMYK value is (1,0,33,69).

  • cyan value is 1.25%
  • magenta value is 0.00%
  • yellow value is 32.50%
  • key color value is 68.63%

CMYK: (1,0,33,69)
C1M0Y33K69 (1%, 0%, 33%, 69%)
(0.01 / 0.00 / 0.33 / 0.69)

CMYK percentages

%1.25
%0
%32.5
%68.63

Codes

Color #4F5036 in popluar color models

4F 50 36
RGB 79 80 54
HSL 62° 19.40% 26.27%
HSB/HSV 62° 32.50% 31.37%
CMYK 1.25% 0.00% 32.50%
68.63%

Color #4F5036 in popluar number systems.

HEX 4F 50 36
Decimal 79 80 54
Binary 1001111 1010000 110110
Octal 117 120 66

Shades and tints

Shades of #4F5036

#4F5036
(79,80,54)
#484932
(72,73,50)
#41422E
(65,66,46)
#3A3B2A
(58,59,42)
#333426
(51,52,38)
#2C2D22
(44,45,34)
#25261E
(37,38,30)
#1E1F1A
(30,31,26)
#171816
(23,24,22)
#101112
(16,17,18)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #4F5036

#4F5036
(79,80,54)
#5F5F48
(95,95,72)
#6F6E5A
(111,110,90)
#7F7D6C
(127,125,108)
#8F8C7E
(143,140,126)
#9F9B90
(159,155,144)
#AFAAA2
(175,170,162)
#BFB9B4
(191,185,180)
#CFC8C6
(207,200,198)
#DFD7D8
(223,215,216)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5036 color. Also use rgb(79,80,54) instead hex code.

Text Font Color

.myTextColor { color: #4F5036; }

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

This text font color is #4F5036.

Background Color

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

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

This div background color is #4F5036.

Border color

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

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

This div border color is #4F5036.

Opacity

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

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

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

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

This text has shadow with #4F5036 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F5036.

Preview

Color preview on black background

This text has color #4F5036 on black background.


Color preview on white background

This text has color #4F5036 on white background.


Black color preview on #4F5036 background

This text has black color on #4F5036 background.


White color preview on #4F5036 background

This text has white color on #4F5036 background.


Related colors

Complementary color

Complementary color for #hex is #B0AFC9.


I love getcolorcode.com

Triadic colors

1 #364F50 and #50364F with #4F5036 are triadic colors.

2 #36504F and #504F36 with #4F5036 are triadic colors.