COLOR #4F252B

HEX: #4F252B
RGB: (79,37,43)

Color info

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

RGB color model

#4F252B color RGB value is (79,37,43).

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

RGB channels and saturation

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

79
37
43

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

Portions of RGB colors in percentages

R + G + B =
79 + 37 + 43 = 159 (100%)
R 79 of 159 ~ 49.69%
G 37 of 159 ~ 23.27%
B 43 of 159 ~ 27.04%

%49.69
%23.27
%27.04

CMYK color model

#4F252B color CMYK value is (0,53,46,69).

  • cyan value is 0.00%
  • magenta value is 53.16%
  • yellow value is 45.57%
  • key color value is 69.02%
CMYK:
(0,53,46,69)
C0M53Y46K69 
(0%,53%,46%,69%)
(0.00/0.53/0.46/0.69)	

CMYK percentages

%0
%53.16
%45.57
%69.02

Codes

Color #4F252B in popluar color models

4F252B
RGB793743
HSL351°36.21%22.75%
HSB/HSV351°53.16%30.98%
CMYK0.00%53.16%45.57%
69.02%

Color #4F252B in popluar number systems.

HEX4F252B
Decimal793743
Binary1001111100101101011
Octal1174553

Shades and tints

Shades of #4F252B

#4F252B
(79,37,43)
#482228
(72,34,40)
#411F25
(65,31,37)
#3A1C22
(58,28,34)
#33191F
(51,25,31)
#2C161C
(44,22,28)
#251319
(37,19,25)
#1E1016
(30,16,22)
#170D13
(23,13,19)
#100A10
(16,10,16)
#09070D
(9,7,13)
#000000
(0,0,0)

Tints of #4F252B

#4F252B
(79,37,43)
#5F383E
(95,56,62)
#6F4B51
(111,75,81)
#7F5E64
(127,94,100)
#8F7177
(143,113,119)
#9F848A
(159,132,138)
#AF979D
(175,151,157)
#BFAAB0
(191,170,176)
#CFBDC3
(207,189,195)
#DFD0D6
(223,208,214)
#EFE3E9
(239,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F252B; }

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

This text font color is #4F252B.


Background Color

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

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

This div background color is #4F252B.


Border color

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

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

This div border color is #4F252B.


Opacity

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

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

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

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

This text has shadow with #4F252B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F252B on black background.


Color preview on white background

This text has color #4F252B on white background.



Black color preview on #4F252B background

This text has black color on #4F252B background.


White color preview on #4F252B background

This text has white color on #4F252B background.