COLOR #505F1D

HEX: #505F1D
RGB: (80,95,29)

Color info

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

RGB color model

#505F1D color RGB value is (80,95,29).

  • red value is 80;
  • green value is 95;
  • blue value is 29.
RGB:
(80,95,29)
(31%,37%,11%)

RGB channels and saturation

R 80 of 255 = 31%
G 95 of 255 = 37%
B 29 of 255 = 11%

80
95
29

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

Portions of RGB colors in percentages

R + G + B =
80 + 95 + 29 = 204 (100%)
R 80 of 204 ~ 39.22%
G 95 of 204 ~ 46.57%
B 29 of 204 ~ 14.22%

%39.22
%46.57
%14.22

CMYK color model

#505F1D color CMYK value is (16,0,69,63).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 69.47%
  • key color value is 62.75%
CMYK:
(16,0,69,63)
C16M0Y69K63 
(16%,0%,69%,63%)
(0.16/0.00/0.69/0.63)	

CMYK percentages

%15.79
%0
%69.47
%62.75

Codes

Color #505F1D in popluar color models

505F1D
RGB809529
HSL74°53.23%24.31%
HSB/HSV74°69.47%37.25%
CMYK15.79%0.00%69.47%
62.75%

Color #505F1D in popluar number systems.

HEX505F1D
Decimal809529
Binary1010000101111111101
Octal12013735

Shades and tints

Shades of #505F1D

#505F1D
(80,95,29)
#49571B
(73,87,27)
#424F19
(66,79,25)
#3B4717
(59,71,23)
#343F15
(52,63,21)
#2D3713
(45,55,19)
#262F11
(38,47,17)
#1F270F
(31,39,15)
#181F0D
(24,31,13)
#11170B
(17,23,11)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #505F1D

#505F1D
(80,95,29)
#5F6D31
(95,109,49)
#6E7B45
(110,123,69)
#7D8959
(125,137,89)
#8C976D
(140,151,109)
#9BA581
(155,165,129)
#AAB395
(170,179,149)
#B9C1A9
(185,193,169)
#C8CFBD
(200,207,189)
#D7DDD1
(215,221,209)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505F1D color. Also use rgb(80,95,29) instead hex code.

Text Font Color

.myTextColor { color: #505F1D; }

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

This text font color is #505F1D.


Background Color

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

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

This div background color is #505F1D.


Border color

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

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

This div border color is #505F1D.


Opacity

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

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

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

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

This text has shadow with #505F1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505F1D on black background.


Color preview on white background

This text has color #505F1D on white background.



Black color preview on #505F1D background

This text has black color on #505F1D background.


White color preview on #505F1D background

This text has white color on #505F1D background.