COLOR #4F5635

HEX: #4F5635 RGB: (79,86,53)

Color info

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

RGB color model

#4F5635 color RGB value is (79,86,53).

RGB: (79,86,53) (31%, 34%, 21%)

RGB channels and saturation

R 79 of 255 = 31%
G 86 of 255 = 34%
B 53 of 255 = 21%

79
86
53

R + G + B ~ 29%. #4F5635 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 86 + 53 = 218 (100%)
R 79 of 218 ~ 36.24%
G 86 of 218 ~ 39.45%
B 53 of 218 ~ 24.31'%

%36.24
%39.45
%24.31

CMYK color model

#4F5635 color CMYK value is (8,0,38,66).

  • cyan value is 8.14%
  • magenta value is 0.00%
  • yellow value is 38.37%
  • key color value is 66.27%

CMYK: (8,0,38,66)
C8M0Y38K66 (8%, 0%, 38%, 66%)
(0.08 / 0.00 / 0.38 / 0.66)

CMYK percentages

%8.14
%0
%38.37
%66.27

Codes

Color #4F5635 in popluar color models

4F 56 35
RGB 79 86 53
HSL 73° 23.74% 27.25%
HSB/HSV 73° 38.37% 33.73%
CMYK 8.14% 0.00% 38.37%
66.27%

Color #4F5635 in popluar number systems.

HEX 4F 56 35
Decimal 79 86 53
Binary 1001111 1010110 110101
Octal 117 126 65

Shades and tints

Shades of #4F5635

#4F5635
(79,86,53)
#484F31
(72,79,49)
#41482D
(65,72,45)
#3A4129
(58,65,41)
#333A25
(51,58,37)
#2C3321
(44,51,33)
#252C1D
(37,44,29)
#1E2519
(30,37,25)
#171E15
(23,30,21)
#101711
(16,23,17)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #4F5635

#4F5635
(79,86,53)
#5F6547
(95,101,71)
#6F7459
(111,116,89)
#7F836B
(127,131,107)
#8F927D
(143,146,125)
#9FA18F
(159,161,143)
#AFB0A1
(175,176,161)
#BFBFB3
(191,191,179)
#CFCEC5
(207,206,197)
#DFDDD7
(223,221,215)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5635 color. Also use rgb(79,86,53) instead hex code.

Text Font Color

.myTextColor { color: #4F5635; }

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

This text font color is #4F5635.

Background Color

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

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

This div background color is #4F5635.

Border color

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

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

This div border color is #4F5635.

Opacity

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

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

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

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

This text has shadow with #4F5635 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F5635.

Preview

Color preview on black background

This text has color #4F5635 on black background.


Color preview on white background

This text has color #4F5635 on white background.


Black color preview on #4F5635 background

This text has black color on #4F5635 background.


White color preview on #4F5635 background

This text has white color on #4F5635 background.


Related colors

Complementary color

Complementary color for #hex is #B0A9CA.


I love getcolorcode.com

Triadic colors

1 #354F56 and #56354F with #4F5635 are triadic colors.

2 #35564F and #564F35 with #4F5635 are triadic colors.