COLOR #4F333A

HEX: #4F333A RGB: (79,51,58)

Color info

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

RGB color model

#4F333A color RGB value is (79,51,58).

RGB: (79,51,58) (31%, 20%, 23%)

RGB channels and saturation

R 79 of 255 = 31%
G 51 of 255 = 20%
B 58 of 255 = 23%

79
51
58

R + G + B ~ 25%. #4F333A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 51 + 58 = 188 (100%)
R 79 of 188 ~ 42.02%
G 51 of 188 ~ 27.13%
B 58 of 188 ~ 30.85'%

%42.02
%27.13
%30.85

CMYK color model

#4F333A color CMYK value is (0,35,27,69).

  • cyan value is 0.00%
  • magenta value is 35.44%
  • yellow value is 26.58%
  • key color value is 69.02%
CMYK: (0,35,27,69) C0M35Y27K69 (0%,35%,27%,69%) (0.00/0.35/0.27/0.69) 

CMYK percentages

%0
%35.44
%26.58
%69.02

Codes

Color #4F333A in popluar color models

4F 33 3A
RGB 79 51 58
HSL 345° 21.54% 25.49%
HSB/HSV 345° 35.44% 30.98%
CMYK 0.00% 35.44% 26.58%
69.02%

Color #4F333A in popluar number systems.

HEX 4F 33 3A
Decimal 79 51 58
Binary 1001111 110011 111010
Octal 117 63 72

Shades and tints

Shades of #4F333A

#4F333A
(79,51,58)
#482F35
(72,47,53)
#412B30
(65,43,48)
#3A272B
(58,39,43)
#332326
(51,35,38)
#2C1F21
(44,31,33)
#251B1C
(37,27,28)
#1E1717
(30,23,23)
#171312
(23,19,18)
#100F0D
(16,15,13)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #4F333A

#4F333A
(79,51,58)
#5F454B
(95,69,75)
#6F575C
(111,87,92)
#7F696D
(127,105,109)
#8F7B7E
(143,123,126)
#9F8D8F
(159,141,143)
#AF9FA0
(175,159,160)
#BFB1B1
(191,177,177)
#CFC3C2
(207,195,194)
#DFD5D3
(223,213,211)
#EFE7E4
(239,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F333A color. Also use rgb(79,51,58) instead hex code.

Text Font Color

.myTextColor { color: #4F333A; }

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

This text font color is #4F333A.

Background Color

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

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

This div background color is #4F333A.

Border color

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

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

This div border color is #4F333A.

Opacity

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

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

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

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

This text has shadow with #4F333A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F333A.

Preview

Color preview on black background

This text has color #4F333A on black background.


Color preview on white background

This text has color #4F333A on white background.


Black color preview on #4F333A background

This text has black color on #4F333A background.


White color preview on #4F333A background

This text has white color on #4F333A background.


Related colors

Complementary color

Complementary color for #hex is #B0CCC5.


I love getcolorcode.com

Triadic colors

1 #3A4F33 and #333A4F with #4F333A are triadic colors.

2 #3A334F and #334F3A with #4F333A are triadic colors.