COLOR #5F384A

HEX: #5F384A
RGB: (95,56,74)

Color info

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

RGB color model

#5F384A color RGB value is (95,56,74).

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

RGB channels and saturation

R 95 of 255 = 37%
G 56 of 255 = 22%
B 74 of 255 = 29%

95
56
74

R + G + B ~ 29%. #5F384A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 56 + 74 = 225 (100%)
R 95 of 225 ~ 42.22%
G 56 of 225 ~ 24.89%
B 74 of 225 ~ 32.89%

%42.22
%24.89
%32.89

CMYK color model

#5F384A color CMYK value is (0,41,22,63).

  • cyan value is 0.00%
  • magenta value is 41.05%
  • yellow value is 22.11%
  • key color value is 62.75%
CMYK:
(0,41,22,63)
C0M41Y22K63 
(0%,41%,22%,63%)
(0.00/0.41/0.22/0.63)	

CMYK percentages

%0
%41.05
%22.11
%62.75

Codes

Color #5F384A in popluar color models

5F384A
RGB955674
HSL332°25.83%29.61%
HSB/HSV332°41.05%37.25%
CMYK0.00%41.05%22.11%
62.75%

Color #5F384A in popluar number systems.

HEX5F384A
Decimal955674
Binary10111111110001001010
Octal13770112

Shades and tints

Shades of #5F384A

#5F384A
(95,56,74)
#573344
(87,51,68)
#4F2E3E
(79,46,62)
#472938
(71,41,56)
#3F2432
(63,36,50)
#371F2C
(55,31,44)
#2F1A26
(47,26,38)
#271520
(39,21,32)
#1F101A
(31,16,26)
#170B14
(23,11,20)
#0F060E
(15,6,14)
#000000
(0,0,0)

Tints of #5F384A

#5F384A
(95,56,74)
#6D4A5A
(109,74,90)
#7B5C6A
(123,92,106)
#896E7A
(137,110,122)
#97808A
(151,128,138)
#A5929A
(165,146,154)
#B3A4AA
(179,164,170)
#C1B6BA
(193,182,186)
#CFC8CA
(207,200,202)
#DDDADA
(221,218,218)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F384A; }

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

This text font color is #5F384A.


Background Color

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

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

This div background color is #5F384A.


Border color

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

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

This div border color is #5F384A.


Opacity

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

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

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

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

This text has shadow with #5F384A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F384A on black background.


Color preview on white background

This text has color #5F384A on white background.



Black color preview on #5F384A background

This text has black color on #5F384A background.


White color preview on #5F384A background

This text has white color on #5F384A background.