COLOR #4F212A

HEX: #4F212A RGB: (79,33,42)

Color info

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

RGB color model

#4F212A color RGB value is (79,33,42).

RGB: (79,33,42) (31%, 13%, 16%)

RGB channels and saturation

R 79 of 255 = 31%
G 33 of 255 = 13%
B 42 of 255 = 16%

79
33
42

R + G + B ~ 20%. #4F212A is dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 33 + 42 = 154 (100%)
R 79 of 154 ~ 51.3%
G 33 of 154 ~ 21.43%
B 42 of 154 ~ 27.27'%

%51.3
%21.43
%27.27

CMYK color model

#4F212A color CMYK value is (0,58,47,69).

  • cyan value is 0.00%
  • magenta value is 58.23%
  • yellow value is 46.84%
  • key color value is 69.02%

CMYK: (0,58,47,69)
C0M58Y47K69 (0%, 58%, 47%, 69%)
(0.00 / 0.58 / 0.47 / 0.69)

CMYK percentages

%0
%58.23
%46.84
%69.02

Codes

Color #4F212A in popluar color models

4F 21 2A
RGB 79 33 42
HSL 348° 41.07% 21.96%
HSB/HSV 348° 58.23% 30.98%
CMYK 0.00% 58.23% 46.84%
69.02%

Color #4F212A in popluar number systems.

HEX 4F 21 2A
Decimal 79 33 42
Binary 1001111 100001 101010
Octal 117 41 52

Shades and tints

Shades of #4F212A

#4F212A
(79,33,42)
#481E27
(72,30,39)
#411B24
(65,27,36)
#3A1821
(58,24,33)
#33151E
(51,21,30)
#2C121B
(44,18,27)
#250F18
(37,15,24)
#1E0C15
(30,12,21)
#170912
(23,9,18)
#10060F
(16,6,15)
#09030C
(9,3,12)
#000000
(0,0,0)

Tints of #4F212A

#4F212A
(79,33,42)
#5F353D
(95,53,61)
#6F4950
(111,73,80)
#7F5D63
(127,93,99)
#8F7176
(143,113,118)
#9F8589
(159,133,137)
#AF999C
(175,153,156)
#BFADAF
(191,173,175)
#CFC1C2
(207,193,194)
#DFD5D5
(223,213,213)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F212A; }

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

This text font color is #4F212A.

Background Color

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

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

This div background color is #4F212A.

Border color

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

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

This div border color is #4F212A.

Opacity

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

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

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

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

This text has shadow with #4F212A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F212A.

Preview

Color preview on black background

This text has color #4F212A on black background.


Color preview on white background

This text has color #4F212A on white background.


Black color preview on #4F212A background

This text has black color on #4F212A background.


White color preview on #4F212A background

This text has white color on #4F212A background.


Related colors

Complementary color

Complementary color for #hex is #B0DED5.


I love getcolorcode.com

Triadic colors

1 #2A4F21 and #212A4F with #4F212A are triadic colors.

2 #2A214F and #214F2A with #4F212A are triadic colors.