COLOR #505A4E

HEX: #505A4E
RGB: (80,90,78)

Color info

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

RGB color model

#505A4E color RGB value is (80,90,78).

  • red value is 80;
  • green value is 90;
  • blue value is 78.
RGB:
(80,90,78)
(31%,35%,31%)

RGB channels and saturation

R 80 of 255 = 31%
G 90 of 255 = 35%
B 78 of 255 = 31%

80
90
78

R + G + B ~ 32%. #505A4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 90 + 78 = 248 (100%)
R 80 of 248 ~ 32.26%
G 90 of 248 ~ 36.29%
B 78 of 248 ~ 31.45%

%32.26
%36.29
%31.45

CMYK color model

#505A4E color CMYK value is (11,0,13,65).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 64.71%
CMYK:
(11,0,13,65)
C11M0Y13K65 
(11%,0%,13%,65%)
(0.11/0.00/0.13/0.65)	

CMYK percentages

%11.11
%0
%13.33
%64.71

Codes

Color #505A4E in popluar color models

505A4E
RGB809078
HSL110°7.14%32.94%
HSB/HSV110°13.33%35.29%
CMYK11.11%0.00%13.33%
64.71%

Color #505A4E in popluar number systems.

HEX505A4E
Decimal809078
Binary101000010110101001110
Octal120132116

Shades and tints

Shades of #505A4E

#505A4E
(80,90,78)
#495247
(73,82,71)
#424A40
(66,74,64)
#3B4239
(59,66,57)
#343A32
(52,58,50)
#2D322B
(45,50,43)
#262A24
(38,42,36)
#1F221D
(31,34,29)
#181A16
(24,26,22)
#11120F
(17,18,15)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #505A4E

#505A4E
(80,90,78)
#5F695E
(95,105,94)
#6E786E
(110,120,110)
#7D877E
(125,135,126)
#8C968E
(140,150,142)
#9BA59E
(155,165,158)
#AAB4AE
(170,180,174)
#B9C3BE
(185,195,190)
#C8D2CE
(200,210,206)
#D7E1DE
(215,225,222)
#E6F0EE
(230,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505A4E color. Also use rgb(80,90,78) instead hex code.

Text Font Color

.myTextColor { color: #505A4E; }

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

This text font color is #505A4E.


Background Color

.myBgColor { background-color: #505A4E; }

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

This div background color is #505A4E.


Border color

.myBorderColor { border: 1px solid #505A4E; }

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

This div border color is #505A4E.


Opacity

.myOpacity80 { color: #505A4E; opacity: 0.8; }

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

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

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

This text has shadow with #505A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505A4E on black background.


Color preview on white background

This text has color #505A4E on white background.



Black color preview on #505A4E background

This text has black color on #505A4E background.


White color preview on #505A4E background

This text has white color on #505A4E background.