COLOR #615062

HEX: #615062
RGB: (97,80,98)

Color info

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

RGB color model

#615062 color RGB value is (97,80,98).

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

RGB channels and saturation

R 97 of 255 = 38%
G 80 of 255 = 31%
B 98 of 255 = 38%

97
80
98

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

Portions of RGB colors in percentages

R + G + B =
97 + 80 + 98 = 275 (100%)
R 97 of 275 ~ 35.27%
G 80 of 275 ~ 29.09%
B 98 of 275 ~ 35.64%

%35.27
%29.09
%35.64

CMYK color model

#615062 color CMYK value is (1,18,0,62).

  • cyan value is 1.02%
  • magenta value is 18.37%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(1,18,0,62)
C1M18Y0K62 
(1%,18%,0%,62%)
(0.01/0.18/0.00/0.62)	

CMYK percentages

%1.02
%18.37
%0
%61.57

Codes

Color #615062 in popluar color models

615062
RGB978098
HSL297°10.11%34.90%
HSB/HSV297°18.37%38.43%
CMYK1.02%18.37%0.00%
61.57%

Color #615062 in popluar number systems.

HEX615062
Decimal978098
Binary110000110100001100010
Octal141120142

Shades and tints

Shades of #615062

#615062
(97,80,98)
#59495A
(89,73,90)
#514252
(81,66,82)
#493B4A
(73,59,74)
#413442
(65,52,66)
#392D3A
(57,45,58)
#312632
(49,38,50)
#291F2A
(41,31,42)
#211822
(33,24,34)
#19111A
(25,17,26)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #615062

#615062
(97,80,98)
#6F5F70
(111,95,112)
#7D6E7E
(125,110,126)
#8B7D8C
(139,125,140)
#998C9A
(153,140,154)
#A79BA8
(167,155,168)
#B5AAB6
(181,170,182)
#C3B9C4
(195,185,196)
#D1C8D2
(209,200,210)
#DFD7E0
(223,215,224)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615062; }

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

This text font color is #615062.


Background Color

.myBgColor { background-color: #615062; }

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

This div background color is #615062.


Border color

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

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

This div border color is #615062.


Opacity

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

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

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

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

This text has shadow with #615062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615062 on black background.


Color preview on white background

This text has color #615062 on white background.



Black color preview on #615062 background

This text has black color on #615062 background.


White color preview on #615062 background

This text has white color on #615062 background.