COLOR #5F3830

HEX: #5F3830
RGB: (95,56,48)

Color info

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

RGB color model

#5F3830 color RGB value is (95,56,48).

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

RGB channels and saturation

R 95 of 255 = 37%
G 56 of 255 = 22%
B 48 of 255 = 19%

95
56
48

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

Portions of RGB colors in percentages

R + G + B =
95 + 56 + 48 = 199 (100%)
R 95 of 199 ~ 47.74%
G 56 of 199 ~ 28.14%
B 48 of 199 ~ 24.12%

%47.74
%28.14
%24.12

CMYK color model

#5F3830 color CMYK value is (0,41,49,63).

  • cyan value is 0.00%
  • magenta value is 41.05%
  • yellow value is 49.47%
  • key color value is 62.75%
CMYK:
(0,41,49,63)
C0M41Y49K63 
(0%,41%,49%,63%)
(0.00/0.41/0.49/0.63)	

CMYK percentages

%0
%41.05
%49.47
%62.75

Codes

Color #5F3830 in popluar color models

5F3830
RGB955648
HSL10°32.87%28.04%
HSB/HSV10°49.47%37.25%
CMYK0.00%41.05%49.47%
62.75%

Color #5F3830 in popluar number systems.

HEX5F3830
Decimal955648
Binary1011111111000110000
Octal1377060

Shades and tints

Shades of #5F3830

#5F3830
(95,56,48)
#57332C
(87,51,44)
#4F2E28
(79,46,40)
#472924
(71,41,36)
#3F2420
(63,36,32)
#371F1C
(55,31,28)
#2F1A18
(47,26,24)
#271514
(39,21,20)
#1F1010
(31,16,16)
#170B0C
(23,11,12)
#0F0608
(15,6,8)
#000000
(0,0,0)

Tints of #5F3830

#5F3830
(95,56,48)
#6D4A42
(109,74,66)
#7B5C54
(123,92,84)
#896E66
(137,110,102)
#978078
(151,128,120)
#A5928A
(165,146,138)
#B3A49C
(179,164,156)
#C1B6AE
(193,182,174)
#CFC8C0
(207,200,192)
#DDDAD2
(221,218,210)
#EBECE4
(235,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3830; }

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

This text font color is #5F3830.


Background Color

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

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

This div background color is #5F3830.


Border color

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

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

This div border color is #5F3830.


Opacity

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

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

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

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

This text has shadow with #5F3830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3830 on black background.


Color preview on white background

This text has color #5F3830 on white background.



Black color preview on #5F3830 background

This text has black color on #5F3830 background.


White color preview on #5F3830 background

This text has white color on #5F3830 background.