COLOR #5F3533

HEX: #5F3533
RGB: (95,53,51)

Color info

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

RGB color model

#5F3533 color RGB value is (95,53,51).

  • red value is 95;
  • green value is 53;
  • blue value is 51.
RGB:
(95,53,51)
(37%,21%,20%)

RGB channels and saturation

R 95 of 255 = 37%
G 53 of 255 = 21%
B 51 of 255 = 20%

95
53
51

R + G + B ~ 26%. #5F3533 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 53 + 51 = 199 (100%)
R 95 of 199 ~ 47.74%
G 53 of 199 ~ 26.63%
B 51 of 199 ~ 25.63%

%47.74
%26.63
%25.63

CMYK color model

#5F3533 color CMYK value is (0,44,46,63).

  • cyan value is 0.00%
  • magenta value is 44.21%
  • yellow value is 46.32%
  • key color value is 62.75%
CMYK:
(0,44,46,63)
C0M44Y46K63 
(0%,44%,46%,63%)
(0.00/0.44/0.46/0.63)	

CMYK percentages

%0
%44.21
%46.32
%62.75

Codes

Color #5F3533 in popluar color models

5F3533
RGB955351
HSL30.14%28.63%
HSB/HSV46.32%37.25%
CMYK0.00%44.21%46.32%
62.75%

Color #5F3533 in popluar number systems.

HEX5F3533
Decimal955351
Binary1011111110101110011
Octal1376563

Shades and tints

Shades of #5F3533

#5F3533
(95,53,51)
#57312F
(87,49,47)
#4F2D2B
(79,45,43)
#472927
(71,41,39)
#3F2523
(63,37,35)
#37211F
(55,33,31)
#2F1D1B
(47,29,27)
#271917
(39,25,23)
#1F1513
(31,21,19)
#17110F
(23,17,15)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #5F3533

#5F3533
(95,53,51)
#6D4745
(109,71,69)
#7B5957
(123,89,87)
#896B69
(137,107,105)
#977D7B
(151,125,123)
#A58F8D
(165,143,141)
#B3A19F
(179,161,159)
#C1B3B1
(193,179,177)
#CFC5C3
(207,197,195)
#DDD7D5
(221,215,213)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3533; }

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

This text font color is #5F3533.


Background Color

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

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

This div background color is #5F3533.


Border color

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

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

This div border color is #5F3533.


Opacity

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

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

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

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

This text has shadow with #5F3533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3533 on black background.


Color preview on white background

This text has color #5F3533 on white background.



Black color preview on #5F3533 background

This text has black color on #5F3533 background.


White color preview on #5F3533 background

This text has white color on #5F3533 background.