COLOR #4F343B

HEX: #4F343B RGB: (79,52,59)

Color info

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

RGB color model

#4F343B color RGB value is (79,52,59).

RGB: (79,52,59) (31%, 20%, 23%)

RGB channels and saturation

R 79 of 255 = 31%
G 52 of 255 = 20%
B 59 of 255 = 23%

79
52
59

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

Portions of RGB colors in percentages

R + G + B = 79 + 52 + 59 = 190 (100%)
R 79 of 190 ~ 41.58%
G 52 of 190 ~ 27.37%
B 59 of 190 ~ 31.05'%

%41.58
%27.37
%31.05

CMYK color model

#4F343B color CMYK value is (0,34,25,69).

  • cyan value is 0.00%
  • magenta value is 34.18%
  • yellow value is 25.32%
  • key color value is 69.02%

CMYK: (0,34,25,69)
C0M34Y25K69 (0%, 34%, 25%, 69%)
(0.00 / 0.34 / 0.25 / 0.69)

CMYK percentages

%0
%34.18
%25.32
%69.02

Codes

Color #4F343B in popluar color models

4F 34 3B
RGB 79 52 59
HSL 344° 20.61% 25.69%
HSB/HSV 344° 34.18% 30.98%
CMYK 0.00% 34.18% 25.32%
69.02%

Color #4F343B in popluar number systems.

HEX 4F 34 3B
Decimal 79 52 59
Binary 1001111 110100 111011
Octal 117 64 73

Shades and tints

Shades of #4F343B

#4F343B
(79,52,59)
#483036
(72,48,54)
#412C31
(65,44,49)
#3A282C
(58,40,44)
#332427
(51,36,39)
#2C2022
(44,32,34)
#251C1D
(37,28,29)
#1E1818
(30,24,24)
#171413
(23,20,19)
#10100E
(16,16,14)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #4F343B

#4F343B
(79,52,59)
#5F464C
(95,70,76)
#6F585D
(111,88,93)
#7F6A6E
(127,106,110)
#8F7C7F
(143,124,127)
#9F8E90
(159,142,144)
#AFA0A1
(175,160,161)
#BFB2B2
(191,178,178)
#CFC4C3
(207,196,195)
#DFD6D4
(223,214,212)
#EFE8E5
(239,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F343B; }

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

This text font color is #4F343B.

Background Color

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

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

This div background color is #4F343B.

Border color

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

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

This div border color is #4F343B.

Opacity

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

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

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

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

This text has shadow with #4F343B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F343B.

Preview

Color preview on black background

This text has color #4F343B on black background.


Color preview on white background

This text has color #4F343B on white background.


Black color preview on #4F343B background

This text has black color on #4F343B background.


White color preview on #4F343B background

This text has white color on #4F343B background.


Related colors

Complementary color

Complementary color for #hex is #B0CBC4.


I love getcolorcode.com

Triadic colors

1 #3B4F34 and #343B4F with #4F343B are triadic colors.

2 #3B344F and #344F3B with #4F343B are triadic colors.