COLOR #505A45

HEX: #505A45
RGB: (80,90,69)

Color info

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

RGB color model

#505A45 color RGB value is (80,90,69).

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

RGB channels and saturation

R 80 of 255 = 31%
G 90 of 255 = 35%
B 69 of 255 = 27%

80
90
69

R + G + B ~ 31%. #505A45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 90 + 69 = 239 (100%)
R 80 of 239 ~ 33.47%
G 90 of 239 ~ 37.66%
B 69 of 239 ~ 28.87%

%33.47
%37.66
%28.87

CMYK color model

#505A45 color CMYK value is (11,0,23,65).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 23.33%
  • key color value is 64.71%
CMYK:
(11,0,23,65)
C11M0Y23K65 
(11%,0%,23%,65%)
(0.11/0.00/0.23/0.65)	

CMYK percentages

%11.11
%0
%23.33
%64.71

Codes

Color #505A45 in popluar color models

505A45
RGB809069
HSL89°13.21%31.18%
HSB/HSV89°23.33%35.29%
CMYK11.11%0.00%23.33%
64.71%

Color #505A45 in popluar number systems.

HEX505A45
Decimal809069
Binary101000010110101000101
Octal120132105

Shades and tints

Shades of #505A45

#505A45
(80,90,69)
#49523F
(73,82,63)
#424A39
(66,74,57)
#3B4233
(59,66,51)
#343A2D
(52,58,45)
#2D3227
(45,50,39)
#262A21
(38,42,33)
#1F221B
(31,34,27)
#181A15
(24,26,21)
#11120F
(17,18,15)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #505A45

#505A45
(80,90,69)
#5F6955
(95,105,85)
#6E7865
(110,120,101)
#7D8775
(125,135,117)
#8C9685
(140,150,133)
#9BA595
(155,165,149)
#AAB4A5
(170,180,165)
#B9C3B5
(185,195,181)
#C8D2C5
(200,210,197)
#D7E1D5
(215,225,213)
#E6F0E5
(230,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505A45; }

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

This text font color is #505A45.


Background Color

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

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

This div background color is #505A45.


Border color

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

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

This div border color is #505A45.


Opacity

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

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

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

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

This text has shadow with #505A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505A45 on black background.


Color preview on white background

This text has color #505A45 on white background.



Black color preview on #505A45 background

This text has black color on #505A45 background.


White color preview on #505A45 background

This text has white color on #505A45 background.