COLOR #4F592A

HEX: #4F592A
RGB: (79,89,42)

Color info

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

RGB color model

#4F592A color RGB value is (79,89,42).

  • red value is 79;
  • green value is 89;
  • blue value is 42.
RGB:
(79,89,42)
(31%,35%,16%)

RGB channels and saturation

R 79 of 255 = 31%
G 89 of 255 = 35%
B 42 of 255 = 16%

79
89
42

R + G + B ~ 27%. #4F592A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 89 + 42 = 210 (100%)
R 79 of 210 ~ 37.62%
G 89 of 210 ~ 42.38%
B 42 of 210 ~ 20%

%37.62
%42.38
%20

CMYK color model

#4F592A color CMYK value is (11,0,53,65).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 52.81%
  • key color value is 65.10%
CMYK:
(11,0,53,65)
C11M0Y53K65 
(11%,0%,53%,65%)
(0.11/0.00/0.53/0.65)	

CMYK percentages

%11.24
%0
%52.81
%65.1

Codes

Color #4F592A in popluar color models

4F592A
RGB798942
HSL73°35.88%25.69%
HSB/HSV73°52.81%34.90%
CMYK11.24%0.00%52.81%
65.10%

Color #4F592A in popluar number systems.

HEX4F592A
Decimal798942
Binary10011111011001101010
Octal11713152

Shades and tints

Shades of #4F592A

#4F592A
(79,89,42)
#485127
(72,81,39)
#414924
(65,73,36)
#3A4121
(58,65,33)
#33391E
(51,57,30)
#2C311B
(44,49,27)
#252918
(37,41,24)
#1E2115
(30,33,21)
#171912
(23,25,18)
#10110F
(16,17,15)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #4F592A

#4F592A
(79,89,42)
#5F683D
(95,104,61)
#6F7750
(111,119,80)
#7F8663
(127,134,99)
#8F9576
(143,149,118)
#9FA489
(159,164,137)
#AFB39C
(175,179,156)
#BFC2AF
(191,194,175)
#CFD1C2
(207,209,194)
#DFE0D5
(223,224,213)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F592A color. Also use rgb(79,89,42) instead hex code.

Text Font Color

.myTextColor { color: #4F592A; }

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

This text font color is #4F592A.


Background Color

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

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

This div background color is #4F592A.


Border color

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

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

This div border color is #4F592A.


Opacity

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

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

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

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

This text has shadow with #4F592A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F592A on black background.


Color preview on white background

This text has color #4F592A on white background.



Black color preview on #4F592A background

This text has black color on #4F592A background.


White color preview on #4F592A background

This text has white color on #4F592A background.