COLOR #4F3D22

HEX: #4F3D22
RGB: (79,61,34)

Color info

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

RGB color model

#4F3D22 color RGB value is (79,61,34).

  • red value is 79;
  • green value is 61;
  • blue value is 34.
RGB:
(79,61,34)
(31%,24%,13%)

RGB channels and saturation

R 79 of 255 = 31%
G 61 of 255 = 24%
B 34 of 255 = 13%

79
61
34

R + G + B ~ 23%. #4F3D22 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 61 + 34 = 174 (100%)
R 79 of 174 ~ 45.4%
G 61 of 174 ~ 35.06%
B 34 of 174 ~ 19.54%

%45.4
%35.06
%19.54

CMYK color model

#4F3D22 color CMYK value is (0,23,57,69).

  • cyan value is 0.00%
  • magenta value is 22.78%
  • yellow value is 56.96%
  • key color value is 69.02%
CMYK:
(0,23,57,69)
C0M23Y57K69 
(0%,23%,57%,69%)
(0.00/0.23/0.57/0.69)	

CMYK percentages

%0
%22.78
%56.96
%69.02

Codes

Color #4F3D22 in popluar color models

4F3D22
RGB796134
HSL36°39.82%22.16%
HSB/HSV36°56.96%30.98%
CMYK0.00%22.78%56.96%
69.02%

Color #4F3D22 in popluar number systems.

HEX4F3D22
Decimal796134
Binary1001111111101100010
Octal1177542

Shades and tints

Shades of #4F3D22

#4F3D22
(79,61,34)
#48381F
(72,56,31)
#41331C
(65,51,28)
#3A2E19
(58,46,25)
#332916
(51,41,22)
#2C2413
(44,36,19)
#251F10
(37,31,16)
#1E1A0D
(30,26,13)
#17150A
(23,21,10)
#101007
(16,16,7)
#090B04
(9,11,4)
#000000
(0,0,0)

Tints of #4F3D22

#4F3D22
(79,61,34)
#5F4E36
(95,78,54)
#6F5F4A
(111,95,74)
#7F705E
(127,112,94)
#8F8172
(143,129,114)
#9F9286
(159,146,134)
#AFA39A
(175,163,154)
#BFB4AE
(191,180,174)
#CFC5C2
(207,197,194)
#DFD6D6
(223,214,214)
#EFE7EA
(239,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3D22 color. Also use rgb(79,61,34) instead hex code.

Text Font Color

.myTextColor { color: #4F3D22; }

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

This text font color is #4F3D22.


Background Color

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

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

This div background color is #4F3D22.


Border color

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

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

This div border color is #4F3D22.


Opacity

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

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

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

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

This text has shadow with #4F3D22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3D22 on black background.


Color preview on white background

This text has color #4F3D22 on white background.



Black color preview on #4F3D22 background

This text has black color on #4F3D22 background.


White color preview on #4F3D22 background

This text has white color on #4F3D22 background.