COLOR #4F3A23

HEX: #4F3A23
RGB: (79,58,35)

Color info

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

RGB color model

#4F3A23 color RGB value is (79,58,35).

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

RGB channels and saturation

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

79
58
35

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

Portions of RGB colors in percentages

R + G + B =
79 + 58 + 35 = 172 (100%)
R 79 of 172 ~ 45.93%
G 58 of 172 ~ 33.72%
B 35 of 172 ~ 20.35%

%45.93
%33.72
%20.35

CMYK color model

#4F3A23 color CMYK value is (0,27,56,69).

  • cyan value is 0.00%
  • magenta value is 26.58%
  • yellow value is 55.70%
  • key color value is 69.02%
CMYK:
(0,27,56,69)
C0M27Y56K69 
(0%,27%,56%,69%)
(0.00/0.27/0.56/0.69)	

CMYK percentages

%0
%26.58
%55.7
%69.02

Codes

Color #4F3A23 in popluar color models

4F3A23
RGB795835
HSL31°38.60%22.35%
HSB/HSV31°55.70%30.98%
CMYK0.00%26.58%55.70%
69.02%

Color #4F3A23 in popluar number systems.

HEX4F3A23
Decimal795835
Binary1001111111010100011
Octal1177243

Shades and tints

Shades of #4F3A23

#4F3A23
(79,58,35)
#483520
(72,53,32)
#41301D
(65,48,29)
#3A2B1A
(58,43,26)
#332617
(51,38,23)
#2C2114
(44,33,20)
#251C11
(37,28,17)
#1E170E
(30,23,14)
#17120B
(23,18,11)
#100D08
(16,13,8)
#090805
(9,8,5)
#000000
(0,0,0)

Tints of #4F3A23

#4F3A23
(79,58,35)
#5F4B37
(95,75,55)
#6F5C4B
(111,92,75)
#7F6D5F
(127,109,95)
#8F7E73
(143,126,115)
#9F8F87
(159,143,135)
#AFA09B
(175,160,155)
#BFB1AF
(191,177,175)
#CFC2C3
(207,194,195)
#DFD3D7
(223,211,215)
#EFE4EB
(239,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3A23; }

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

This text font color is #4F3A23.


Background Color

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

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

This div background color is #4F3A23.


Border color

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

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

This div border color is #4F3A23.


Opacity

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

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

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

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

This text has shadow with #4F3A23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3A23 on black background.


Color preview on white background

This text has color #4F3A23 on white background.



Black color preview on #4F3A23 background

This text has black color on #4F3A23 background.


White color preview on #4F3A23 background

This text has white color on #4F3A23 background.