COLOR #5F5E7A

HEX: #5F5E7A RGB: (95,94,122)

Color info

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

RGB color model

#5F5E7A color RGB value is (95,94,122).

RGB: (95,94,122) (37%, 37%, 48%)

RGB channels and saturation

R 95 of 255 = 37%
G 94 of 255 = 37%
B 122 of 255 = 48%

95
94
122

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

Portions of RGB colors in percentages

R + G + B = 95 + 94 + 122 = 311 (100%)
R 95 of 311 ~ 30.55%
G 94 of 311 ~ 30.23%
B 122 of 311 ~ 39.23'%

%30.55
%30.23
%39.23

CMYK color model

#5F5E7A color CMYK value is (22,23,0,52).

  • cyan value is 22.13%
  • magenta value is 22.95%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (22,23,0,52)
C22M23Y0K52 (22%, 23%, 0%, 52%)
(0.22 / 0.23 / 0.00 / 0.52)

CMYK percentages

%22.13
%22.95
%0
%52.16

Codes

Color #5F5E7A in popluar color models

5F 5E 7A
RGB 95 94 122
HSL 242° 12.96% 42.35%
HSB/HSV 242° 22.95% 47.84%
CMYK 22.13% 22.95% 0.00%
52.16%

Color #5F5E7A in popluar number systems.

HEX 5F 5E 7A
Decimal 95 94 122
Binary 1011111 1011110 1111010
Octal 137 136 172

Shades and tints

Shades of #5F5E7A

#5F5E7A
(95,94,122)
#57566F
(87,86,111)
#4F4E64
(79,78,100)
#474659
(71,70,89)
#3F3E4E
(63,62,78)
#373643
(55,54,67)
#2F2E38
(47,46,56)
#27262D
(39,38,45)
#1F1E22
(31,30,34)
#171617
(23,22,23)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #5F5E7A

#5F5E7A
(95,94,122)
#6D6C86
(109,108,134)
#7B7A92
(123,122,146)
#89889E
(137,136,158)
#9796AA
(151,150,170)
#A5A4B6
(165,164,182)
#B3B2C2
(179,178,194)
#C1C0CE
(193,192,206)
#CFCEDA
(207,206,218)
#DDDCE6
(221,220,230)
#EBEAF2
(235,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5E7A color. Also use rgb(95,94,122) instead hex code.

Text Font Color

.myTextColor { color: #5F5E7A; }

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

This text font color is #5F5E7A.

Background Color

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

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

This div background color is #5F5E7A.

Border color

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

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

This div border color is #5F5E7A.

Opacity

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

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

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

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

This text has shadow with #5F5E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5E7A.

Preview

Color preview on black background

This text has color #5F5E7A on black background.


Color preview on white background

This text has color #5F5E7A on white background.


Black color preview on #5F5E7A background

This text has black color on #5F5E7A background.


White color preview on #5F5E7A background

This text has white color on #5F5E7A background.


Related colors

Complementary color

Complementary color for #hex is #A0A185.


I love getcolorcode.com

Triadic colors

1 #7A5F5E and #5E7A5F with #5F5E7A are triadic colors.

2 #7A5E5F and #5E5F7A with #5F5E7A are triadic colors.