COLOR #505717

HEX: #505717
RGB: (80,87,23)

Color info

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

RGB color model

#505717 color RGB value is (80,87,23).

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

RGB channels and saturation

R 80 of 255 = 31%
G 87 of 255 = 34%
B 23 of 255 = 9%

80
87
23

R + G + B ~ 25%. #505717 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 87 + 23 = 190 (100%)
R 80 of 190 ~ 42.11%
G 87 of 190 ~ 45.79%
B 23 of 190 ~ 12.11%

%42.11
%45.79
%12.11

CMYK color model

#505717 color CMYK value is (8,0,74,66).

  • cyan value is 8.05%
  • magenta value is 0.00%
  • yellow value is 73.56%
  • key color value is 65.88%
CMYK:
(8,0,74,66)
C8M0Y74K66 
(8%,0%,74%,66%)
(0.08/0.00/0.74/0.66)	

CMYK percentages

%8.05
%0
%73.56
%65.88

Codes

Color #505717 in popluar color models

505717
RGB808723
HSL67°58.18%21.57%
HSB/HSV67°73.56%34.12%
CMYK8.05%0.00%73.56%
65.88%

Color #505717 in popluar number systems.

HEX505717
Decimal808723
Binary1010000101011110111
Octal12012727

Shades and tints

Shades of #505717

#505717
(80,87,23)
#495015
(73,80,21)
#424913
(66,73,19)
#3B4211
(59,66,17)
#343B0F
(52,59,15)
#2D340D
(45,52,13)
#262D0B
(38,45,11)
#1F2609
(31,38,9)
#181F07
(24,31,7)
#111805
(17,24,5)
#0A1103
(10,17,3)
#000000
(0,0,0)

Tints of #505717

#505717
(80,87,23)
#5F662C
(95,102,44)
#6E7541
(110,117,65)
#7D8456
(125,132,86)
#8C936B
(140,147,107)
#9BA280
(155,162,128)
#AAB195
(170,177,149)
#B9C0AA
(185,192,170)
#C8CFBF
(200,207,191)
#D7DED4
(215,222,212)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505717; }

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

This text font color is #505717.


Background Color

.myBgColor { background-color: #505717; }

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

This div background color is #505717.


Border color

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

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

This div border color is #505717.


Opacity

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

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

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

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

This text has shadow with #505717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505717 on black background.


Color preview on white background

This text has color #505717 on white background.



Black color preview on #505717 background

This text has black color on #505717 background.


White color preview on #505717 background

This text has white color on #505717 background.