COLOR #4F593A

HEX: #4F593A
RGB: (79,89,58)

Color info

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

RGB color model

#4F593A color RGB value is (79,89,58).

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

RGB channels and saturation

R 79 of 255 = 31%
G 89 of 255 = 35%
B 58 of 255 = 23%

79
89
58

R + G + B ~ 30%. #4F593A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 89 + 58 = 226 (100%)
R 79 of 226 ~ 34.96%
G 89 of 226 ~ 39.38%
B 58 of 226 ~ 25.66%

%34.96
%39.38
%25.66

CMYK color model

#4F593A color CMYK value is (11,0,35,65).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 34.83%
  • key color value is 65.10%
CMYK:
(11,0,35,65)
C11M0Y35K65 
(11%,0%,35%,65%)
(0.11/0.00/0.35/0.65)	

CMYK percentages

%11.24
%0
%34.83
%65.1

Codes

Color #4F593A in popluar color models

4F593A
RGB798958
HSL79°21.09%28.82%
HSB/HSV79°34.83%34.90%
CMYK11.24%0.00%34.83%
65.10%

Color #4F593A in popluar number systems.

HEX4F593A
Decimal798958
Binary10011111011001111010
Octal11713172

Shades and tints

Shades of #4F593A

#4F593A
(79,89,58)
#485135
(72,81,53)
#414930
(65,73,48)
#3A412B
(58,65,43)
#333926
(51,57,38)
#2C3121
(44,49,33)
#25291C
(37,41,28)
#1E2117
(30,33,23)
#171912
(23,25,18)
#10110D
(16,17,13)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #4F593A

#4F593A
(79,89,58)
#5F684B
(95,104,75)
#6F775C
(111,119,92)
#7F866D
(127,134,109)
#8F957E
(143,149,126)
#9FA48F
(159,164,143)
#AFB3A0
(175,179,160)
#BFC2B1
(191,194,177)
#CFD1C2
(207,209,194)
#DFE0D3
(223,224,211)
#EFEFE4
(239,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F593A; }

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

This text font color is #4F593A.


Background Color

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

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

This div background color is #4F593A.


Border color

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

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

This div border color is #4F593A.


Opacity

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

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

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

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

This text has shadow with #4F593A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F593A on black background.


Color preview on white background

This text has color #4F593A on white background.



Black color preview on #4F593A background

This text has black color on #4F593A background.


White color preview on #4F593A background

This text has white color on #4F593A background.