COLOR #4F5430

HEX: #4F5430
RGB: (79,84,48)

Color info

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

RGB color model

#4F5430 color RGB value is (79,84,48).

  • red value is 79;
  • green value is 84;
  • blue value is 48.
RGB:
(79,84,48)
(31%,33%,19%)

RGB channels and saturation

R 79 of 255 = 31%
G 84 of 255 = 33%
B 48 of 255 = 19%

79
84
48

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

Portions of RGB colors in percentages

R + G + B =
79 + 84 + 48 = 211 (100%)
R 79 of 211 ~ 37.44%
G 84 of 211 ~ 39.81%
B 48 of 211 ~ 22.75%

%37.44
%39.81
%22.75

CMYK color model

#4F5430 color CMYK value is (6,0,43,67).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 67.06%
CMYK:
(6,0,43,67)
C6M0Y43K67 
(6%,0%,43%,67%)
(0.06/0.00/0.43/0.67)	

CMYK percentages

%5.95
%0
%42.86
%67.06

Codes

Color #4F5430 in popluar color models

4F5430
RGB798448
HSL68°27.27%25.88%
HSB/HSV68°42.86%32.94%
CMYK5.95%0.00%42.86%
67.06%

Color #4F5430 in popluar number systems.

HEX4F5430
Decimal798448
Binary10011111010100110000
Octal11712460

Shades and tints

Shades of #4F5430

#4F5430
(79,84,48)
#484D2C
(72,77,44)
#414628
(65,70,40)
#3A3F24
(58,63,36)
#333820
(51,56,32)
#2C311C
(44,49,28)
#252A18
(37,42,24)
#1E2314
(30,35,20)
#171C10
(23,28,16)
#10150C
(16,21,12)
#090E08
(9,14,8)
#000000
(0,0,0)

Tints of #4F5430

#4F5430
(79,84,48)
#5F6342
(95,99,66)
#6F7254
(111,114,84)
#7F8166
(127,129,102)
#8F9078
(143,144,120)
#9F9F8A
(159,159,138)
#AFAE9C
(175,174,156)
#BFBDAE
(191,189,174)
#CFCCC0
(207,204,192)
#DFDBD2
(223,219,210)
#EFEAE4
(239,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5430 color. Also use rgb(79,84,48) instead hex code.

Text Font Color

.myTextColor { color: #4F5430; }

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

This text font color is #4F5430.


Background Color

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

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

This div background color is #4F5430.


Border color

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

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

This div border color is #4F5430.


Opacity

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

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

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

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

This text has shadow with #4F5430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5430 on black background.


Color preview on white background

This text has color #4F5430 on white background.



Black color preview on #4F5430 background

This text has black color on #4F5430 background.


White color preview on #4F5430 background

This text has white color on #4F5430 background.