COLOR #4F3533

HEX: #4F3533 RGB: (79,53,51)

Color info

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

RGB color model

#4F3533 color RGB value is (79,53,51).

RGB: (79,53,51) (31%, 21%, 20%)

RGB channels and saturation

R 79 of 255 = 31%
G 53 of 255 = 21%
B 51 of 255 = 20%

79
53
51

R + G + B ~ 24%. #4F3533 is dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 53 + 51 = 183 (100%)
R 79 of 183 ~ 43.17%
G 53 of 183 ~ 28.96%
B 51 of 183 ~ 27.87'%

%43.17
%28.96
%27.87

CMYK color model

#4F3533 color CMYK value is (0,33,35,69).

  • cyan value is 0.00%
  • magenta value is 32.91%
  • yellow value is 35.44%
  • key color value is 69.02%

CMYK: (0,33,35,69)
C0M33Y35K69 (0%, 33%, 35%, 69%)
(0.00 / 0.33 / 0.35 / 0.69)

CMYK percentages

%0
%32.91
%35.44
%69.02

Codes

Color #4F3533 in popluar color models

4F 35 33
RGB 79 53 51
HSL 21.54% 25.49%
HSB/HSV 35.44% 30.98%
CMYK 0.00% 32.91% 35.44%
69.02%

Color #4F3533 in popluar number systems.

HEX 4F 35 33
Decimal 79 53 51
Binary 1001111 110101 110011
Octal 117 65 63

Shades and tints

Shades of #4F3533

#4F3533
(79,53,51)
#48312F
(72,49,47)
#412D2B
(65,45,43)
#3A2927
(58,41,39)
#332523
(51,37,35)
#2C211F
(44,33,31)
#251D1B
(37,29,27)
#1E1917
(30,25,23)
#171513
(23,21,19)
#10110F
(16,17,15)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #4F3533

#4F3533
(79,53,51)
#5F4745
(95,71,69)
#6F5957
(111,89,87)
#7F6B69
(127,107,105)
#8F7D7B
(143,125,123)
#9F8F8D
(159,143,141)
#AFA19F
(175,161,159)
#BFB3B1
(191,179,177)
#CFC5C3
(207,197,195)
#DFD7D5
(223,215,213)
#EFE9E7
(239,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3533; }

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

This text font color is #4F3533.

Background Color

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

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

This div background color is #4F3533.

Border color

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

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

This div border color is #4F3533.

Opacity

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

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

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

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

This text has shadow with #4F3533 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F3533.

Preview

Color preview on black background

This text has color #4F3533 on black background.


Color preview on white background

This text has color #4F3533 on white background.


Black color preview on #4F3533 background

This text has black color on #4F3533 background.


White color preview on #4F3533 background

This text has white color on #4F3533 background.


Related colors

Complementary color

Complementary color for #hex is #B0CACC.


I love getcolorcode.com

Triadic colors

1 #334F35 and #35334F with #4F3533 are triadic colors.

2 #33354F and #354F33 with #4F3533 are triadic colors.