COLOR #505268

HEX: #505268
RGB: (80,82,104)

Color info

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

RGB color model

#505268 color RGB value is (80,82,104).

  • red value is 80;
  • green value is 82;
  • blue value is 104.
RGB:
(80,82,104)
(31%,32%,41%)

RGB channels and saturation

R 80 of 255 = 31%
G 82 of 255 = 32%
B 104 of 255 = 41%

80
82
104

R + G + B ~ 35%. #505268 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 82 + 104 = 266 (100%)
R 80 of 266 ~ 30.08%
G 82 of 266 ~ 30.83%
B 104 of 266 ~ 39.1%

%30.08
%30.83
%39.1

CMYK color model

#505268 color CMYK value is (23,21,0,59).

  • cyan value is 23.08%
  • magenta value is 21.15%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(23,21,0,59)
C23M21Y0K59 
(23%,21%,0%,59%)
(0.23/0.21/0.00/0.59)	

CMYK percentages

%23.08
%21.15
%0
%59.22

Codes

Color #505268 in popluar color models

505268
RGB8082104
HSL235°13.04%36.08%
HSB/HSV235°23.08%40.78%
CMYK23.08%21.15%0.00%
59.22%

Color #505268 in popluar number systems.

HEX505268
Decimal8082104
Binary101000010100101101000
Octal120122150

Shades and tints

Shades of #505268

#505268
(80,82,104)
#494B5F
(73,75,95)
#424456
(66,68,86)
#3B3D4D
(59,61,77)
#343644
(52,54,68)
#2D2F3B
(45,47,59)
#262832
(38,40,50)
#1F2129
(31,33,41)
#181A20
(24,26,32)
#111317
(17,19,23)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #505268

#505268
(80,82,104)
#5F6175
(95,97,117)
#6E7082
(110,112,130)
#7D7F8F
(125,127,143)
#8C8E9C
(140,142,156)
#9B9DA9
(155,157,169)
#AAACB6
(170,172,182)
#B9BBC3
(185,187,195)
#C8CAD0
(200,202,208)
#D7D9DD
(215,217,221)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505268 color. Also use rgb(80,82,104) instead hex code.

Text Font Color

.myTextColor { color: #505268; }

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

This text font color is #505268.


Background Color

.myBgColor { background-color: #505268; }

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

This div background color is #505268.


Border color

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

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

This div border color is #505268.


Opacity

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

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

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

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

This text has shadow with #505268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505268 on black background.


Color preview on white background

This text has color #505268 on white background.



Black color preview on #505268 background

This text has black color on #505268 background.


White color preview on #505268 background

This text has white color on #505268 background.