COLOR #505D1F

HEX: #505D1F
RGB: (80,93,31)

Color info

#505D1F contains mainly red and green colors. Web safe color of #505D1F is #666633 (or #663).

RGB color model

#505D1F color RGB value is (80,93,31).

  • red value is 80;
  • green value is 93;
  • blue value is 31.
RGB:
(80,93,31)
(31%,36%,12%)

RGB channels and saturation

R 80 of 255 = 31%
G 93 of 255 = 36%
B 31 of 255 = 12%

80
93
31

R + G + B ~ 26%. #505D1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 93 + 31 = 204 (100%)
R 80 of 204 ~ 39.22%
G 93 of 204 ~ 45.59%
B 31 of 204 ~ 15.2%

%39.22
%45.59
%15.2

CMYK color model

#505D1F color CMYK value is (14,0,67,64).

  • cyan value is 13.98%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 63.53%
CMYK:
(14,0,67,64)
C14M0Y67K64 
(14%,0%,67%,64%)
(0.14/0.00/0.67/0.64)	

CMYK percentages

%13.98
%0
%66.67
%63.53

Codes

Color #505D1F in popluar color models

505D1F
RGB809331
HSL73°50.00%24.31%
HSB/HSV73°66.67%36.47%
CMYK13.98%0.00%66.67%
63.53%

Color #505D1F in popluar number systems.

HEX505D1F
Decimal809331
Binary1010000101110111111
Octal12013537

Shades and tints

Shades of #505D1F

#505D1F
(80,93,31)
#49551D
(73,85,29)
#424D1B
(66,77,27)
#3B4519
(59,69,25)
#343D17
(52,61,23)
#2D3515
(45,53,21)
#262D13
(38,45,19)
#1F2511
(31,37,17)
#181D0F
(24,29,15)
#11150D
(17,21,13)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #505D1F

#505D1F
(80,93,31)
#5F6B33
(95,107,51)
#6E7947
(110,121,71)
#7D875B
(125,135,91)
#8C956F
(140,149,111)
#9BA383
(155,163,131)
#AAB197
(170,177,151)
#B9BFAB
(185,191,171)
#C8CDBF
(200,205,191)
#D7DBD3
(215,219,211)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505D1F color. Also use rgb(80,93,31) instead hex code.

Text Font Color

.myTextColor { color: #505D1F; }

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

This text font color is #505D1F.


Background Color

.myBgColor { background-color: #505D1F; }

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

This div background color is #505D1F.


Border color

.myBorderColor { border: 1px solid #505D1F; }

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

This div border color is #505D1F.


Opacity

.myOpacity80 { color: #505D1F; opacity: 0.8; }

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

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

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

This text has shadow with #505D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505D1F on black background.


Color preview on white background

This text has color #505D1F on white background.



Black color preview on #505D1F background

This text has black color on #505D1F background.


White color preview on #505D1F background

This text has white color on #505D1F background.