COLOR #615967

HEX: #615967
RGB: (97,89,103)

Color info

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

RGB color model

#615967 color RGB value is (97,89,103).

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

RGB channels and saturation

R 97 of 255 = 38%
G 89 of 255 = 35%
B 103 of 255 = 40%

97
89
103

R + G + B ~ 38%. #615967 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 89 + 103 = 289 (100%)
R 97 of 289 ~ 33.56%
G 89 of 289 ~ 30.8%
B 103 of 289 ~ 35.64%

%33.56
%30.8
%35.64

CMYK color model

#615967 color CMYK value is (6,14,0,60).

  • cyan value is 5.83%
  • magenta value is 13.59%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(6,14,0,60)
C6M14Y0K60 
(6%,14%,0%,60%)
(0.06/0.14/0.00/0.60)	

CMYK percentages

%5.83
%13.59
%0
%59.61

Codes

Color #615967 in popluar color models

615967
RGB9789103
HSL274°7.29%37.65%
HSB/HSV274°13.59%40.39%
CMYK5.83%13.59%0.00%
59.61%

Color #615967 in popluar number systems.

HEX615967
Decimal9789103
Binary110000110110011100111
Octal141131147

Shades and tints

Shades of #615967

#615967
(97,89,103)
#59515E
(89,81,94)
#514955
(81,73,85)
#49414C
(73,65,76)
#413943
(65,57,67)
#39313A
(57,49,58)
#312931
(49,41,49)
#292128
(41,33,40)
#21191F
(33,25,31)
#191116
(25,17,22)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #615967

#615967
(97,89,103)
#6F6874
(111,104,116)
#7D7781
(125,119,129)
#8B868E
(139,134,142)
#99959B
(153,149,155)
#A7A4A8
(167,164,168)
#B5B3B5
(181,179,181)
#C3C2C2
(195,194,194)
#D1D1CF
(209,209,207)
#DFE0DC
(223,224,220)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615967; }

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

This text font color is #615967.


Background Color

.myBgColor { background-color: #615967; }

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

This div background color is #615967.


Border color

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

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

This div border color is #615967.


Opacity

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

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

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

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

This text has shadow with #615967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615967 on black background.


Color preview on white background

This text has color #615967 on white background.



Black color preview on #615967 background

This text has black color on #615967 background.


White color preview on #615967 background

This text has white color on #615967 background.