COLOR #5F6D62

HEX: #5F6D62 RGB: (95,109,98)

Color info

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

RGB color model

#5F6D62 color RGB value is (95,109,98).

RGB: (95,109,98) (37%, 43%, 38%)

RGB channels and saturation

R 95 of 255 = 37%
G 109 of 255 = 43%
B 98 of 255 = 38%

95
109
98

R + G + B ~ 39%. #5F6D62 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 109 + 98 = 302 (100%)
R 95 of 302 ~ 31.46%
G 109 of 302 ~ 36.09%
B 98 of 302 ~ 32.45'%

%31.46
%36.09
%32.45

CMYK color model

#5F6D62 color CMYK value is (13,0,10,57).

  • cyan value is 12.84%
  • magenta value is 0.00%
  • yellow value is 10.09%
  • key color value is 57.25%

CMYK: (13,0,10,57)
C13M0Y10K57 (13%, 0%, 10%, 57%)
(0.13 / 0.00 / 0.10 / 0.57)

CMYK percentages

%12.84
%0
%10.09
%57.25

Codes

Color #5F6D62 in popluar color models

5F 6D 62
RGB 95 109 98
HSL 133° 6.86% 40.00%
HSB/HSV 133° 12.84% 42.75%
CMYK 12.84% 0.00% 10.09%
57.25%

Color #5F6D62 in popluar number systems.

HEX 5F 6D 62
Decimal 95 109 98
Binary 1011111 1101101 1100010
Octal 137 155 142

Shades and tints

Shades of #5F6D62

#5F6D62
(95,109,98)
#57645A
(87,100,90)
#4F5B52
(79,91,82)
#47524A
(71,82,74)
#3F4942
(63,73,66)
#37403A
(55,64,58)
#2F3732
(47,55,50)
#272E2A
(39,46,42)
#1F2522
(31,37,34)
#171C1A
(23,28,26)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #5F6D62

#5F6D62
(95,109,98)
#6D7A70
(109,122,112)
#7B877E
(123,135,126)
#89948C
(137,148,140)
#97A19A
(151,161,154)
#A5AEA8
(165,174,168)
#B3BBB6
(179,187,182)
#C1C8C4
(193,200,196)
#CFD5D2
(207,213,210)
#DDE2E0
(221,226,224)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6D62 color. Also use rgb(95,109,98) instead hex code.

Text Font Color

.myTextColor { color: #5F6D62; }

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

This text font color is #5F6D62.

Background Color

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

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

This div background color is #5F6D62.

Border color

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

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

This div border color is #5F6D62.

Opacity

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

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

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

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

This text has shadow with #5F6D62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6D62.

Preview

Color preview on black background

This text has color #5F6D62 on black background.


Color preview on white background

This text has color #5F6D62 on white background.


Black color preview on #5F6D62 background

This text has black color on #5F6D62 background.


White color preview on #5F6D62 background

This text has white color on #5F6D62 background.


Related colors

Complementary color

Complementary color for #hex is #A0929D.


I love getcolorcode.com

Triadic colors

1 #625F6D and #6D625F with #5F6D62 are triadic colors.

2 #626D5F and #6D5F62 with #5F6D62 are triadic colors.