COLOR #4F322A

HEX: #4F322A
RGB: (79,50,42)

Color info

#4F322A contains red, green and blue colors in about the same proportion. Web safe color of #4F322A is #663333 (or #633).

RGB color model

#4F322A color RGB value is (79,50,42).

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

RGB channels and saturation

R 79 of 255 = 31%
G 50 of 255 = 20%
B 42 of 255 = 16%

79
50
42

R + G + B ~ 22%. #4F322A is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 50 + 42 = 171 (100%)
R 79 of 171 ~ 46.2%
G 50 of 171 ~ 29.24%
B 42 of 171 ~ 24.56%

%46.2
%29.24
%24.56

CMYK color model

#4F322A color CMYK value is (0,37,47,69).

  • cyan value is 0.00%
  • magenta value is 36.71%
  • yellow value is 46.84%
  • key color value is 69.02%
CMYK:
(0,37,47,69)
C0M37Y47K69 
(0%,37%,47%,69%)
(0.00/0.37/0.47/0.69)	

CMYK percentages

%0
%36.71
%46.84
%69.02

Codes

Color #4F322A in popluar color models

4F322A
RGB795042
HSL13°30.58%23.73%
HSB/HSV13°46.84%30.98%
CMYK0.00%36.71%46.84%
69.02%

Color #4F322A in popluar number systems.

HEX4F322A
Decimal795042
Binary1001111110010101010
Octal1176252

Shades and tints

Shades of #4F322A

#4F322A
(79,50,42)
#482E27
(72,46,39)
#412A24
(65,42,36)
#3A2621
(58,38,33)
#33221E
(51,34,30)
#2C1E1B
(44,30,27)
#251A18
(37,26,24)
#1E1615
(30,22,21)
#171212
(23,18,18)
#100E0F
(16,14,15)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #4F322A

#4F322A
(79,50,42)
#5F443D
(95,68,61)
#6F5650
(111,86,80)
#7F6863
(127,104,99)
#8F7A76
(143,122,118)
#9F8C89
(159,140,137)
#AF9E9C
(175,158,156)
#BFB0AF
(191,176,175)
#CFC2C2
(207,194,194)
#DFD4D5
(223,212,213)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F322A; }

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

This text font color is #4F322A.


Background Color

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

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

This div background color is #4F322A.


Border color

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

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

This div border color is #4F322A.


Opacity

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

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

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

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

This text has shadow with #4F322A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F322A on black background.


Color preview on white background

This text has color #4F322A on white background.



Black color preview on #4F322A background

This text has black color on #4F322A background.


White color preview on #4F322A background

This text has white color on #4F322A background.