COLOR #4F443A

HEX: #4F443A
RGB: (79,68,58)

Color info

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

RGB color model

#4F443A color RGB value is (79,68,58).

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

RGB channels and saturation

R 79 of 255 = 31%
G 68 of 255 = 27%
B 58 of 255 = 23%

79
68
58

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

Portions of RGB colors in percentages

R + G + B =
79 + 68 + 58 = 205 (100%)
R 79 of 205 ~ 38.54%
G 68 of 205 ~ 33.17%
B 58 of 205 ~ 28.29%

%38.54
%33.17
%28.29

CMYK color model

#4F443A color CMYK value is (0,14,27,69).

  • cyan value is 0.00%
  • magenta value is 13.92%
  • yellow value is 26.58%
  • key color value is 69.02%
CMYK:
(0,14,27,69)
C0M14Y27K69 
(0%,14%,27%,69%)
(0.00/0.14/0.27/0.69)	

CMYK percentages

%0
%13.92
%26.58
%69.02

Codes

Color #4F443A in popluar color models

4F443A
RGB796858
HSL29°15.33%26.86%
HSB/HSV29°26.58%30.98%
CMYK0.00%13.92%26.58%
69.02%

Color #4F443A in popluar number systems.

HEX4F443A
Decimal796858
Binary10011111000100111010
Octal11710472

Shades and tints

Shades of #4F443A

#4F443A
(79,68,58)
#483E35
(72,62,53)
#413830
(65,56,48)
#3A322B
(58,50,43)
#332C26
(51,44,38)
#2C2621
(44,38,33)
#25201C
(37,32,28)
#1E1A17
(30,26,23)
#171412
(23,20,18)
#100E0D
(16,14,13)
#090808
(9,8,8)
#000000
(0,0,0)

Tints of #4F443A

#4F443A
(79,68,58)
#5F554B
(95,85,75)
#6F665C
(111,102,92)
#7F776D
(127,119,109)
#8F887E
(143,136,126)
#9F998F
(159,153,143)
#AFAAA0
(175,170,160)
#BFBBB1
(191,187,177)
#CFCCC2
(207,204,194)
#DFDDD3
(223,221,211)
#EFEEE4
(239,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F443A; }

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

This text font color is #4F443A.


Background Color

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

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

This div background color is #4F443A.


Border color

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

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

This div border color is #4F443A.


Opacity

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

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

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

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

This text has shadow with #4F443A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F443A on black background.


Color preview on white background

This text has color #4F443A on white background.



Black color preview on #4F443A background

This text has black color on #4F443A background.


White color preview on #4F443A background

This text has white color on #4F443A background.