COLOR #5F332D

HEX: #5F332D
RGB: (95,51,45)

Color info

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

RGB color model

#5F332D color RGB value is (95,51,45).

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

RGB channels and saturation

R 95 of 255 = 37%
G 51 of 255 = 20%
B 45 of 255 = 18%

95
51
45

R + G + B ~ 25%. #5F332D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 51 + 45 = 191 (100%)
R 95 of 191 ~ 49.74%
G 51 of 191 ~ 26.7%
B 45 of 191 ~ 23.56%

%49.74
%26.7
%23.56

CMYK color model

#5F332D color CMYK value is (0,46,53,63).

  • cyan value is 0.00%
  • magenta value is 46.32%
  • yellow value is 52.63%
  • key color value is 62.75%
CMYK:
(0,46,53,63)
C0M46Y53K63 
(0%,46%,53%,63%)
(0.00/0.46/0.53/0.63)	

CMYK percentages

%0
%46.32
%52.63
%62.75

Codes

Color #5F332D in popluar color models

5F332D
RGB955145
HSL35.71%27.45%
HSB/HSV52.63%37.25%
CMYK0.00%46.32%52.63%
62.75%

Color #5F332D in popluar number systems.

HEX5F332D
Decimal955145
Binary1011111110011101101
Octal1376355

Shades and tints

Shades of #5F332D

#5F332D
(95,51,45)
#572F29
(87,47,41)
#4F2B25
(79,43,37)
#472721
(71,39,33)
#3F231D
(63,35,29)
#371F19
(55,31,25)
#2F1B15
(47,27,21)
#271711
(39,23,17)
#1F130D
(31,19,13)
#170F09
(23,15,9)
#0F0B05
(15,11,5)
#000000
(0,0,0)

Tints of #5F332D

#5F332D
(95,51,45)
#6D4540
(109,69,64)
#7B5753
(123,87,83)
#896966
(137,105,102)
#977B79
(151,123,121)
#A58D8C
(165,141,140)
#B39F9F
(179,159,159)
#C1B1B2
(193,177,178)
#CFC3C5
(207,195,197)
#DDD5D8
(221,213,216)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F332D; }

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

This text font color is #5F332D.


Background Color

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

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

This div background color is #5F332D.


Border color

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

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

This div border color is #5F332D.


Opacity

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

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

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

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

This text has shadow with #5F332D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F332D on black background.


Color preview on white background

This text has color #5F332D on white background.



Black color preview on #5F332D background

This text has black color on #5F332D background.


White color preview on #5F332D background

This text has white color on #5F332D background.