COLOR #5F6769

HEX: #5F6769
RGB: (95,103,105)

Color info

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

RGB color model

#5F6769 color RGB value is (95,103,105).

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

RGB channels and saturation

R 95 of 255 = 37%
G 103 of 255 = 40%
B 105 of 255 = 41%

95
103
105

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

Portions of RGB colors in percentages

R + G + B =
95 + 103 + 105 = 303 (100%)
R 95 of 303 ~ 31.35%
G 103 of 303 ~ 33.99%
B 105 of 303 ~ 34.65%

%31.35
%33.99
%34.65

CMYK color model

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

  • cyan value is 9.52%
  • magenta value is 1.90%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(10,2,0,59)
C10M2Y0K59 
(10%,2%,0%,59%)
(0.10/0.02/0.00/0.59)	

CMYK percentages

%9.52
%1.9
%0
%58.82

Codes

Color #5F6769 in popluar color models

5F6769
RGB95103105
HSL192°5.00%39.22%
HSB/HSV192°9.52%41.18%
CMYK9.52%1.90%0.00%
58.82%

Color #5F6769 in popluar number systems.

HEX5F6769
Decimal95103105
Binary101111111001111101001
Octal137147151

Shades and tints

Shades of #5F6769

#5F6769
(95,103,105)
#575E60
(87,94,96)
#4F5557
(79,85,87)
#474C4E
(71,76,78)
#3F4345
(63,67,69)
#373A3C
(55,58,60)
#2F3133
(47,49,51)
#27282A
(39,40,42)
#1F1F21
(31,31,33)
#171618
(23,22,24)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #5F6769

#5F6769
(95,103,105)
#6D7476
(109,116,118)
#7B8183
(123,129,131)
#898E90
(137,142,144)
#979B9D
(151,155,157)
#A5A8AA
(165,168,170)
#B3B5B7
(179,181,183)
#C1C2C4
(193,194,196)
#CFCFD1
(207,207,209)
#DDDCDE
(221,220,222)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6769; }

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

This text font color is #5F6769.


Background Color

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

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

This div background color is #5F6769.


Border color

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

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

This div border color is #5F6769.


Opacity

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

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

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

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

This text has shadow with #5F6769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6769 on black background.


Color preview on white background

This text has color #5F6769 on white background.



Black color preview on #5F6769 background

This text has black color on #5F6769 background.


White color preview on #5F6769 background

This text has white color on #5F6769 background.