COLOR #615E5B

HEX: #615E5B
RGB: (97,94,91)

Color info

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

RGB color model

#615E5B color RGB value is (97,94,91).

  • red value is 97;
  • green value is 94;
  • blue value is 91.
RGB:
(97,94,91)
(38%,37%,36%)

RGB channels and saturation

R 97 of 255 = 38%
G 94 of 255 = 37%
B 91 of 255 = 36%

97
94
91

R + G + B ~ 37%. #615E5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 94 + 91 = 282 (100%)
R 97 of 282 ~ 34.4%
G 94 of 282 ~ 33.33%
B 91 of 282 ~ 32.27%

%34.4
%33.33
%32.27

CMYK color model

#615E5B color CMYK value is (0,3,6,62).

  • cyan value is 0.00%
  • magenta value is 3.09%
  • yellow value is 6.19%
  • key color value is 61.96%
CMYK:
(0,3,6,62)
C0M3Y6K62 
(0%,3%,6%,62%)
(0.00/0.03/0.06/0.62)	

CMYK percentages

%0
%3.09
%6.19
%61.96

Codes

Color #615E5B in popluar color models

615E5B
RGB979491
HSL30°3.19%36.86%
HSB/HSV30°6.19%38.04%
CMYK0.00%3.09%6.19%
61.96%

Color #615E5B in popluar number systems.

HEX615E5B
Decimal979491
Binary110000110111101011011
Octal141136133

Shades and tints

Shades of #615E5B

#615E5B
(97,94,91)
#595653
(89,86,83)
#514E4B
(81,78,75)
#494643
(73,70,67)
#413E3B
(65,62,59)
#393633
(57,54,51)
#312E2B
(49,46,43)
#292623
(41,38,35)
#211E1B
(33,30,27)
#191613
(25,22,19)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #615E5B

#615E5B
(97,94,91)
#6F6C69
(111,108,105)
#7D7A77
(125,122,119)
#8B8885
(139,136,133)
#999693
(153,150,147)
#A7A4A1
(167,164,161)
#B5B2AF
(181,178,175)
#C3C0BD
(195,192,189)
#D1CECB
(209,206,203)
#DFDCD9
(223,220,217)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615E5B color. Also use rgb(97,94,91) instead hex code.

Text Font Color

.myTextColor { color: #615E5B; }

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

This text font color is #615E5B.


Background Color

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

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

This div background color is #615E5B.


Border color

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

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

This div border color is #615E5B.


Opacity

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

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

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

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

This text has shadow with #615E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615E5B on black background.


Color preview on white background

This text has color #615E5B on white background.



Black color preview on #615E5B background

This text has black color on #615E5B background.


White color preview on #615E5B background

This text has white color on #615E5B background.