COLOR #5F5265

HEX: #5F5265 RGB: (95,82,101)

Color info

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

RGB color model

#5F5265 color RGB value is (95,82,101).

RGB: (95,82,101) (37%, 32%, 40%)

RGB channels and saturation

R 95 of 255 = 37%
G 82 of 255 = 32%
B 101 of 255 = 40%

95
82
101

R + G + B ~ 36%. #5F5265 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 82 + 101 = 278 (100%)
R 95 of 278 ~ 34.17%
G 82 of 278 ~ 29.5%
B 101 of 278 ~ 36.33'%

%34.17
%29.5
%36.33

CMYK color model

#5F5265 color CMYK value is (6,19,0,60).

  • cyan value is 5.94%
  • magenta value is 18.81%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK: (6,19,0,60) C6M19Y0K60 (6%,19%,0%,60%) (0.06/0.19/0.00/0.60) 

CMYK percentages

%5.94
%18.81
%0
%60.39

Codes

Color #5F5265 in popluar color models

5F 52 65
RGB 95 82 101
HSL 281° 10.38% 35.88%
HSB/HSV 281° 18.81% 39.61%
CMYK 5.94% 18.81% 0.00%
60.39%

Color #5F5265 in popluar number systems.

HEX 5F 52 65
Decimal 95 82 101
Binary 1011111 1010010 1100101
Octal 137 122 145

Shades and tints

Shades of #5F5265

#5F5265
(95,82,101)
#574B5C
(87,75,92)
#4F4453
(79,68,83)
#473D4A
(71,61,74)
#3F3641
(63,54,65)
#372F38
(55,47,56)
#2F282F
(47,40,47)
#272126
(39,33,38)
#1F1A1D
(31,26,29)
#171314
(23,19,20)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #5F5265

#5F5265
(95,82,101)
#6D6173
(109,97,115)
#7B7081
(123,112,129)
#897F8F
(137,127,143)
#978E9D
(151,142,157)
#A59DAB
(165,157,171)
#B3ACB9
(179,172,185)
#C1BBC7
(193,187,199)
#CFCAD5
(207,202,213)
#DDD9E3
(221,217,227)
#EBE8F1
(235,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5265 color. Also use rgb(95,82,101) instead hex code.

Text Font Color

.myTextColor { color: #5F5265; }

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

This text font color is #5F5265.

Background Color

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

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

This div background color is #5F5265.

Border color

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

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

This div border color is #5F5265.

Opacity

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

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

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

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

This text has shadow with #5F5265 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5265.

Preview

Color preview on black background

This text has color #5F5265 on black background.


Color preview on white background

This text has color #5F5265 on white background.


Black color preview on #5F5265 background

This text has black color on #5F5265 background.


White color preview on #5F5265 background

This text has white color on #5F5265 background.


Related colors

Complementary color

Complementary color for #hex is #A0AD9A.


I love getcolorcode.com

Triadic colors

1 #655F52 and #52655F with #5F5265 are triadic colors.

2 #65525F and #525F65 with #5F5265 are triadic colors.