COLOR #605073

HEX: #605073
RGB: (96,80,115)

Color info

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

RGB color model

#605073 color RGB value is (96,80,115).

  • red value is 96;
  • green value is 80;
  • blue value is 115.
RGB:
(96,80,115)
(38%,31%,45%)

RGB channels and saturation

R 96 of 255 = 38%
G 80 of 255 = 31%
B 115 of 255 = 45%

96
80
115

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

Portions of RGB colors in percentages

R + G + B =
96 + 80 + 115 = 291 (100%)
R 96 of 291 ~ 32.99%
G 80 of 291 ~ 27.49%
B 115 of 291 ~ 39.52%

%32.99
%27.49
%39.52

CMYK color model

#605073 color CMYK value is (17,30,0,55).

  • cyan value is 16.52%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(17,30,0,55)
C17M30Y0K55 
(17%,30%,0%,55%)
(0.17/0.30/0.00/0.55)	

CMYK percentages

%16.52
%30.43
%0
%54.9

Codes

Color #605073 in popluar color models

605073
RGB9680115
HSL267°17.95%38.24%
HSB/HSV267°30.43%45.10%
CMYK16.52%30.43%0.00%
54.90%

Color #605073 in popluar number systems.

HEX605073
Decimal9680115
Binary110000010100001110011
Octal140120163

Shades and tints

Shades of #605073

#605073
(96,80,115)
#584969
(88,73,105)
#50425F
(80,66,95)
#483B55
(72,59,85)
#40344B
(64,52,75)
#382D41
(56,45,65)
#302637
(48,38,55)
#281F2D
(40,31,45)
#201823
(32,24,35)
#181119
(24,17,25)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #605073

#605073
(96,80,115)
#6E5F7F
(110,95,127)
#7C6E8B
(124,110,139)
#8A7D97
(138,125,151)
#988CA3
(152,140,163)
#A69BAF
(166,155,175)
#B4AABB
(180,170,187)
#C2B9C7
(194,185,199)
#D0C8D3
(208,200,211)
#DED7DF
(222,215,223)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #605073 color. Also use rgb(96,80,115) instead hex code.

Text Font Color

.myTextColor { color: #605073; }

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

This text font color is #605073.


Background Color

.myBgColor { background-color: #605073; }

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

This div background color is #605073.


Border color

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

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

This div border color is #605073.


Opacity

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

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

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

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

This text has shadow with #605073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605073 on black background.


Color preview on white background

This text has color #605073 on white background.



Black color preview on #605073 background

This text has black color on #605073 background.


White color preview on #605073 background

This text has white color on #605073 background.