COLOR #515375

HEX: #515375
RGB: (81,83,117)

Color info

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

RGB color model

#515375 color RGB value is (81,83,117).

  • red value is 81;
  • green value is 83;
  • blue value is 117.
RGB:
(81,83,117)
(32%,33%,46%)

RGB channels and saturation

R 81 of 255 = 32%
G 83 of 255 = 33%
B 117 of 255 = 46%

81
83
117

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

Portions of RGB colors in percentages

R + G + B =
81 + 83 + 117 = 281 (100%)
R 81 of 281 ~ 28.83%
G 83 of 281 ~ 29.54%
B 117 of 281 ~ 41.64%

%28.83
%29.54
%41.64

CMYK color model

#515375 color CMYK value is (31,29,0,54).

  • cyan value is 30.77%
  • magenta value is 29.06%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(31,29,0,54)
C31M29Y0K54 
(31%,29%,0%,54%)
(0.31/0.29/0.00/0.54)	

CMYK percentages

%30.77
%29.06
%0
%54.12

Codes

Color #515375 in popluar color models

515375
RGB8183117
HSL237°18.18%38.82%
HSB/HSV237°30.77%45.88%
CMYK30.77%29.06%0.00%
54.12%

Color #515375 in popluar number systems.

HEX515375
Decimal8183117
Binary101000110100111110101
Octal121123165

Shades and tints

Shades of #515375

#515375
(81,83,117)
#4A4C6B
(74,76,107)
#434561
(67,69,97)
#3C3E57
(60,62,87)
#35374D
(53,55,77)
#2E3043
(46,48,67)
#272939
(39,41,57)
#20222F
(32,34,47)
#191B25
(25,27,37)
#12141B
(18,20,27)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #515375

#515375
(81,83,117)
#606281
(96,98,129)
#6F718D
(111,113,141)
#7E8099
(126,128,153)
#8D8FA5
(141,143,165)
#9C9EB1
(156,158,177)
#ABADBD
(171,173,189)
#BABCC9
(186,188,201)
#C9CBD5
(201,203,213)
#D8DAE1
(216,218,225)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515375 color. Also use rgb(81,83,117) instead hex code.

Text Font Color

.myTextColor { color: #515375; }

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

This text font color is #515375.


Background Color

.myBgColor { background-color: #515375; }

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

This div background color is #515375.


Border color

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

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

This div border color is #515375.


Opacity

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

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

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

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

This text has shadow with #515375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515375 on black background.


Color preview on white background

This text has color #515375 on white background.



Black color preview on #515375 background

This text has black color on #515375 background.


White color preview on #515375 background

This text has white color on #515375 background.