COLOR #505512

HEX: #505512
RGB: (80,85,18)

Color info

#505512 contains mainly red and green colors. Web safe color of #505512 is #666600 (or #660).

RGB color model

#505512 color RGB value is (80,85,18).

  • red value is 80;
  • green value is 85;
  • blue value is 18.
RGB:
(80,85,18)
(31%,33%,7%)

RGB channels and saturation

R 80 of 255 = 31%
G 85 of 255 = 33%
B 18 of 255 = 7%

80
85
18

R + G + B ~ 24%. #505512 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 85 + 18 = 183 (100%)
R 80 of 183 ~ 43.72%
G 85 of 183 ~ 46.45%
B 18 of 183 ~ 9.84%

%43.72
%46.45
%9.84

CMYK color model

#505512 color CMYK value is (6,0,79,67).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 78.82%
  • key color value is 66.67%
CMYK:
(6,0,79,67)
C6M0Y79K67 
(6%,0%,79%,67%)
(0.06/0.00/0.79/0.67)	

CMYK percentages

%5.88
%0
%78.82
%66.67

Codes

Color #505512 in popluar color models

505512
RGB808518
HSL64°65.05%20.20%
HSB/HSV64°78.82%33.33%
CMYK5.88%0.00%78.82%
66.67%

Color #505512 in popluar number systems.

HEX505512
Decimal808518
Binary1010000101010110010
Octal12012522

Shades and tints

Shades of #505512

#505512
(80,85,18)
#494E11
(73,78,17)
#424710
(66,71,16)
#3B400F
(59,64,15)
#34390E
(52,57,14)
#2D320D
(45,50,13)
#262B0C
(38,43,12)
#1F240B
(31,36,11)
#181D0A
(24,29,10)
#111609
(17,22,9)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #505512

#505512
(80,85,18)
#5F6427
(95,100,39)
#6E733C
(110,115,60)
#7D8251
(125,130,81)
#8C9166
(140,145,102)
#9BA07B
(155,160,123)
#AAAF90
(170,175,144)
#B9BEA5
(185,190,165)
#C8CDBA
(200,205,186)
#D7DCCF
(215,220,207)
#E6EBE4
(230,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505512; }

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

This text font color is #505512.


Background Color

.myBgColor { background-color: #505512; }

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

This div background color is #505512.


Border color

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

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

This div border color is #505512.


Opacity

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

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

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

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

This text has shadow with #505512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505512 on black background.


Color preview on white background

This text has color #505512 on white background.



Black color preview on #505512 background

This text has black color on #505512 background.


White color preview on #505512 background

This text has white color on #505512 background.