COLOR #5F6469

HEX: #5F6469
RGB: (95,100,105)

Color info

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

RGB color model

#5F6469 color RGB value is (95,100,105).

  • red value is 95;
  • green value is 100;
  • blue value is 105.
RGB:
(95,100,105)
(37%,39%,41%)

RGB channels and saturation

R 95 of 255 = 37%
G 100 of 255 = 39%
B 105 of 255 = 41%

95
100
105

R + G + B ~ 39%. #5F6469 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 100 + 105 = 300 (100%)
R 95 of 300 ~ 31.67%
G 100 of 300 ~ 33.33%
B 105 of 300 ~ 35%

%31.67
%33.33
%35

CMYK color model

#5F6469 color CMYK value is (10,5,0,59).

  • cyan value is 9.52%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(10,5,0,59)
C10M5Y0K59 
(10%,5%,0%,59%)
(0.10/0.05/0.00/0.59)	

CMYK percentages

%9.52
%4.76
%0
%58.82

Codes

Color #5F6469 in popluar color models

5F6469
RGB95100105
HSL210°5.00%39.22%
HSB/HSV210°9.52%41.18%
CMYK9.52%4.76%0.00%
58.82%

Color #5F6469 in popluar number systems.

HEX5F6469
Decimal95100105
Binary101111111001001101001
Octal137144151

Shades and tints

Shades of #5F6469

#5F6469
(95,100,105)
#575B60
(87,91,96)
#4F5257
(79,82,87)
#47494E
(71,73,78)
#3F4045
(63,64,69)
#37373C
(55,55,60)
#2F2E33
(47,46,51)
#27252A
(39,37,42)
#1F1C21
(31,28,33)
#171318
(23,19,24)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #5F6469

#5F6469
(95,100,105)
#6D7276
(109,114,118)
#7B8083
(123,128,131)
#898E90
(137,142,144)
#979C9D
(151,156,157)
#A5AAAA
(165,170,170)
#B3B8B7
(179,184,183)
#C1C6C4
(193,198,196)
#CFD4D1
(207,212,209)
#DDE2DE
(221,226,222)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6469 color. Also use rgb(95,100,105) instead hex code.

Text Font Color

.myTextColor { color: #5F6469; }

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

This text font color is #5F6469.


Background Color

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

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

This div background color is #5F6469.


Border color

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

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

This div border color is #5F6469.


Opacity

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

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

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

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

This text has shadow with #5F6469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6469 on black background.


Color preview on white background

This text has color #5F6469 on white background.



Black color preview on #5F6469 background

This text has black color on #5F6469 background.


White color preview on #5F6469 background

This text has white color on #5F6469 background.