COLOR #5F7665

HEX: #5F7665 RGB: (95,118,101)

Color info

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

RGB color model

#5F7665 color RGB value is (95,118,101).

RGB: (95,118,101) (37%, 46%, 40%)

RGB channels and saturation

R 95 of 255 = 37%
G 118 of 255 = 46%
B 101 of 255 = 40%

95
118
101

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

Portions of RGB colors in percentages

R + G + B = 95 + 118 + 101 = 314 (100%)
R 95 of 314 ~ 30.25%
G 118 of 314 ~ 37.58%
B 101 of 314 ~ 32.17'%

%30.25
%37.58
%32.17

CMYK color model

#5F7665 color CMYK value is (19,0,14,54).

  • cyan value is 19.49%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 53.73%

CMYK: (19,0,14,54)
C19M0Y14K54 (19%, 0%, 14%, 54%)
(0.19 / 0.00 / 0.14 / 0.54)

CMYK percentages

%19.49
%0
%14.41
%53.73

Codes

Color #5F7665 in popluar color models

5F 76 65
RGB 95 118 101
HSL 136° 10.80% 41.76%
HSB/HSV 136° 19.49% 46.27%
CMYK 19.49% 0.00% 14.41%
53.73%

Color #5F7665 in popluar number systems.

HEX 5F 76 65
Decimal 95 118 101
Binary 1011111 1110110 1100101
Octal 137 166 145

Shades and tints

Shades of #5F7665

#5F7665
(95,118,101)
#576C5C
(87,108,92)
#4F6253
(79,98,83)
#47584A
(71,88,74)
#3F4E41
(63,78,65)
#374438
(55,68,56)
#2F3A2F
(47,58,47)
#273026
(39,48,38)
#1F261D
(31,38,29)
#171C14
(23,28,20)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #5F7665

#5F7665
(95,118,101)
#6D8273
(109,130,115)
#7B8E81
(123,142,129)
#899A8F
(137,154,143)
#97A69D
(151,166,157)
#A5B2AB
(165,178,171)
#B3BEB9
(179,190,185)
#C1CAC7
(193,202,199)
#CFD6D5
(207,214,213)
#DDE2E3
(221,226,227)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7665; }

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

This text font color is #5F7665.

Background Color

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

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

This div background color is #5F7665.

Border color

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

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

This div border color is #5F7665.

Opacity

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

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

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

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

This text has shadow with #5F7665 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F7665.

Preview

Color preview on black background

This text has color #5F7665 on black background.


Color preview on white background

This text has color #5F7665 on white background.


Black color preview on #5F7665 background

This text has black color on #5F7665 background.


White color preview on #5F7665 background

This text has white color on #5F7665 background.


Related colors

Complementary color

Complementary color for #hex is #A0899A.


I love getcolorcode.com

Triadic colors

1 #655F76 and #76655F with #5F7665 are triadic colors.

2 #65765F and #765F65 with #5F7665 are triadic colors.