COLOR #4F272F

HEX: #4F272F RGB: (79,39,47)

Color info

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

RGB color model

#4F272F color RGB value is (79,39,47).

RGB: (79,39,47) (31%, 15%, 18%)

RGB channels and saturation

R 79 of 255 = 31%
G 39 of 255 = 15%
B 47 of 255 = 18%

79
39
47

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

Portions of RGB colors in percentages

R + G + B = 79 + 39 + 47 = 165 (100%)
R 79 of 165 ~ 47.88%
G 39 of 165 ~ 23.64%
B 47 of 165 ~ 28.48'%

%47.88
%23.64
%28.48

CMYK color model

#4F272F color CMYK value is (0,51,41,69).

  • cyan value is 0.00%
  • magenta value is 50.63%
  • yellow value is 40.51%
  • key color value is 69.02%

CMYK: (0,51,41,69)
C0M51Y41K69 (0%, 51%, 41%, 69%)
(0.00 / 0.51 / 0.41 / 0.69)

CMYK percentages

%0
%50.63
%40.51
%69.02

Codes

Color #4F272F in popluar color models

4F 27 2F
RGB 79 39 47
HSL 348° 33.90% 23.14%
HSB/HSV 348° 50.63% 30.98%
CMYK 0.00% 50.63% 40.51%
69.02%

Color #4F272F in popluar number systems.

HEX 4F 27 2F
Decimal 79 39 47
Binary 1001111 100111 101111
Octal 117 47 57

Shades and tints

Shades of #4F272F

#4F272F
(79,39,47)
#48242B
(72,36,43)
#412127
(65,33,39)
#3A1E23
(58,30,35)
#331B1F
(51,27,31)
#2C181B
(44,24,27)
#251517
(37,21,23)
#1E1213
(30,18,19)
#170F0F
(23,15,15)
#100C0B
(16,12,11)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #4F272F

#4F272F
(79,39,47)
#5F3A41
(95,58,65)
#6F4D53
(111,77,83)
#7F6065
(127,96,101)
#8F7377
(143,115,119)
#9F8689
(159,134,137)
#AF999B
(175,153,155)
#BFACAD
(191,172,173)
#CFBFBF
(207,191,191)
#DFD2D1
(223,210,209)
#EFE5E3
(239,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F272F; }

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

This text font color is #4F272F.

Background Color

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

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

This div background color is #4F272F.

Border color

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

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

This div border color is #4F272F.

Opacity

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

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

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

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

This text has shadow with #4F272F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F272F.

Preview

Color preview on black background

This text has color #4F272F on black background.


Color preview on white background

This text has color #4F272F on white background.


Black color preview on #4F272F background

This text has black color on #4F272F background.


White color preview on #4F272F background

This text has white color on #4F272F background.


Related colors

Complementary color

Complementary color for #hex is #B0D8D0.


I love getcolorcode.com

Triadic colors

1 #2F4F27 and #272F4F with #4F272F are triadic colors.

2 #2F274F and #274F2F with #4F272F are triadic colors.