COLOR #4F202B

HEX: #4F202B
RGB: (79,32,43)

Color info

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

RGB color model

#4F202B color RGB value is (79,32,43).

  • red value is 79;
  • green value is 32;
  • blue value is 43.
RGB:
(79,32,43)
(31%,13%,17%)

RGB channels and saturation

R 79 of 255 = 31%
G 32 of 255 = 13%
B 43 of 255 = 17%

79
32
43

R + G + B ~ 20%. #4F202B is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 32 + 43 = 154 (100%)
R 79 of 154 ~ 51.3%
G 32 of 154 ~ 20.78%
B 43 of 154 ~ 27.92%

%51.3
%20.78
%27.92

CMYK color model

#4F202B color CMYK value is (0,59,46,69).

  • cyan value is 0.00%
  • magenta value is 59.49%
  • yellow value is 45.57%
  • key color value is 69.02%
CMYK:
(0,59,46,69)
C0M59Y46K69 
(0%,59%,46%,69%)
(0.00/0.59/0.46/0.69)	

CMYK percentages

%0
%59.49
%45.57
%69.02

Codes

Color #4F202B in popluar color models

4F202B
RGB793243
HSL346°42.34%21.76%
HSB/HSV346°59.49%30.98%
CMYK0.00%59.49%45.57%
69.02%

Color #4F202B in popluar number systems.

HEX4F202B
Decimal793243
Binary1001111100000101011
Octal1174053

Shades and tints

Shades of #4F202B

#4F202B
(79,32,43)
#481E28
(72,30,40)
#411C25
(65,28,37)
#3A1A22
(58,26,34)
#33181F
(51,24,31)
#2C161C
(44,22,28)
#251419
(37,20,25)
#1E1216
(30,18,22)
#171013
(23,16,19)
#100E10
(16,14,16)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #4F202B

#4F202B
(79,32,43)
#5F343E
(95,52,62)
#6F4851
(111,72,81)
#7F5C64
(127,92,100)
#8F7077
(143,112,119)
#9F848A
(159,132,138)
#AF989D
(175,152,157)
#BFACB0
(191,172,176)
#CFC0C3
(207,192,195)
#DFD4D6
(223,212,214)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F202B color. Also use rgb(79,32,43) instead hex code.

Text Font Color

.myTextColor { color: #4F202B; }

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

This text font color is #4F202B.


Background Color

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

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

This div background color is #4F202B.


Border color

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

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

This div border color is #4F202B.


Opacity

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

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

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

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

This text has shadow with #4F202B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F202B on black background.


Color preview on white background

This text has color #4F202B on white background.



Black color preview on #4F202B background

This text has black color on #4F202B background.


White color preview on #4F202B background

This text has white color on #4F202B background.