COLOR #615066

HEX: #615066
RGB: (97,80,102)

Color info

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

RGB color model

#615066 color RGB value is (97,80,102).

  • red value is 97;
  • green value is 80;
  • blue value is 102.
RGB:
(97,80,102)
(38%,31%,40%)

RGB channels and saturation

R 97 of 255 = 38%
G 80 of 255 = 31%
B 102 of 255 = 40%

97
80
102

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

Portions of RGB colors in percentages

R + G + B =
97 + 80 + 102 = 279 (100%)
R 97 of 279 ~ 34.77%
G 80 of 279 ~ 28.67%
B 102 of 279 ~ 36.56%

%34.77
%28.67
%36.56

CMYK color model

#615066 color CMYK value is (5,22,0,60).

  • cyan value is 4.90%
  • magenta value is 21.57%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(5,22,0,60)
C5M22Y0K60 
(5%,22%,0%,60%)
(0.05/0.22/0.00/0.60)	

CMYK percentages

%4.9
%21.57
%0
%60

Codes

Color #615066 in popluar color models

615066
RGB9780102
HSL286°12.09%35.69%
HSB/HSV286°21.57%40.00%
CMYK4.90%21.57%0.00%
60.00%

Color #615066 in popluar number systems.

HEX615066
Decimal9780102
Binary110000110100001100110
Octal141120146

Shades and tints

Shades of #615066

#615066
(97,80,102)
#59495D
(89,73,93)
#514254
(81,66,84)
#493B4B
(73,59,75)
#413442
(65,52,66)
#392D39
(57,45,57)
#312630
(49,38,48)
#291F27
(41,31,39)
#21181E
(33,24,30)
#191115
(25,17,21)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #615066

#615066
(97,80,102)
#6F5F73
(111,95,115)
#7D6E80
(125,110,128)
#8B7D8D
(139,125,141)
#998C9A
(153,140,154)
#A79BA7
(167,155,167)
#B5AAB4
(181,170,180)
#C3B9C1
(195,185,193)
#D1C8CE
(209,200,206)
#DFD7DB
(223,215,219)
#EDE6E8
(237,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615066; }

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

This text font color is #615066.


Background Color

.myBgColor { background-color: #615066; }

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

This div background color is #615066.


Border color

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

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

This div border color is #615066.


Opacity

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

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

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

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

This text has shadow with #615066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615066 on black background.


Color preview on white background

This text has color #615066 on white background.



Black color preview on #615066 background

This text has black color on #615066 background.


White color preview on #615066 background

This text has white color on #615066 background.