COLOR #615461

HEX: #615461
RGB: (97,84,97)

Color info

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

RGB color model

#615461 color RGB value is (97,84,97).

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

RGB channels and saturation

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

97
84
97

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

Portions of RGB colors in percentages

R + G + B =
97 + 84 + 97 = 278 (100%)
R 97 of 278 ~ 34.89%
G 84 of 278 ~ 30.22%
B 97 of 278 ~ 34.89%

%34.89
%30.22
%34.89

CMYK color model

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

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

CMYK percentages

%0
%13.4
%0
%61.96

Codes

Color #615461 in popluar color models

615461
RGB978497
HSL300°7.18%35.49%
HSB/HSV300°13.40%38.04%
CMYK0.00%13.40%0.00%
61.96%

Color #615461 in popluar number systems.

HEX615461
Decimal978497
Binary110000110101001100001
Octal141124141

Shades and tints

Shades of #615461

#615461
(97,84,97)
#594D59
(89,77,89)
#514651
(81,70,81)
#493F49
(73,63,73)
#413841
(65,56,65)
#393139
(57,49,57)
#312A31
(49,42,49)
#292329
(41,35,41)
#211C21
(33,28,33)
#191519
(25,21,25)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #615461

#615461
(97,84,97)
#6F636F
(111,99,111)
#7D727D
(125,114,125)
#8B818B
(139,129,139)
#999099
(153,144,153)
#A79FA7
(167,159,167)
#B5AEB5
(181,174,181)
#C3BDC3
(195,189,195)
#D1CCD1
(209,204,209)
#DFDBDF
(223,219,223)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615461; }

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

This text font color is #615461.


Background Color

.myBgColor { background-color: #615461; }

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

This div background color is #615461.


Border color

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

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

This div border color is #615461.


Opacity

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

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

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

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

This text has shadow with #615461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615461 on black background.


Color preview on white background

This text has color #615461 on white background.



Black color preview on #615461 background

This text has black color on #615461 background.


White color preview on #615461 background

This text has white color on #615461 background.