COLOR #5F6475

HEX: #5F6475
RGB: (95,100,117)

Color info

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

RGB color model

#5F6475 color RGB value is (95,100,117).

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

RGB channels and saturation

R 95 of 255 = 37%
G 100 of 255 = 39%
B 117 of 255 = 46%

95
100
117

R + G + B ~ 41%. #5F6475 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 100 + 117 = 312 (100%)
R 95 of 312 ~ 30.45%
G 100 of 312 ~ 32.05%
B 117 of 312 ~ 37.5%

%30.45
%32.05
%37.5

CMYK color model

#5F6475 color CMYK value is (19,15,0,54).

  • cyan value is 18.80%
  • magenta value is 14.53%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK: (19,15,0,54) C19M15Y0K54 (19%,15%,0%,54%) (0.19/0.15/0.00/0.54)

CMYK percentages

%18.8
%14.53
%0
%54.12

Codes

Color #5F6475 in popluar color models

5F6475
RGB95100117
HSL226°10.38%41.57%
HSB/HSV226°18.80%45.88%
CMYK18.80%14.53%0.00%
54.12%

Color #5F6475 in popluar number systems.

HEX5F6475
Decimal95100117
Binary101111111001001110101
Octal137144165

Shades and tints

Shades of #5F6475

#5F6475
(95,100,117)
#575B6B
(87,91,107)
#4F5261
(79,82,97)
#474957
(71,73,87)
#3F404D
(63,64,77)
#373743
(55,55,67)
#2F2E39
(47,46,57)
#27252F
(39,37,47)
#1F1C25
(31,28,37)
#17131B
(23,19,27)
#0F0A11
(15,10,17)
#000000
(0,0,0)

Tints of #5F6475

#5F6475
(95,100,117)
#6D7281
(109,114,129)
#7B808D
(123,128,141)
#898E99
(137,142,153)
#979CA5
(151,156,165)
#A5AAB1
(165,170,177)
#B3B8BD
(179,184,189)
#C1C6C9
(193,198,201)
#CFD4D5
(207,212,213)
#DDE2E1
(221,226,225)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6475; }

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

This text font color is #5F6475.


Background Color

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

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

This div background color is #5F6475.


Border color

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

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

This div border color is #5F6475.


Opacity

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

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

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

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

This text has shadow with #5F6475 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5F6475 on black background.


Color preview on white background

This text has color #5F6475 on white background.



Black color preview on #5F6475 background

This text has black color on #5F6475 background.


White color preview on #5F6475 background

This text has white color on #5F6475 background.