COLOR #4F3B43

HEX: #4F3B43
RGB: (79,59,67)

Color info

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

RGB color model

#4F3B43 color RGB value is (79,59,67).

  • red value is 79;
  • green value is 59;
  • blue value is 67.
RGB:
(79,59,67)
(31%,23%,26%)

RGB channels and saturation

R 79 of 255 = 31%
G 59 of 255 = 23%
B 67 of 255 = 26%

79
59
67

R + G + B ~ 27%. #4F3B43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 59 + 67 = 205 (100%)
R 79 of 205 ~ 38.54%
G 59 of 205 ~ 28.78%
B 67 of 205 ~ 32.68%

%38.54
%28.78
%32.68

CMYK color model

#4F3B43 color CMYK value is (0,25,15,69).

  • cyan value is 0.00%
  • magenta value is 25.32%
  • yellow value is 15.19%
  • key color value is 69.02%
CMYK:
(0,25,15,69)
C0M25Y15K69 
(0%,25%,15%,69%)
(0.00/0.25/0.15/0.69)	

CMYK percentages

%0
%25.32
%15.19
%69.02

Codes

Color #4F3B43 in popluar color models

4F3B43
RGB795967
HSL336°14.49%27.06%
HSB/HSV336°25.32%30.98%
CMYK0.00%25.32%15.19%
69.02%

Color #4F3B43 in popluar number systems.

HEX4F3B43
Decimal795967
Binary10011111110111000011
Octal11773103

Shades and tints

Shades of #4F3B43

#4F3B43
(79,59,67)
#48363D
(72,54,61)
#413137
(65,49,55)
#3A2C31
(58,44,49)
#33272B
(51,39,43)
#2C2225
(44,34,37)
#251D1F
(37,29,31)
#1E1819
(30,24,25)
#171313
(23,19,19)
#100E0D
(16,14,13)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #4F3B43

#4F3B43
(79,59,67)
#5F4C54
(95,76,84)
#6F5D65
(111,93,101)
#7F6E76
(127,110,118)
#8F7F87
(143,127,135)
#9F9098
(159,144,152)
#AFA1A9
(175,161,169)
#BFB2BA
(191,178,186)
#CFC3CB
(207,195,203)
#DFD4DC
(223,212,220)
#EFE5ED
(239,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3B43 color. Also use rgb(79,59,67) instead hex code.

Text Font Color

.myTextColor { color: #4F3B43; }

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

This text font color is #4F3B43.


Background Color

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

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

This div background color is #4F3B43.


Border color

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

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

This div border color is #4F3B43.


Opacity

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

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

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

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

This text has shadow with #4F3B43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3B43 on black background.


Color preview on white background

This text has color #4F3B43 on white background.



Black color preview on #4F3B43 background

This text has black color on #4F3B43 background.


White color preview on #4F3B43 background

This text has white color on #4F3B43 background.