COLOR #5F5363

HEX: #5F5363 RGB: (95,83,99)

Color info

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

RGB color model

#5F5363 color RGB value is (95,83,99).

RGB: (95,83,99) (37%, 33%, 39%)

RGB channels and saturation

R 95 of 255 = 37%
G 83 of 255 = 33%
B 99 of 255 = 39%

95
83
99

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

Portions of RGB colors in percentages

R + G + B = 95 + 83 + 99 = 277 (100%)
R 95 of 277 ~ 34.3%
G 83 of 277 ~ 29.96%
B 99 of 277 ~ 35.74'%

%34.3
%29.96
%35.74

CMYK color model

#5F5363 color CMYK value is (4,16,0,61).

  • cyan value is 4.04%
  • magenta value is 16.16%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (4,16,0,61)
C4M16Y0K61 (4%, 16%, 0%, 61%)
(0.04 / 0.16 / 0.00 / 0.61)

CMYK percentages

%4.04
%16.16
%0
%61.18

Codes

Color #5F5363 in popluar color models

5F 53 63
RGB 95 83 99
HSL 285° 8.79% 35.69%
HSB/HSV 285° 16.16% 38.82%
CMYK 4.04% 16.16% 0.00%
61.18%

Color #5F5363 in popluar number systems.

HEX 5F 53 63
Decimal 95 83 99
Binary 1011111 1010011 1100011
Octal 137 123 143

Shades and tints

Shades of #5F5363

#5F5363
(95,83,99)
#574C5A
(87,76,90)
#4F4551
(79,69,81)
#473E48
(71,62,72)
#3F373F
(63,55,63)
#373036
(55,48,54)
#2F292D
(47,41,45)
#272224
(39,34,36)
#1F1B1B
(31,27,27)
#171412
(23,20,18)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #5F5363

#5F5363
(95,83,99)
#6D6271
(109,98,113)
#7B717F
(123,113,127)
#89808D
(137,128,141)
#978F9B
(151,143,155)
#A59EA9
(165,158,169)
#B3ADB7
(179,173,183)
#C1BCC5
(193,188,197)
#CFCBD3
(207,203,211)
#DDDAE1
(221,218,225)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5363 color. Also use rgb(95,83,99) instead hex code.

Text Font Color

.myTextColor { color: #5F5363; }

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

This text font color is #5F5363.

Background Color

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

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

This div background color is #5F5363.

Border color

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

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

This div border color is #5F5363.

Opacity

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

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

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

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

This text has shadow with #5F5363 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5363.

Preview

Color preview on black background

This text has color #5F5363 on black background.


Color preview on white background

This text has color #5F5363 on white background.


Black color preview on #5F5363 background

This text has black color on #5F5363 background.


White color preview on #5F5363 background

This text has white color on #5F5363 background.


Related colors

Complementary color

Complementary color for #hex is #A0AC9C.


I love getcolorcode.com

Triadic colors

1 #635F53 and #53635F with #5F5363 are triadic colors.

2 #63535F and #535F63 with #5F5363 are triadic colors.