COLOR #505045

HEX: #505045
RGB: (80,80,69)

Color info

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

RGB color model

#505045 color RGB value is (80,80,69).

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

RGB channels and saturation

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

80
80
69

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

Portions of RGB colors in percentages

R + G + B =
80 + 80 + 69 = 229 (100%)
R 80 of 229 ~ 34.93%
G 80 of 229 ~ 34.93%
B 69 of 229 ~ 30.13%

%34.93
%34.93
%30.13

CMYK color model

#505045 color CMYK value is (0,0,14,69).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 13.75%
  • key color value is 68.63%
CMYK:
(0,0,14,69)
C0M0Y14K69 
(0%,0%,14%,69%)
(0.00/0.00/0.14/0.69)	

CMYK percentages

%0
%0
%13.75
%68.63

Codes

Color #505045 in popluar color models

505045
RGB808069
HSL60°7.38%29.22%
HSB/HSV60°13.75%31.37%
CMYK0.00%0.00%13.75%
68.63%

Color #505045 in popluar number systems.

HEX505045
Decimal808069
Binary101000010100001000101
Octal120120105

Shades and tints

Shades of #505045

#505045
(80,80,69)
#49493F
(73,73,63)
#424239
(66,66,57)
#3B3B33
(59,59,51)
#34342D
(52,52,45)
#2D2D27
(45,45,39)
#262621
(38,38,33)
#1F1F1B
(31,31,27)
#181815
(24,24,21)
#11110F
(17,17,15)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #505045

#505045
(80,80,69)
#5F5F55
(95,95,85)
#6E6E65
(110,110,101)
#7D7D75
(125,125,117)
#8C8C85
(140,140,133)
#9B9B95
(155,155,149)
#AAAAA5
(170,170,165)
#B9B9B5
(185,185,181)
#C8C8C5
(200,200,197)
#D7D7D5
(215,215,213)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505045; }

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

This text font color is #505045.


Background Color

.myBgColor { background-color: #505045; }

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

This div background color is #505045.


Border color

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

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

This div border color is #505045.


Opacity

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

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

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

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

This text has shadow with #505045 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505045 on black background.


Color preview on white background

This text has color #505045 on white background.



Black color preview on #505045 background

This text has black color on #505045 background.


White color preview on #505045 background

This text has white color on #505045 background.