COLOR #4F353A

HEX: #4F353A
RGB: (79,53,58)

Color info

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

RGB color model

#4F353A color RGB value is (79,53,58).

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

RGB channels and saturation

R 79 of 255 = 31%
G 53 of 255 = 21%
B 58 of 255 = 23%

79
53
58

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

Portions of RGB colors in percentages

R + G + B =
79 + 53 + 58 = 190 (100%)
R 79 of 190 ~ 41.58%
G 53 of 190 ~ 27.89%
B 58 of 190 ~ 30.53%

%41.58
%27.89
%30.53

CMYK color model

#4F353A color CMYK value is (0,33,27,69).

  • cyan value is 0.00%
  • magenta value is 32.91%
  • yellow value is 26.58%
  • key color value is 69.02%
CMYK:
(0,33,27,69)
C0M33Y27K69 
(0%,33%,27%,69%)
(0.00/0.33/0.27/0.69)	

CMYK percentages

%0
%32.91
%26.58
%69.02

Codes

Color #4F353A in popluar color models

4F353A
RGB795358
HSL348°19.70%25.88%
HSB/HSV348°32.91%30.98%
CMYK0.00%32.91%26.58%
69.02%

Color #4F353A in popluar number systems.

HEX4F353A
Decimal795358
Binary1001111110101111010
Octal1176572

Shades and tints

Shades of #4F353A

#4F353A
(79,53,58)
#483135
(72,49,53)
#412D30
(65,45,48)
#3A292B
(58,41,43)
#332526
(51,37,38)
#2C2121
(44,33,33)
#251D1C
(37,29,28)
#1E1917
(30,25,23)
#171512
(23,21,18)
#10110D
(16,17,13)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #4F353A

#4F353A
(79,53,58)
#5F474B
(95,71,75)
#6F595C
(111,89,92)
#7F6B6D
(127,107,109)
#8F7D7E
(143,125,126)
#9F8F8F
(159,143,143)
#AFA1A0
(175,161,160)
#BFB3B1
(191,179,177)
#CFC5C2
(207,197,194)
#DFD7D3
(223,215,211)
#EFE9E4
(239,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F353A; }

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

This text font color is #4F353A.


Background Color

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

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

This div background color is #4F353A.


Border color

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

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

This div border color is #4F353A.


Opacity

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

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

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

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

This text has shadow with #4F353A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F353A on black background.


Color preview on white background

This text has color #4F353A on white background.



Black color preview on #4F353A background

This text has black color on #4F353A background.


White color preview on #4F353A background

This text has white color on #4F353A background.