COLOR #4F252A

HEX: #4F252A
RGB: (79,37,42)

Color info

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

RGB color model

#4F252A color RGB value is (79,37,42).

  • red value is 79;
  • green value is 37;
  • blue value is 42.
RGB:
(79,37,42)
(31%,15%,16%)

RGB channels and saturation

R 79 of 255 = 31%
G 37 of 255 = 15%
B 42 of 255 = 16%

79
37
42

R + G + B ~ 21%. #4F252A is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 37 + 42 = 158 (100%)
R 79 of 158 ~ 50%
G 37 of 158 ~ 23.42%
B 42 of 158 ~ 26.58%

%50
%23.42
%26.58

CMYK color model

#4F252A color CMYK value is (0,53,47,69).

  • cyan value is 0.00%
  • magenta value is 53.16%
  • yellow value is 46.84%
  • key color value is 69.02%
CMYK:
(0,53,47,69)
C0M53Y47K69 
(0%,53%,47%,69%)
(0.00/0.53/0.47/0.69)	

CMYK percentages

%0
%53.16
%46.84
%69.02

Codes

Color #4F252A in popluar color models

4F252A
RGB793742
HSL353°36.21%22.75%
HSB/HSV353°53.16%30.98%
CMYK0.00%53.16%46.84%
69.02%

Color #4F252A in popluar number systems.

HEX4F252A
Decimal793742
Binary1001111100101101010
Octal1174552

Shades and tints

Shades of #4F252A

#4F252A
(79,37,42)
#482227
(72,34,39)
#411F24
(65,31,36)
#3A1C21
(58,28,33)
#33191E
(51,25,30)
#2C161B
(44,22,27)
#251318
(37,19,24)
#1E1015
(30,16,21)
#170D12
(23,13,18)
#100A0F
(16,10,15)
#09070C
(9,7,12)
#000000
(0,0,0)

Tints of #4F252A

#4F252A
(79,37,42)
#5F383D
(95,56,61)
#6F4B50
(111,75,80)
#7F5E63
(127,94,99)
#8F7176
(143,113,118)
#9F8489
(159,132,137)
#AF979C
(175,151,156)
#BFAAAF
(191,170,175)
#CFBDC2
(207,189,194)
#DFD0D5
(223,208,213)
#EFE3E8
(239,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F252A color. Also use rgb(79,37,42) instead hex code.

Text Font Color

.myTextColor { color: #4F252A; }

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

This text font color is #4F252A.


Background Color

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

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

This div background color is #4F252A.


Border color

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

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

This div border color is #4F252A.


Opacity

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

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

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

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

This text has shadow with #4F252A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F252A on black background.


Color preview on white background

This text has color #4F252A on white background.



Black color preview on #4F252A background

This text has black color on #4F252A background.


White color preview on #4F252A background

This text has white color on #4F252A background.