COLOR #4F353E

HEX: #4F353E
RGB: (79,53,62)

Color info

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

RGB color model

#4F353E color RGB value is (79,53,62).

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

RGB channels and saturation

R 79 of 255 = 31%
G 53 of 255 = 21%
B 62 of 255 = 24%

79
53
62

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

Portions of RGB colors in percentages

R + G + B =
79 + 53 + 62 = 194 (100%)
R 79 of 194 ~ 40.72%
G 53 of 194 ~ 27.32%
B 62 of 194 ~ 31.96%

%40.72
%27.32
%31.96

CMYK color model

#4F353E color CMYK value is (0,33,22,69).

  • cyan value is 0.00%
  • magenta value is 32.91%
  • yellow value is 21.52%
  • key color value is 69.02%
CMYK:
(0,33,22,69)
C0M33Y22K69 
(0%,33%,22%,69%)
(0.00/0.33/0.22/0.69)	

CMYK percentages

%0
%32.91
%21.52
%69.02

Codes

Color #4F353E in popluar color models

4F353E
RGB795362
HSL339°19.70%25.88%
HSB/HSV339°32.91%30.98%
CMYK0.00%32.91%21.52%
69.02%

Color #4F353E in popluar number systems.

HEX4F353E
Decimal795362
Binary1001111110101111110
Octal1176576

Shades and tints

Shades of #4F353E

#4F353E
(79,53,62)
#483139
(72,49,57)
#412D34
(65,45,52)
#3A292F
(58,41,47)
#33252A
(51,37,42)
#2C2125
(44,33,37)
#251D20
(37,29,32)
#1E191B
(30,25,27)
#171516
(23,21,22)
#101111
(16,17,17)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #4F353E

#4F353E
(79,53,62)
#5F474F
(95,71,79)
#6F5960
(111,89,96)
#7F6B71
(127,107,113)
#8F7D82
(143,125,130)
#9F8F93
(159,143,147)
#AFA1A4
(175,161,164)
#BFB3B5
(191,179,181)
#CFC5C6
(207,197,198)
#DFD7D7
(223,215,215)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F353E; }

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

This text font color is #4F353E.


Background Color

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

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

This div background color is #4F353E.


Border color

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

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

This div border color is #4F353E.


Opacity

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

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

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

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

This text has shadow with #4F353E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F353E on black background.


Color preview on white background

This text has color #4F353E on white background.



Black color preview on #4F353E background

This text has black color on #4F353E background.


White color preview on #4F353E background

This text has white color on #4F353E background.