COLOR #615958

HEX: #615958
RGB: (97,89,88)

Color info

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

RGB color model

#615958 color RGB value is (97,89,88).

  • red value is 97;
  • green value is 89;
  • blue value is 88.
RGB:
(97,89,88)
(38%,35%,35%)

RGB channels and saturation

R 97 of 255 = 38%
G 89 of 255 = 35%
B 88 of 255 = 35%

97
89
88

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

Portions of RGB colors in percentages

R + G + B =
97 + 89 + 88 = 274 (100%)
R 97 of 274 ~ 35.4%
G 89 of 274 ~ 32.48%
B 88 of 274 ~ 32.12%

%35.4
%32.48
%32.12

CMYK color model

#615958 color CMYK value is (0,8,9,62).

  • cyan value is 0.00%
  • magenta value is 8.25%
  • yellow value is 9.28%
  • key color value is 61.96%
CMYK:
(0,8,9,62)
C0M8Y9K62 
(0%,8%,9%,62%)
(0.00/0.08/0.09/0.62)	

CMYK percentages

%0
%8.25
%9.28
%61.96

Codes

Color #615958 in popluar color models

615958
RGB978988
HSL4.86%36.27%
HSB/HSV9.28%38.04%
CMYK0.00%8.25%9.28%
61.96%

Color #615958 in popluar number systems.

HEX615958
Decimal978988
Binary110000110110011011000
Octal141131130

Shades and tints

Shades of #615958

#615958
(97,89,88)
#595150
(89,81,80)
#514948
(81,73,72)
#494140
(73,65,64)
#413938
(65,57,56)
#393130
(57,49,48)
#312928
(49,41,40)
#292120
(41,33,32)
#211918
(33,25,24)
#191110
(25,17,16)
#110908
(17,9,8)
#000000
(0,0,0)

Tints of #615958

#615958
(97,89,88)
#6F6867
(111,104,103)
#7D7776
(125,119,118)
#8B8685
(139,134,133)
#999594
(153,149,148)
#A7A4A3
(167,164,163)
#B5B3B2
(181,179,178)
#C3C2C1
(195,194,193)
#D1D1D0
(209,209,208)
#DFE0DF
(223,224,223)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615958 color. Also use rgb(97,89,88) instead hex code.

Text Font Color

.myTextColor { color: #615958; }

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

This text font color is #615958.


Background Color

.myBgColor { background-color: #615958; }

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

This div background color is #615958.


Border color

.myBorderColor { border: 1px solid #615958; }

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

This div border color is #615958.


Opacity

.myOpacity80 { color: #615958; opacity: 0.8; }

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

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

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

This text has shadow with #615958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615958 on black background.


Color preview on white background

This text has color #615958 on white background.



Black color preview on #615958 background

This text has black color on #615958 background.


White color preview on #615958 background

This text has white color on #615958 background.