COLOR #4F252C

HEX: #4F252C
RGB: (79,37,44)

Color info

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

RGB color model

#4F252C color RGB value is (79,37,44).

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

RGB channels and saturation

R 79 of 255 = 31%
G 37 of 255 = 15%
B 44 of 255 = 17%

79
37
44

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

Portions of RGB colors in percentages

R + G + B =
79 + 37 + 44 = 160 (100%)
R 79 of 160 ~ 49.38%
G 37 of 160 ~ 23.13%
B 44 of 160 ~ 27.5%

%49.38
%23.13
%27.5

CMYK color model

#4F252C color CMYK value is (0,53,44,69).

  • cyan value is 0.00%
  • magenta value is 53.16%
  • yellow value is 44.30%
  • key color value is 69.02%
CMYK:
(0,53,44,69)
C0M53Y44K69 
(0%,53%,44%,69%)
(0.00/0.53/0.44/0.69)	

CMYK percentages

%0
%53.16
%44.3
%69.02

Codes

Color #4F252C in popluar color models

4F252C
RGB793744
HSL350°36.21%22.75%
HSB/HSV350°53.16%30.98%
CMYK0.00%53.16%44.30%
69.02%

Color #4F252C in popluar number systems.

HEX4F252C
Decimal793744
Binary1001111100101101100
Octal1174554

Shades and tints

Shades of #4F252C

#4F252C
(79,37,44)
#482228
(72,34,40)
#411F24
(65,31,36)
#3A1C20
(58,28,32)
#33191C
(51,25,28)
#2C1618
(44,22,24)
#251314
(37,19,20)
#1E1010
(30,16,16)
#170D0C
(23,13,12)
#100A08
(16,10,8)
#090704
(9,7,4)
#000000
(0,0,0)

Tints of #4F252C

#4F252C
(79,37,44)
#5F383F
(95,56,63)
#6F4B52
(111,75,82)
#7F5E65
(127,94,101)
#8F7178
(143,113,120)
#9F848B
(159,132,139)
#AF979E
(175,151,158)
#BFAAB1
(191,170,177)
#CFBDC4
(207,189,196)
#DFD0D7
(223,208,215)
#EFE3EA
(239,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F252C; }

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

This text font color is #4F252C.


Background Color

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

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

This div background color is #4F252C.


Border color

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

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

This div border color is #4F252C.


Opacity

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

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

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

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

This text has shadow with #4F252C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F252C on black background.


Color preview on white background

This text has color #4F252C on white background.



Black color preview on #4F252C background

This text has black color on #4F252C background.


White color preview on #4F252C background

This text has white color on #4F252C background.