COLOR #5F6E63

HEX: #5F6E63 RGB: (95,110,99)

Color info

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

RGB color model

#5F6E63 color RGB value is (95,110,99).

RGB: (95,110,99) (37%, 43%, 39%)

RGB channels and saturation

R 95 of 255 = 37%
G 110 of 255 = 43%
B 99 of 255 = 39%

95
110
99

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

Portions of RGB colors in percentages

R + G + B = 95 + 110 + 99 = 304 (100%)
R 95 of 304 ~ 31.25%
G 110 of 304 ~ 36.18%
B 99 of 304 ~ 32.57'%

%31.25
%36.18
%32.57

CMYK color model

#5F6E63 color CMYK value is (14,0,10,57).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 56.86%

CMYK: (14,0,10,57)
C14M0Y10K57 (14%, 0%, 10%, 57%)
(0.14 / 0.00 / 0.10 / 0.57)

CMYK percentages

%13.64
%0
%10
%56.86

Codes

Color #5F6E63 in popluar color models

5F 6E 63
RGB 95 110 99
HSL 136° 7.32% 40.20%
HSB/HSV 136° 13.64% 43.14%
CMYK 13.64% 0.00% 10.00%
56.86%

Color #5F6E63 in popluar number systems.

HEX 5F 6E 63
Decimal 95 110 99
Binary 1011111 1101110 1100011
Octal 137 156 143

Shades and tints

Shades of #5F6E63

#5F6E63
(95,110,99)
#57645A
(87,100,90)
#4F5A51
(79,90,81)
#475048
(71,80,72)
#3F463F
(63,70,63)
#373C36
(55,60,54)
#2F322D
(47,50,45)
#272824
(39,40,36)
#1F1E1B
(31,30,27)
#171412
(23,20,18)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #5F6E63

#5F6E63
(95,110,99)
#6D7B71
(109,123,113)
#7B887F
(123,136,127)
#89958D
(137,149,141)
#97A29B
(151,162,155)
#A5AFA9
(165,175,169)
#B3BCB7
(179,188,183)
#C1C9C5
(193,201,197)
#CFD6D3
(207,214,211)
#DDE3E1
(221,227,225)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6E63; }

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

This text font color is #5F6E63.

Background Color

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

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

This div background color is #5F6E63.

Border color

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

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

This div border color is #5F6E63.

Opacity

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

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

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

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

This text has shadow with #5F6E63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6E63.

Preview

Color preview on black background

This text has color #5F6E63 on black background.


Color preview on white background

This text has color #5F6E63 on white background.


Black color preview on #5F6E63 background

This text has black color on #5F6E63 background.


White color preview on #5F6E63 background

This text has white color on #5F6E63 background.


Related colors

Complementary color

Complementary color for #hex is #A0919C.


I love getcolorcode.com

Triadic colors

1 #635F6E and #6E635F with #5F6E63 are triadic colors.

2 #636E5F and #6E5F63 with #5F6E63 are triadic colors.