COLOR #505508

HEX: #505508
RGB: (80,85,8)

Color info

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

RGB color model

#505508 color RGB value is (80,85,8).

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

RGB channels and saturation

R 80 of 255 = 31%
G 85 of 255 = 33%
B 8 of 255 = 3%

80
85
8

R + G + B ~ 22%. #505508 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 85 + 8 = 173 (100%)
R 80 of 173 ~ 46.24%
G 85 of 173 ~ 49.13%
B 8 of 173 ~ 4.62%

%46.24
%49.13

CMYK color model

#505508 color CMYK value is (6,0,91,67).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 90.59%
  • key color value is 66.67%
CMYK:
(6,0,91,67)
C6M0Y91K67 
(6%,0%,91%,67%)
(0.06/0.00/0.91/0.67)	

CMYK percentages

%5.88
%0
%90.59
%66.67

Codes

Color #505508 in popluar color models

505508
RGB80858
HSL64°82.80%18.24%
HSB/HSV64°90.59%33.33%
CMYK5.88%0.00%90.59%
66.67%

Color #505508 in popluar number systems.

HEX505508
Decimal80858
Binary101000010101011000
Octal12012510

Shades and tints

Shades of #505508

#505508
(80,85,8)
#494E08
(73,78,8)
#424708
(66,71,8)
#3B4008
(59,64,8)
#343908
(52,57,8)
#2D3208
(45,50,8)
#262B08
(38,43,8)
#1F2408
(31,36,8)
#181D08
(24,29,8)
#111608
(17,22,8)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #505508

#505508
(80,85,8)
#5F641E
(95,100,30)
#6E7334
(110,115,52)
#7D824A
(125,130,74)
#8C9160
(140,145,96)
#9BA076
(155,160,118)
#AAAF8C
(170,175,140)
#B9BEA2
(185,190,162)
#C8CDB8
(200,205,184)
#D7DCCE
(215,220,206)
#E6EBE4
(230,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505508; }

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

This text font color is #505508.


Background Color

.myBgColor { background-color: #505508; }

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

This div background color is #505508.


Border color

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

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

This div border color is #505508.


Opacity

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

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

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

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

This text has shadow with #505508 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505508 on black background.


Color preview on white background

This text has color #505508 on white background.



Black color preview on #505508 background

This text has black color on #505508 background.


White color preview on #505508 background

This text has white color on #505508 background.