COLOR #615767

HEX: #615767
RGB: (97,87,103)

Color info

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

RGB color model

#615767 color RGB value is (97,87,103).

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

RGB channels and saturation

R 97 of 255 = 38%
G 87 of 255 = 34%
B 103 of 255 = 40%

97
87
103

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

Portions of RGB colors in percentages

R + G + B =
97 + 87 + 103 = 287 (100%)
R 97 of 287 ~ 33.8%
G 87 of 287 ~ 30.31%
B 103 of 287 ~ 35.89%

%33.8
%30.31
%35.89

CMYK color model

#615767 color CMYK value is (6,16,0,60).

  • cyan value is 5.83%
  • magenta value is 15.53%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(6,16,0,60)
C6M16Y0K60 
(6%,16%,0%,60%)
(0.06/0.16/0.00/0.60)	

CMYK percentages

%5.83
%15.53
%0
%59.61

Codes

Color #615767 in popluar color models

615767
RGB9787103
HSL278°8.42%37.25%
HSB/HSV278°15.53%40.39%
CMYK5.83%15.53%0.00%
59.61%

Color #615767 in popluar number systems.

HEX615767
Decimal9787103
Binary110000110101111100111
Octal141127147

Shades and tints

Shades of #615767

#615767
(97,87,103)
#59505E
(89,80,94)
#514955
(81,73,85)
#49424C
(73,66,76)
#413B43
(65,59,67)
#39343A
(57,52,58)
#312D31
(49,45,49)
#292628
(41,38,40)
#211F1F
(33,31,31)
#191816
(25,24,22)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #615767

#615767
(97,87,103)
#6F6674
(111,102,116)
#7D7581
(125,117,129)
#8B848E
(139,132,142)
#99939B
(153,147,155)
#A7A2A8
(167,162,168)
#B5B1B5
(181,177,181)
#C3C0C2
(195,192,194)
#D1CFCF
(209,207,207)
#DFDEDC
(223,222,220)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615767; }

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

This text font color is #615767.


Background Color

.myBgColor { background-color: #615767; }

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

This div background color is #615767.


Border color

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

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

This div border color is #615767.


Opacity

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

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

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

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

This text has shadow with #615767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615767 on black background.


Color preview on white background

This text has color #615767 on white background.



Black color preview on #615767 background

This text has black color on #615767 background.


White color preview on #615767 background

This text has white color on #615767 background.