COLOR #5F6181

HEX: #5F6181
RGB: (95,97,129)

Color info

#5F6181 contains red, green and blue colors in about the same proportion. Web safe color of #5F6181 is #666699 (or #669).

RGB color model

#5F6181 color RGB value is (95,97,129).

  • red value is 95;
  • green value is 97;
  • blue value is 129.
RGB:
(95,97,129)
(37%,38%,51%)

RGB channels and saturation

R 95 of 255 = 37%
G 97 of 255 = 38%
B 129 of 255 = 51%

95
97
129

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

Portions of RGB colors in percentages

R + G + B =
95 + 97 + 129 = 321 (100%)
R 95 of 321 ~ 29.6%
G 97 of 321 ~ 30.22%
B 129 of 321 ~ 40.19%

%29.6
%30.22
%40.19

CMYK color model

#5F6181 color CMYK value is (26,25,0,49).

  • cyan value is 26.36%
  • magenta value is 24.81%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(26,25,0,49)
C26M25Y0K49 
(26%,25%,0%,49%)
(0.26/0.25/0.00/0.49)	

CMYK percentages

%26.36
%24.81
%0
%49.41

Codes

Color #5F6181 in popluar color models

5F6181
RGB9597129
HSL236°15.18%43.92%
HSB/HSV236°26.36%50.59%
CMYK26.36%24.81%0.00%
49.41%

Color #5F6181 in popluar number systems.

HEX5F6181
Decimal9597129
Binary1011111110000110000001
Octal137141201

Shades and tints

Shades of #5F6181

#5F6181
(95,97,129)
#575976
(87,89,118)
#4F516B
(79,81,107)
#474960
(71,73,96)
#3F4155
(63,65,85)
#37394A
(55,57,74)
#2F313F
(47,49,63)
#272934
(39,41,52)
#1F2129
(31,33,41)
#17191E
(23,25,30)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #5F6181

#5F6181
(95,97,129)
#6D6F8C
(109,111,140)
#7B7D97
(123,125,151)
#898BA2
(137,139,162)
#9799AD
(151,153,173)
#A5A7B8
(165,167,184)
#B3B5C3
(179,181,195)
#C1C3CE
(193,195,206)
#CFD1D9
(207,209,217)
#DDDFE4
(221,223,228)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6181 color. Also use rgb(95,97,129) instead hex code.

Text Font Color

.myTextColor { color: #5F6181; }

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

This text font color is #5F6181.


Background Color

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

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

This div background color is #5F6181.


Border color

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

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

This div border color is #5F6181.


Opacity

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

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

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

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

This text has shadow with #5F6181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6181 on black background.


Color preview on white background

This text has color #5F6181 on white background.



Black color preview on #5F6181 background

This text has black color on #5F6181 background.


White color preview on #5F6181 background

This text has white color on #5F6181 background.