COLOR #505A4A

HEX: #505A4A
RGB: (80,90,74)

Color info

#505A4A contains red, green and blue colors in about the same proportion. Web safe color of #505A4A is #666633 (or #663).

RGB color model

#505A4A color RGB value is (80,90,74).

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

RGB channels and saturation

R 80 of 255 = 31%
G 90 of 255 = 35%
B 74 of 255 = 29%

80
90
74

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

Portions of RGB colors in percentages

R + G + B =
80 + 90 + 74 = 244 (100%)
R 80 of 244 ~ 32.79%
G 90 of 244 ~ 36.89%
B 74 of 244 ~ 30.33%

%32.79
%36.89
%30.33

CMYK color model

#505A4A color CMYK value is (11,0,18,65).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 64.71%
CMYK:
(11,0,18,65)
C11M0Y18K65 
(11%,0%,18%,65%)
(0.11/0.00/0.18/0.65)	

CMYK percentages

%11.11
%0
%17.78
%64.71

Codes

Color #505A4A in popluar color models

505A4A
RGB809074
HSL98°9.76%32.16%
HSB/HSV98°17.78%35.29%
CMYK11.11%0.00%17.78%
64.71%

Color #505A4A in popluar number systems.

HEX505A4A
Decimal809074
Binary101000010110101001010
Octal120132112

Shades and tints

Shades of #505A4A

#505A4A
(80,90,74)
#495244
(73,82,68)
#424A3E
(66,74,62)
#3B4238
(59,66,56)
#343A32
(52,58,50)
#2D322C
(45,50,44)
#262A26
(38,42,38)
#1F2220
(31,34,32)
#181A1A
(24,26,26)
#111214
(17,18,20)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #505A4A

#505A4A
(80,90,74)
#5F695A
(95,105,90)
#6E786A
(110,120,106)
#7D877A
(125,135,122)
#8C968A
(140,150,138)
#9BA59A
(155,165,154)
#AAB4AA
(170,180,170)
#B9C3BA
(185,195,186)
#C8D2CA
(200,210,202)
#D7E1DA
(215,225,218)
#E6F0EA
(230,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505A4A; }

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

This text font color is #505A4A.


Background Color

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

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

This div background color is #505A4A.


Border color

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

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

This div border color is #505A4A.


Opacity

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

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

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

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

This text has shadow with #505A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505A4A on black background.


Color preview on white background

This text has color #505A4A on white background.



Black color preview on #505A4A background

This text has black color on #505A4A background.


White color preview on #505A4A background

This text has white color on #505A4A background.