COLOR #4F253C

HEX: #4F253C
RGB: (79,37,60)

Color info

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

RGB color model

#4F253C color RGB value is (79,37,60).

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

RGB channels and saturation

R 79 of 255 = 31%
G 37 of 255 = 15%
B 60 of 255 = 24%

79
37
60

R + G + B ~ 23%. #4F253C is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 37 + 60 = 176 (100%)
R 79 of 176 ~ 44.89%
G 37 of 176 ~ 21.02%
B 60 of 176 ~ 34.09%

%44.89
%21.02
%34.09

CMYK color model

#4F253C color CMYK value is (0,53,24,69).

  • cyan value is 0.00%
  • magenta value is 53.16%
  • yellow value is 24.05%
  • key color value is 69.02%
CMYK:
(0,53,24,69)
C0M53Y24K69 
(0%,53%,24%,69%)
(0.00/0.53/0.24/0.69)	

CMYK percentages

%0
%53.16
%24.05
%69.02

Codes

Color #4F253C in popluar color models

4F253C
RGB793760
HSL327°36.21%22.75%
HSB/HSV327°53.16%30.98%
CMYK0.00%53.16%24.05%
69.02%

Color #4F253C in popluar number systems.

HEX4F253C
Decimal793760
Binary1001111100101111100
Octal1174574

Shades and tints

Shades of #4F253C

#4F253C
(79,37,60)
#482237
(72,34,55)
#411F32
(65,31,50)
#3A1C2D
(58,28,45)
#331928
(51,25,40)
#2C1623
(44,22,35)
#25131E
(37,19,30)
#1E1019
(30,16,25)
#170D14
(23,13,20)
#100A0F
(16,10,15)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #4F253C

#4F253C
(79,37,60)
#5F384D
(95,56,77)
#6F4B5E
(111,75,94)
#7F5E6F
(127,94,111)
#8F7180
(143,113,128)
#9F8491
(159,132,145)
#AF97A2
(175,151,162)
#BFAAB3
(191,170,179)
#CFBDC4
(207,189,196)
#DFD0D5
(223,208,213)
#EFE3E6
(239,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F253C; }

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

This text font color is #4F253C.


Background Color

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

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

This div background color is #4F253C.


Border color

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

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

This div border color is #4F253C.


Opacity

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

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

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

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

This text has shadow with #4F253C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F253C on black background.


Color preview on white background

This text has color #4F253C on white background.



Black color preview on #4F253C background

This text has black color on #4F253C background.


White color preview on #4F253C background

This text has white color on #4F253C background.