COLOR #5F5A54

HEX: #5F5A54 RGB: (95,90,84)

Color info

#5F5A54 contains red, green and blue colors in about the same proportion. Web safe color of #5F5A54 is #666666 (or #666).

RGB color model

#5F5A54 color RGB value is (95,90,84).

RGB: (95,90,84) (37%, 35%, 33%)

RGB channels and saturation

R 95 of 255 = 37%
G 90 of 255 = 35%
B 84 of 255 = 33%

95
90
84

R + G + B ~ 35%. #5F5A54 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 90 + 84 = 269 (100%)
R 95 of 269 ~ 35.32%
G 90 of 269 ~ 33.46%
B 84 of 269 ~ 31.23'%

%35.32
%33.46
%31.23

CMYK color model

#5F5A54 color CMYK value is (0,5,12,63).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 11.58%
  • key color value is 62.75%

CMYK: (0,5,12,63)
C0M5Y12K63 (0%, 5%, 12%, 63%)
(0.00 / 0.05 / 0.12 / 0.63)

CMYK percentages

%0
%5.26
%11.58
%62.75

Codes

Color #5F5A54 in popluar color models

5F 5A 54
RGB 95 90 84
HSL 33° 6.15% 35.10%
HSB/HSV 33° 11.58% 37.25%
CMYK 0.00% 5.26% 11.58%
62.75%

Color #5F5A54 in popluar number systems.

HEX 5F 5A 54
Decimal 95 90 84
Binary 1011111 1011010 1010100
Octal 137 132 124

Shades and tints

Shades of #5F5A54

#5F5A54
(95,90,84)
#57524D
(87,82,77)
#4F4A46
(79,74,70)
#47423F
(71,66,63)
#3F3A38
(63,58,56)
#373231
(55,50,49)
#2F2A2A
(47,42,42)
#272223
(39,34,35)
#1F1A1C
(31,26,28)
#171215
(23,18,21)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #5F5A54

#5F5A54
(95,90,84)
#6D6963
(109,105,99)
#7B7872
(123,120,114)
#898781
(137,135,129)
#979690
(151,150,144)
#A5A59F
(165,165,159)
#B3B4AE
(179,180,174)
#C1C3BD
(193,195,189)
#CFD2CC
(207,210,204)
#DDE1DB
(221,225,219)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5A54 color. Also use rgb(95,90,84) instead hex code.

Text Font Color

.myTextColor { color: #5F5A54; }

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

This text font color is #5F5A54.

Background Color

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

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

This div background color is #5F5A54.

Border color

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

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

This div border color is #5F5A54.

Opacity

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

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

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

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

This text has shadow with #5F5A54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5A54.

Preview

Color preview on black background

This text has color #5F5A54 on black background.


Color preview on white background

This text has color #5F5A54 on white background.


Black color preview on #5F5A54 background

This text has black color on #5F5A54 background.


White color preview on #5F5A54 background

This text has white color on #5F5A54 background.


Related colors

Complementary color

Complementary color for #hex is #A0A5AB.


I love getcolorcode.com

Triadic colors

1 #545F5A and #5A545F with #5F5A54 are triadic colors.

2 #545A5F and #5A5F54 with #5F5A54 are triadic colors.