COLOR #5F3230

HEX: #5F3230
RGB: (95,50,48)

Color info

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

RGB color model

#5F3230 color RGB value is (95,50,48).

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

RGB channels and saturation

R 95 of 255 = 37%
G 50 of 255 = 20%
B 48 of 255 = 19%

95
50
48

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

Portions of RGB colors in percentages

R + G + B =
95 + 50 + 48 = 193 (100%)
R 95 of 193 ~ 49.22%
G 50 of 193 ~ 25.91%
B 48 of 193 ~ 24.87%

%49.22
%25.91
%24.87

CMYK color model

#5F3230 color CMYK value is (0,47,49,63).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 49.47%
  • key color value is 62.75%
CMYK:
(0,47,49,63)
C0M47Y49K63 
(0%,47%,49%,63%)
(0.00/0.47/0.49/0.63)	

CMYK percentages

%0
%47.37
%49.47
%62.75

Codes

Color #5F3230 in popluar color models

5F3230
RGB955048
HSL32.87%28.04%
HSB/HSV49.47%37.25%
CMYK0.00%47.37%49.47%
62.75%

Color #5F3230 in popluar number systems.

HEX5F3230
Decimal955048
Binary1011111110010110000
Octal1376260

Shades and tints

Shades of #5F3230

#5F3230
(95,50,48)
#572E2C
(87,46,44)
#4F2A28
(79,42,40)
#472624
(71,38,36)
#3F2220
(63,34,32)
#371E1C
(55,30,28)
#2F1A18
(47,26,24)
#271614
(39,22,20)
#1F1210
(31,18,16)
#170E0C
(23,14,12)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #5F3230

#5F3230
(95,50,48)
#6D4442
(109,68,66)
#7B5654
(123,86,84)
#896866
(137,104,102)
#977A78
(151,122,120)
#A58C8A
(165,140,138)
#B39E9C
(179,158,156)
#C1B0AE
(193,176,174)
#CFC2C0
(207,194,192)
#DDD4D2
(221,212,210)
#EBE6E4
(235,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3230; }

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

This text font color is #5F3230.


Background Color

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

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

This div background color is #5F3230.


Border color

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

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

This div border color is #5F3230.


Opacity

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

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

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

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

This text has shadow with #5F3230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3230 on black background.


Color preview on white background

This text has color #5F3230 on white background.



Black color preview on #5F3230 background

This text has black color on #5F3230 background.


White color preview on #5F3230 background

This text has white color on #5F3230 background.