COLOR #5F3237

HEX: #5F3237
RGB: (95,50,55)

Color info

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

RGB color model

#5F3237 color RGB value is (95,50,55).

  • red value is 95;
  • green value is 50;
  • blue value is 55.
RGB:
(95,50,55)
(37%,20%,22%)

RGB channels and saturation

R 95 of 255 = 37%
G 50 of 255 = 20%
B 55 of 255 = 22%

95
50
55

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

Portions of RGB colors in percentages

R + G + B =
95 + 50 + 55 = 200 (100%)
R 95 of 200 ~ 47.5%
G 50 of 200 ~ 25%
B 55 of 200 ~ 27.5%

%47.5
%25
%27.5

CMYK color model

#5F3237 color CMYK value is (0,47,42,63).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 42.11%
  • key color value is 62.75%
CMYK:
(0,47,42,63)
C0M47Y42K63 
(0%,47%,42%,63%)
(0.00/0.47/0.42/0.63)	

CMYK percentages

%0
%47.37
%42.11
%62.75

Codes

Color #5F3237 in popluar color models

5F3237
RGB955055
HSL353°31.03%28.43%
HSB/HSV353°47.37%37.25%
CMYK0.00%47.37%42.11%
62.75%

Color #5F3237 in popluar number systems.

HEX5F3237
Decimal955055
Binary1011111110010110111
Octal1376267

Shades and tints

Shades of #5F3237

#5F3237
(95,50,55)
#572E32
(87,46,50)
#4F2A2D
(79,42,45)
#472628
(71,38,40)
#3F2223
(63,34,35)
#371E1E
(55,30,30)
#2F1A19
(47,26,25)
#271614
(39,22,20)
#1F120F
(31,18,15)
#170E0A
(23,14,10)
#0F0A05
(15,10,5)
#000000
(0,0,0)

Tints of #5F3237

#5F3237
(95,50,55)
#6D4449
(109,68,73)
#7B565B
(123,86,91)
#89686D
(137,104,109)
#977A7F
(151,122,127)
#A58C91
(165,140,145)
#B39EA3
(179,158,163)
#C1B0B5
(193,176,181)
#CFC2C7
(207,194,199)
#DDD4D9
(221,212,217)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F3237 color. Also use rgb(95,50,55) instead hex code.

Text Font Color

.myTextColor { color: #5F3237; }

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

This text font color is #5F3237.


Background Color

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

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

This div background color is #5F3237.


Border color

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

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

This div border color is #5F3237.


Opacity

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

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

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

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

This text has shadow with #5F3237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3237 on black background.


Color preview on white background

This text has color #5F3237 on white background.



Black color preview on #5F3237 background

This text has black color on #5F3237 background.


White color preview on #5F3237 background

This text has white color on #5F3237 background.