COLOR #4F3E23

HEX: #4F3E23
RGB: (79,62,35)

Color info

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

RGB color model

#4F3E23 color RGB value is (79,62,35).

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

RGB channels and saturation

R 79 of 255 = 31%
G 62 of 255 = 24%
B 35 of 255 = 14%

79
62
35

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

Portions of RGB colors in percentages

R + G + B =
79 + 62 + 35 = 176 (100%)
R 79 of 176 ~ 44.89%
G 62 of 176 ~ 35.23%
B 35 of 176 ~ 19.89%

%44.89
%35.23
%19.89

CMYK color model

#4F3E23 color CMYK value is (0,22,56,69).

  • cyan value is 0.00%
  • magenta value is 21.52%
  • yellow value is 55.70%
  • key color value is 69.02%
CMYK:
(0,22,56,69)
C0M22Y56K69 
(0%,22%,56%,69%)
(0.00/0.22/0.56/0.69)	

CMYK percentages

%0
%21.52
%55.7
%69.02

Codes

Color #4F3E23 in popluar color models

4F3E23
RGB796235
HSL37°38.60%22.35%
HSB/HSV37°55.70%30.98%
CMYK0.00%21.52%55.70%
69.02%

Color #4F3E23 in popluar number systems.

HEX4F3E23
Decimal796235
Binary1001111111110100011
Octal1177643

Shades and tints

Shades of #4F3E23

#4F3E23
(79,62,35)
#483920
(72,57,32)
#41341D
(65,52,29)
#3A2F1A
(58,47,26)
#332A17
(51,42,23)
#2C2514
(44,37,20)
#252011
(37,32,17)
#1E1B0E
(30,27,14)
#17160B
(23,22,11)
#101108
(16,17,8)
#090C05
(9,12,5)
#000000
(0,0,0)

Tints of #4F3E23

#4F3E23
(79,62,35)
#5F4F37
(95,79,55)
#6F604B
(111,96,75)
#7F715F
(127,113,95)
#8F8273
(143,130,115)
#9F9387
(159,147,135)
#AFA49B
(175,164,155)
#BFB5AF
(191,181,175)
#CFC6C3
(207,198,195)
#DFD7D7
(223,215,215)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3E23; }

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

This text font color is #4F3E23.


Background Color

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

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

This div background color is #4F3E23.


Border color

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

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

This div border color is #4F3E23.


Opacity

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

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

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

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

This text has shadow with #4F3E23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3E23 on black background.


Color preview on white background

This text has color #4F3E23 on white background.



Black color preview on #4F3E23 background

This text has black color on #4F3E23 background.


White color preview on #4F3E23 background

This text has white color on #4F3E23 background.