COLOR #5F414A

HEX: #5F414A
RGB: (95,65,74)

Color info

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

RGB color model

#5F414A color RGB value is (95,65,74).

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

RGB channels and saturation

R 95 of 255 = 37%
G 65 of 255 = 25%
B 74 of 255 = 29%

95
65
74

R + G + B ~ 30%. #5F414A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 65 + 74 = 234 (100%)
R 95 of 234 ~ 40.6%
G 65 of 234 ~ 27.78%
B 74 of 234 ~ 31.62%

%40.6
%27.78
%31.62

CMYK color model

#5F414A color CMYK value is (0,32,22,63).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 22.11%
  • key color value is 62.75%
CMYK:
(0,32,22,63)
C0M32Y22K63 
(0%,32%,22%,63%)
(0.00/0.32/0.22/0.63)	

CMYK percentages

%0
%31.58
%22.11
%62.75

Codes

Color #5F414A in popluar color models

5F414A
RGB956574
HSL342°18.75%31.37%
HSB/HSV342°31.58%37.25%
CMYK0.00%31.58%22.11%
62.75%

Color #5F414A in popluar number systems.

HEX5F414A
Decimal956574
Binary101111110000011001010
Octal137101112

Shades and tints

Shades of #5F414A

#5F414A
(95,65,74)
#573C44
(87,60,68)
#4F373E
(79,55,62)
#473238
(71,50,56)
#3F2D32
(63,45,50)
#37282C
(55,40,44)
#2F2326
(47,35,38)
#271E20
(39,30,32)
#1F191A
(31,25,26)
#171414
(23,20,20)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #5F414A

#5F414A
(95,65,74)
#6D525A
(109,82,90)
#7B636A
(123,99,106)
#89747A
(137,116,122)
#97858A
(151,133,138)
#A5969A
(165,150,154)
#B3A7AA
(179,167,170)
#C1B8BA
(193,184,186)
#CFC9CA
(207,201,202)
#DDDADA
(221,218,218)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F414A; }

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

This text font color is #5F414A.


Background Color

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

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

This div background color is #5F414A.


Border color

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

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

This div border color is #5F414A.


Opacity

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

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

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

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

This text has shadow with #5F414A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F414A on black background.


Color preview on white background

This text has color #5F414A on white background.



Black color preview on #5F414A background

This text has black color on #5F414A background.


White color preview on #5F414A background

This text has white color on #5F414A background.