COLOR #4F343E

HEX: #4F343E
RGB: (79,52,62)

Color info

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

RGB color model

#4F343E color RGB value is (79,52,62).

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

RGB channels and saturation

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

79
52
62

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

Portions of RGB colors in percentages

R + G + B =
79 + 52 + 62 = 193 (100%)
R 79 of 193 ~ 40.93%
G 52 of 193 ~ 26.94%
B 62 of 193 ~ 32.12%

%40.93
%26.94
%32.12

CMYK color model

#4F343E color CMYK value is (0,34,22,69).

  • cyan value is 0.00%
  • magenta value is 34.18%
  • yellow value is 21.52%
  • key color value is 69.02%
CMYK: (0,34,22,69) C0M34Y22K69 (0%,34%,22%,69%) (0.00/0.34/0.22/0.69)

CMYK percentages

%0
%34.18
%21.52
%69.02

Codes

Color #4F343E in popluar color models

4F343E
RGB795262
HSL338°20.61%25.69%
HSB/HSV338°34.18%30.98%
CMYK0.00%34.18%21.52%
69.02%

Color #4F343E in popluar number systems.

HEX4F343E
Decimal795262
Binary1001111110100111110
Octal1176476

Shades and tints

Shades of #4F343E

#4F343E
(79,52,62)
#483039
(72,48,57)
#412C34
(65,44,52)
#3A282F
(58,40,47)
#33242A
(51,36,42)
#2C2025
(44,32,37)
#251C20
(37,28,32)
#1E181B
(30,24,27)
#171416
(23,20,22)
#101011
(16,16,17)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #4F343E

#4F343E
(79,52,62)
#5F464F
(95,70,79)
#6F5860
(111,88,96)
#7F6A71
(127,106,113)
#8F7C82
(143,124,130)
#9F8E93
(159,142,147)
#AFA0A4
(175,160,164)
#BFB2B5
(191,178,181)
#CFC4C6
(207,196,198)
#DFD6D7
(223,214,215)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F343E; }

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

This text font color is #4F343E.


Background Color

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

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

This div background color is #4F343E.


Border color

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

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

This div border color is #4F343E.


Opacity

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

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

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

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

This text has shadow with #4F343E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4F343E on black background.


Color preview on white background

This text has color #4F343E on white background.



Black color preview on #4F343E background

This text has black color on #4F343E background.


White color preview on #4F343E background

This text has white color on #4F343E background.