COLOR #615F51

HEX: #615F51 RGB: (97,95,81)

Color info

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

RGB color model

#615F51 color RGB value is (97,95,81).

RGB: (97,95,81) (38%, 37%, 32%)

RGB channels and saturation

R 97 of 255 = 38%
G 95 of 255 = 37%
B 81 of 255 = 32%

97
95
81

R + G + B ~ 36%. #615F51 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 97 + 95 + 81 = 273 (100%)
R 97 of 273 ~ 35.53%
G 95 of 273 ~ 34.8%
B 81 of 273 ~ 29.67'%

%35.53
%34.8
%29.67

CMYK color model

#615F51 color CMYK value is (0,2,16,62).

  • cyan value is 0.00%
  • magenta value is 2.06%
  • yellow value is 16.49%
  • key color value is 61.96%

CMYK: (0,2,16,62)
C0M2Y16K62 (0%, 2%, 16%, 62%)
(0.00 / 0.02 / 0.16 / 0.62)

CMYK percentages

%0
%2.06
%16.49
%61.96

Codes

Color #615F51 in popluar color models

61 5F 51
RGB 97 95 81
HSL 53° 8.99% 34.90%
HSB/HSV 53° 16.49% 38.04%
CMYK 0.00% 2.06% 16.49%
61.96%

Color #615F51 in popluar number systems.

HEX 61 5F 51
Decimal 97 95 81
Binary 1100001 1011111 1010001
Octal 141 137 121

Shades and tints

Shades of #615F51

#615F51
(97,95,81)
#59574A
(89,87,74)
#514F43
(81,79,67)
#49473C
(73,71,60)
#413F35
(65,63,53)
#39372E
(57,55,46)
#312F27
(49,47,39)
#292720
(41,39,32)
#211F19
(33,31,25)
#191712
(25,23,18)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #615F51

#615F51
(97,95,81)
#6F6D60
(111,109,96)
#7D7B6F
(125,123,111)
#8B897E
(139,137,126)
#99978D
(153,151,141)
#A7A59C
(167,165,156)
#B5B3AB
(181,179,171)
#C3C1BA
(195,193,186)
#D1CFC9
(209,207,201)
#DFDDD8
(223,221,216)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615F51; }

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

This text font color is #615F51.

Background Color

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

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

This div background color is #615F51.

Border color

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

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

This div border color is #615F51.

Opacity

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

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

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

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

This text has shadow with #615F51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #615F51.

Preview

Color preview on black background

This text has color #615F51 on black background.


Color preview on white background

This text has color #615F51 on white background.


Black color preview on #615F51 background

This text has black color on #615F51 background.


White color preview on #615F51 background

This text has white color on #615F51 background.


Related colors

Complementary color

Complementary color for #hex is #9EA0AE.


I love getcolorcode.com

Triadic colors

1 #51615F and #5F5161 with #615F51 are triadic colors.

2 #515F61 and #5F6151 with #615F51 are triadic colors.