COLOR #4F3E33

HEX: #4F3E33
RGB: (79,62,51)

Color info

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

RGB color model

#4F3E33 color RGB value is (79,62,51).

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

RGB channels and saturation

R 79 of 255 = 31%
G 62 of 255 = 24%
B 51 of 255 = 20%

79
62
51

R + G + B ~ 25%. #4F3E33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 62 + 51 = 192 (100%)
R 79 of 192 ~ 41.15%
G 62 of 192 ~ 32.29%
B 51 of 192 ~ 26.56%

%41.15
%32.29
%26.56

CMYK color model

#4F3E33 color CMYK value is (0,22,35,69).

  • cyan value is 0.00%
  • magenta value is 21.52%
  • yellow value is 35.44%
  • key color value is 69.02%
CMYK:
(0,22,35,69)
C0M22Y35K69 
(0%,22%,35%,69%)
(0.00/0.22/0.35/0.69)	

CMYK percentages

%0
%21.52
%35.44
%69.02

Codes

Color #4F3E33 in popluar color models

4F3E33
RGB796251
HSL24°21.54%25.49%
HSB/HSV24°35.44%30.98%
CMYK0.00%21.52%35.44%
69.02%

Color #4F3E33 in popluar number systems.

HEX4F3E33
Decimal796251
Binary1001111111110110011
Octal1177663

Shades and tints

Shades of #4F3E33

#4F3E33
(79,62,51)
#48392F
(72,57,47)
#41342B
(65,52,43)
#3A2F27
(58,47,39)
#332A23
(51,42,35)
#2C251F
(44,37,31)
#25201B
(37,32,27)
#1E1B17
(30,27,23)
#171613
(23,22,19)
#10110F
(16,17,15)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #4F3E33

#4F3E33
(79,62,51)
#5F4F45
(95,79,69)
#6F6057
(111,96,87)
#7F7169
(127,113,105)
#8F827B
(143,130,123)
#9F938D
(159,147,141)
#AFA49F
(175,164,159)
#BFB5B1
(191,181,177)
#CFC6C3
(207,198,195)
#DFD7D5
(223,215,213)
#EFE8E7
(239,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3E33; }

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

This text font color is #4F3E33.


Background Color

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

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

This div background color is #4F3E33.


Border color

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

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

This div border color is #4F3E33.


Opacity

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

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

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

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

This text has shadow with #4F3E33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3E33 on black background.


Color preview on white background

This text has color #4F3E33 on white background.



Black color preview on #4F3E33 background

This text has black color on #4F3E33 background.


White color preview on #4F3E33 background

This text has white color on #4F3E33 background.