COLOR #505711

HEX: #505711
RGB: (80,87,17)

Color info

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

RGB color model

#505711 color RGB value is (80,87,17).

  • red value is 80;
  • green value is 87;
  • blue value is 17.
RGB:
(80,87,17)
(31%,34%,7%)

RGB channels and saturation

R 80 of 255 = 31%
G 87 of 255 = 34%
B 17 of 255 = 7%

80
87
17

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

Portions of RGB colors in percentages

R + G + B =
80 + 87 + 17 = 184 (100%)
R 80 of 184 ~ 43.48%
G 87 of 184 ~ 47.28%
B 17 of 184 ~ 9.24%

%43.48
%47.28

CMYK color model

#505711 color CMYK value is (8,0,80,66).

  • cyan value is 8.05%
  • magenta value is 0.00%
  • yellow value is 80.46%
  • key color value is 65.88%
CMYK:
(8,0,80,66)
C8M0Y80K66 
(8%,0%,80%,66%)
(0.08/0.00/0.80/0.66)	

CMYK percentages

%8.05
%0
%80.46
%65.88

Codes

Color #505711 in popluar color models

505711
RGB808717
HSL66°67.31%20.39%
HSB/HSV66°80.46%34.12%
CMYK8.05%0.00%80.46%
65.88%

Color #505711 in popluar number systems.

HEX505711
Decimal808717
Binary1010000101011110001
Octal12012721

Shades and tints

Shades of #505711

#505711
(80,87,17)
#495010
(73,80,16)
#42490F
(66,73,15)
#3B420E
(59,66,14)
#343B0D
(52,59,13)
#2D340C
(45,52,12)
#262D0B
(38,45,11)
#1F260A
(31,38,10)
#181F09
(24,31,9)
#111808
(17,24,8)
#0A1107
(10,17,7)
#000000
(0,0,0)

Tints of #505711

#505711
(80,87,17)
#5F6626
(95,102,38)
#6E753B
(110,117,59)
#7D8450
(125,132,80)
#8C9365
(140,147,101)
#9BA27A
(155,162,122)
#AAB18F
(170,177,143)
#B9C0A4
(185,192,164)
#C8CFB9
(200,207,185)
#D7DECE
(215,222,206)
#E6EDE3
(230,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505711; }

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

This text font color is #505711.


Background Color

.myBgColor { background-color: #505711; }

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

This div background color is #505711.


Border color

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

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

This div border color is #505711.


Opacity

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

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

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

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

This text has shadow with #505711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505711 on black background.


Color preview on white background

This text has color #505711 on white background.



Black color preview on #505711 background

This text has black color on #505711 background.


White color preview on #505711 background

This text has white color on #505711 background.