COLOR #4F2A27

HEX: #4F2A27
RGB: (79,42,39)

Color info

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

RGB color model

#4F2A27 color RGB value is (79,42,39).

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

RGB channels and saturation

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

79
42
39

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

Portions of RGB colors in percentages

R + G + B =
79 + 42 + 39 = 160 (100%)
R 79 of 160 ~ 49.38%
G 42 of 160 ~ 26.25%
B 39 of 160 ~ 24.38%

%49.38
%26.25
%24.38

CMYK color model

#4F2A27 color CMYK value is (0,47,51,69).

  • cyan value is 0.00%
  • magenta value is 46.84%
  • yellow value is 50.63%
  • key color value is 69.02%
CMYK:
(0,47,51,69)
C0M47Y51K69 
(0%,47%,51%,69%)
(0.00/0.47/0.51/0.69)	

CMYK percentages

%0
%46.84
%50.63
%69.02

Codes

Color #4F2A27 in popluar color models

4F2A27
RGB794239
HSL33.90%23.14%
HSB/HSV50.63%30.98%
CMYK0.00%46.84%50.63%
69.02%

Color #4F2A27 in popluar number systems.

HEX4F2A27
Decimal794239
Binary1001111101010100111
Octal1175247

Shades and tints

Shades of #4F2A27

#4F2A27
(79,42,39)
#482724
(72,39,36)
#412421
(65,36,33)
#3A211E
(58,33,30)
#331E1B
(51,30,27)
#2C1B18
(44,27,24)
#251815
(37,24,21)
#1E1512
(30,21,18)
#17120F
(23,18,15)
#100F0C
(16,15,12)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #4F2A27

#4F2A27
(79,42,39)
#5F3D3A
(95,61,58)
#6F504D
(111,80,77)
#7F6360
(127,99,96)
#8F7673
(143,118,115)
#9F8986
(159,137,134)
#AF9C99
(175,156,153)
#BFAFAC
(191,175,172)
#CFC2BF
(207,194,191)
#DFD5D2
(223,213,210)
#EFE8E5
(239,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F2A27; }

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

This text font color is #4F2A27.


Background Color

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

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

This div background color is #4F2A27.


Border color

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

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

This div border color is #4F2A27.


Opacity

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

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

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

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

This text has shadow with #4F2A27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2A27 on black background.


Color preview on white background

This text has color #4F2A27 on white background.



Black color preview on #4F2A27 background

This text has black color on #4F2A27 background.


White color preview on #4F2A27 background

This text has white color on #4F2A27 background.