COLOR #615F6F

HEX: #615F6F RGB: (97,95,111)

Color info

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

RGB color model

#615F6F color RGB value is (97,95,111).

RGB: (97,95,111) (38%, 37%, 44%)

RGB channels and saturation

R 97 of 255 = 38%
G 95 of 255 = 37%
B 111 of 255 = 44%

97
95
111

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

Portions of RGB colors in percentages

R + G + B = 97 + 95 + 111 = 303 (100%)
R 97 of 303 ~ 32.01%
G 95 of 303 ~ 31.35%
B 111 of 303 ~ 36.63'%

%32.01
%31.35
%36.63

CMYK color model

#615F6F color CMYK value is (13,14,0,56).

  • cyan value is 12.61%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (13,14,0,56) C13M14Y0K56 (13%,14%,0%,56%) (0.13/0.14/0.00/0.56) 

CMYK percentages

%12.61
%14.41
%0
%56.47

Codes

Color #615F6F in popluar color models

61 5F 6F
RGB 97 95 111
HSL 248° 7.77% 40.39%
HSB/HSV 248° 14.41% 43.53%
CMYK 12.61% 14.41% 0.00%
56.47%

Color #615F6F in popluar number systems.

HEX 61 5F 6F
Decimal 97 95 111
Binary 1100001 1011111 1101111
Octal 141 137 157

Shades and tints

Shades of #615F6F

#615F6F
(97,95,111)
#595765
(89,87,101)
#514F5B
(81,79,91)
#494751
(73,71,81)
#413F47
(65,63,71)
#39373D
(57,55,61)
#312F33
(49,47,51)
#292729
(41,39,41)
#211F1F
(33,31,31)
#191715
(25,23,21)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #615F6F

#615F6F
(97,95,111)
#6F6D7C
(111,109,124)
#7D7B89
(125,123,137)
#8B8996
(139,137,150)
#9997A3
(153,151,163)
#A7A5B0
(167,165,176)
#B5B3BD
(181,179,189)
#C3C1CA
(195,193,202)
#D1CFD7
(209,207,215)
#DFDDE4
(223,221,228)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615F6F color. Also use rgb(97,95,111) instead hex code.

Text Font Color

.myTextColor { color: #615F6F; }

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

This text font color is #615F6F.

Background Color

.myBgColor { background-color: #615F6F; }

<div style="background-color:#615F6F">Inner text</div>

This div background color is #615F6F.

Border color

.myBorderColor { border: 1px solid #615F6F; }

<div style="border:3px solid #615F6F">Div</div>

This div border color is #615F6F.

Opacity

.myOpacity80 { color: #615F6F; opacity: 0.8; }

<p style="color:#615F6F;opacity:0.8;">80%</p>

Text with #615F6F 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 #615F6F;}

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

This text has shadow with #615F6F color.


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

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

This text has shadow with #615F6F primary color and red secondary color.


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

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

This text has shadow with #615F6F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #615F6F.

Preview

Color preview on black background

This text has color #615F6F on black background.


Color preview on white background

This text has color #615F6F on white background.


Black color preview on #615F6F background

This text has black color on #615F6F background.


White color preview on #615F6F background

This text has white color on #615F6F background.


Related colors

Complementary color

Complementary color for #hex is #9EA090.


I love getcolorcode.com

Triadic colors

1 #6F615F and #5F6F61 with #615F6F are triadic colors.

2 #6F5F61 and #5F616F with #615F6F are triadic colors.