COLOR #4F2C35

HEX: #4F2C35
RGB: (79,44,53)

Color info

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

RGB color model

#4F2C35 color RGB value is (79,44,53).

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

RGB channels and saturation

R 79 of 255 = 31%
G 44 of 255 = 17%
B 53 of 255 = 21%

79
44
53

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

Portions of RGB colors in percentages

R + G + B =
79 + 44 + 53 = 176 (100%)
R 79 of 176 ~ 44.89%
G 44 of 176 ~ 25%
B 53 of 176 ~ 30.11%

%44.89
%25
%30.11

CMYK color model

#4F2C35 color CMYK value is (0,44,33,69).

  • cyan value is 0.00%
  • magenta value is 44.30%
  • yellow value is 32.91%
  • key color value is 69.02%
CMYK:
(0,44,33,69)
C0M44Y33K69 
(0%,44%,33%,69%)
(0.00/0.44/0.33/0.69)	

CMYK percentages

%0
%44.3
%32.91
%69.02

Codes

Color #4F2C35 in popluar color models

4F2C35
RGB794453
HSL345°28.46%24.12%
HSB/HSV345°44.30%30.98%
CMYK0.00%44.30%32.91%
69.02%

Color #4F2C35 in popluar number systems.

HEX4F2C35
Decimal794453
Binary1001111101100110101
Octal1175465

Shades and tints

Shades of #4F2C35

#4F2C35
(79,44,53)
#482831
(72,40,49)
#41242D
(65,36,45)
#3A2029
(58,32,41)
#331C25
(51,28,37)
#2C1821
(44,24,33)
#25141D
(37,20,29)
#1E1019
(30,16,25)
#170C15
(23,12,21)
#100811
(16,8,17)
#09040D
(9,4,13)
#000000
(0,0,0)

Tints of #4F2C35

#4F2C35
(79,44,53)
#5F3F47
(95,63,71)
#6F5259
(111,82,89)
#7F656B
(127,101,107)
#8F787D
(143,120,125)
#9F8B8F
(159,139,143)
#AF9EA1
(175,158,161)
#BFB1B3
(191,177,179)
#CFC4C5
(207,196,197)
#DFD7D7
(223,215,215)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F2C35; }

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

This text font color is #4F2C35.


Background Color

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

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

This div background color is #4F2C35.


Border color

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

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

This div border color is #4F2C35.


Opacity

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

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

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

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

This text has shadow with #4F2C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2C35 on black background.


Color preview on white background

This text has color #4F2C35 on white background.



Black color preview on #4F2C35 background

This text has black color on #4F2C35 background.


White color preview on #4F2C35 background

This text has white color on #4F2C35 background.