COLOR #4F5523

HEX: #4F5523
RGB: (79,85,35)

Color info

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

RGB color model

#4F5523 color RGB value is (79,85,35).

  • red value is 79;
  • green value is 85;
  • blue value is 35.
RGB:
(79,85,35)
(31%,33%,14%)

RGB channels and saturation

R 79 of 255 = 31%
G 85 of 255 = 33%
B 35 of 255 = 14%

79
85
35

R + G + B ~ 26%. #4F5523 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 85 + 35 = 199 (100%)
R 79 of 199 ~ 39.7%
G 85 of 199 ~ 42.71%
B 35 of 199 ~ 17.59%

%39.7
%42.71
%17.59

CMYK color model

#4F5523 color CMYK value is (7,0,59,67).

  • cyan value is 7.06%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 66.67%
CMYK:
(7,0,59,67)
C7M0Y59K67 
(7%,0%,59%,67%)
(0.07/0.00/0.59/0.67)	

CMYK percentages

%7.06
%0
%58.82
%66.67

Codes

Color #4F5523 in popluar color models

4F5523
RGB798535
HSL67°41.67%23.53%
HSB/HSV67°58.82%33.33%
CMYK7.06%0.00%58.82%
66.67%

Color #4F5523 in popluar number systems.

HEX4F5523
Decimal798535
Binary10011111010101100011
Octal11712543

Shades and tints

Shades of #4F5523

#4F5523
(79,85,35)
#484E20
(72,78,32)
#41471D
(65,71,29)
#3A401A
(58,64,26)
#333917
(51,57,23)
#2C3214
(44,50,20)
#252B11
(37,43,17)
#1E240E
(30,36,14)
#171D0B
(23,29,11)
#101608
(16,22,8)
#090F05
(9,15,5)
#000000
(0,0,0)

Tints of #4F5523

#4F5523
(79,85,35)
#5F6437
(95,100,55)
#6F734B
(111,115,75)
#7F825F
(127,130,95)
#8F9173
(143,145,115)
#9FA087
(159,160,135)
#AFAF9B
(175,175,155)
#BFBEAF
(191,190,175)
#CFCDC3
(207,205,195)
#DFDCD7
(223,220,215)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5523 color. Also use rgb(79,85,35) instead hex code.

Text Font Color

.myTextColor { color: #4F5523; }

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

This text font color is #4F5523.


Background Color

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

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

This div background color is #4F5523.


Border color

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

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

This div border color is #4F5523.


Opacity

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

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

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

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

This text has shadow with #4F5523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5523 on black background.


Color preview on white background

This text has color #4F5523 on white background.



Black color preview on #4F5523 background

This text has black color on #4F5523 background.


White color preview on #4F5523 background

This text has white color on #4F5523 background.