COLOR #615459

HEX: #615459
RGB: (97,84,89)

Color info

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

RGB color model

#615459 color RGB value is (97,84,89).

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

RGB channels and saturation

R 97 of 255 = 38%
G 84 of 255 = 33%
B 89 of 255 = 35%

97
84
89

R + G + B ~ 35%. #615459 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 84 + 89 = 270 (100%)
R 97 of 270 ~ 35.93%
G 84 of 270 ~ 31.11%
B 89 of 270 ~ 32.96%

%35.93
%31.11
%32.96

CMYK color model

#615459 color CMYK value is (0,13,8,62).

  • cyan value is 0.00%
  • magenta value is 13.40%
  • yellow value is 8.25%
  • key color value is 61.96%
CMYK:
(0,13,8,62)
C0M13Y8K62 
(0%,13%,8%,62%)
(0.00/0.13/0.08/0.62)	

CMYK percentages

%0
%13.4
%8.25
%61.96

Codes

Color #615459 in popluar color models

615459
RGB978489
HSL337°7.18%35.49%
HSB/HSV337°13.40%38.04%
CMYK0.00%13.40%8.25%
61.96%

Color #615459 in popluar number systems.

HEX615459
Decimal978489
Binary110000110101001011001
Octal141124131

Shades and tints

Shades of #615459

#615459
(97,84,89)
#594D51
(89,77,81)
#514649
(81,70,73)
#493F41
(73,63,65)
#413839
(65,56,57)
#393131
(57,49,49)
#312A29
(49,42,41)
#292321
(41,35,33)
#211C19
(33,28,25)
#191511
(25,21,17)
#110E09
(17,14,9)
#000000
(0,0,0)

Tints of #615459

#615459
(97,84,89)
#6F6368
(111,99,104)
#7D7277
(125,114,119)
#8B8186
(139,129,134)
#999095
(153,144,149)
#A79FA4
(167,159,164)
#B5AEB3
(181,174,179)
#C3BDC2
(195,189,194)
#D1CCD1
(209,204,209)
#DFDBE0
(223,219,224)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615459; }

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

This text font color is #615459.


Background Color

.myBgColor { background-color: #615459; }

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

This div background color is #615459.


Border color

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

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

This div border color is #615459.


Opacity

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

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

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

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

This text has shadow with #615459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615459 on black background.


Color preview on white background

This text has color #615459 on white background.



Black color preview on #615459 background

This text has black color on #615459 background.


White color preview on #615459 background

This text has white color on #615459 background.