COLOR #4F532A

HEX: #4F532A
RGB: (79,83,42)

Color info

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

RGB color model

#4F532A color RGB value is (79,83,42).

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

RGB channels and saturation

R 79 of 255 = 31%
G 83 of 255 = 33%
B 42 of 255 = 16%

79
83
42

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

Portions of RGB colors in percentages

R + G + B =
79 + 83 + 42 = 204 (100%)
R 79 of 204 ~ 38.73%
G 83 of 204 ~ 40.69%
B 42 of 204 ~ 20.59%

%38.73
%40.69
%20.59

CMYK color model

#4F532A color CMYK value is (5,0,49,67).

  • cyan value is 4.82%
  • magenta value is 0.00%
  • yellow value is 49.40%
  • key color value is 67.45%
CMYK:
(5,0,49,67)
C5M0Y49K67 
(5%,0%,49%,67%)
(0.05/0.00/0.49/0.67)	

CMYK percentages

%4.82
%0
%49.4
%67.45

Codes

Color #4F532A in popluar color models

4F532A
RGB798342
HSL66°32.80%24.51%
HSB/HSV66°49.40%32.55%
CMYK4.82%0.00%49.40%
67.45%

Color #4F532A in popluar number systems.

HEX4F532A
Decimal798342
Binary10011111010011101010
Octal11712352

Shades and tints

Shades of #4F532A

#4F532A
(79,83,42)
#484C27
(72,76,39)
#414524
(65,69,36)
#3A3E21
(58,62,33)
#33371E
(51,55,30)
#2C301B
(44,48,27)
#252918
(37,41,24)
#1E2215
(30,34,21)
#171B12
(23,27,18)
#10140F
(16,20,15)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #4F532A

#4F532A
(79,83,42)
#5F623D
(95,98,61)
#6F7150
(111,113,80)
#7F8063
(127,128,99)
#8F8F76
(143,143,118)
#9F9E89
(159,158,137)
#AFAD9C
(175,173,156)
#BFBCAF
(191,188,175)
#CFCBC2
(207,203,194)
#DFDAD5
(223,218,213)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F532A; }

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

This text font color is #4F532A.


Background Color

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

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

This div background color is #4F532A.


Border color

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

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

This div border color is #4F532A.


Opacity

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

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

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

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

This text has shadow with #4F532A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F532A on black background.


Color preview on white background

This text has color #4F532A on white background.



Black color preview on #4F532A background

This text has black color on #4F532A background.


White color preview on #4F532A background

This text has white color on #4F532A background.