COLOR #505245

HEX: #505245 RGB: (80,82,69)

Color info

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

RGB color model

#505245 color RGB value is (80,82,69).

RGB: (80,82,69) (31%, 32%, 27%)

RGB channels and saturation

R 80 of 255 = 31%
G 82 of 255 = 32%
B 69 of 255 = 27%

80
82
69

R + G + B ~ 30%. #505245 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 82 + 69 = 231 (100%)
R 80 of 231 ~ 34.63%
G 82 of 231 ~ 35.5%
B 69 of 231 ~ 29.87'%

%34.63
%35.5
%29.87

CMYK color model

#505245 color CMYK value is (2,0,16,68).

  • cyan value is 2.44%
  • magenta value is 0.00%
  • yellow value is 15.85%
  • key color value is 67.84%

CMYK: (2,0,16,68)
C2M0Y16K68 (2%, 0%, 16%, 68%)
(0.02 / 0.00 / 0.16 / 0.68)

CMYK percentages

%2.44
%0
%15.85
%67.84

Codes

Color #505245 in popluar color models

50 52 45
RGB 80 82 69
HSL 69° 8.61% 29.61%
HSB/HSV 69° 15.85% 32.16%
CMYK 2.44% 0.00% 15.85%
67.84%

Color #505245 in popluar number systems.

HEX 50 52 45
Decimal 80 82 69
Binary 1010000 1010010 1000101
Octal 120 122 105

Shades and tints

Shades of #505245

#505245
(80,82,69)
#494B3F
(73,75,63)
#424439
(66,68,57)
#3B3D33
(59,61,51)
#34362D
(52,54,45)
#2D2F27
(45,47,39)
#262821
(38,40,33)
#1F211B
(31,33,27)
#181A15
(24,26,21)
#11130F
(17,19,15)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #505245

#505245
(80,82,69)
#5F6155
(95,97,85)
#6E7065
(110,112,101)
#7D7F75
(125,127,117)
#8C8E85
(140,142,133)
#9B9D95
(155,157,149)
#AAACA5
(170,172,165)
#B9BBB5
(185,187,181)
#C8CAC5
(200,202,197)
#D7D9D5
(215,217,213)
#E6E8E5
(230,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505245; }

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

This text font color is #505245.

Background Color

.myBgColor { background-color: #505245; }

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

This div background color is #505245.

Border color

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

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

This div border color is #505245.

Opacity

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

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

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

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

This text has shadow with #505245 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505245.

Preview

Color preview on black background

This text has color #505245 on black background.


Color preview on white background

This text has color #505245 on white background.


Black color preview on #505245 background

This text has black color on #505245 background.


White color preview on #505245 background

This text has white color on #505245 background.


Related colors

Complementary color

Complementary color for #hex is #AFADBA.


I love getcolorcode.com

Triadic colors

1 #455052 and #524550 with #505245 are triadic colors.

2 #455250 and #525045 with #505245 are triadic colors.