COLOR #505A0D

HEX: #505A0D
RGB: (80,90,13)

Color info

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

RGB color model

#505A0D color RGB value is (80,90,13).

  • red value is 80;
  • green value is 90;
  • blue value is 13.
RGB:
(80,90,13)
(31%,35%,5%)

RGB channels and saturation

R 80 of 255 = 31%
G 90 of 255 = 35%
B 13 of 255 = 5%

80
90
13

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

Portions of RGB colors in percentages

R + G + B =
80 + 90 + 13 = 183 (100%)
R 80 of 183 ~ 43.72%
G 90 of 183 ~ 49.18%
B 13 of 183 ~ 7.1%

%43.72
%49.18

CMYK color model

#505A0D color CMYK value is (11,0,86,65).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 85.56%
  • key color value is 64.71%
CMYK:
(11,0,86,65)
C11M0Y86K65 
(11%,0%,86%,65%)
(0.11/0.00/0.86/0.65)	

CMYK percentages

%11.11
%0
%85.56
%64.71

Codes

Color #505A0D in popluar color models

505A0D
RGB809013
HSL68°74.76%20.20%
HSB/HSV68°85.56%35.29%
CMYK11.11%0.00%85.56%
64.71%

Color #505A0D in popluar number systems.

HEX505A0D
Decimal809013
Binary101000010110101101
Octal12013215

Shades and tints

Shades of #505A0D

#505A0D
(80,90,13)
#49520C
(73,82,12)
#424A0B
(66,74,11)
#3B420A
(59,66,10)
#343A09
(52,58,9)
#2D3208
(45,50,8)
#262A07
(38,42,7)
#1F2206
(31,34,6)
#181A05
(24,26,5)
#111204
(17,18,4)
#0A0A03
(10,10,3)
#000000
(0,0,0)

Tints of #505A0D

#505A0D
(80,90,13)
#5F6923
(95,105,35)
#6E7839
(110,120,57)
#7D874F
(125,135,79)
#8C9665
(140,150,101)
#9BA57B
(155,165,123)
#AAB491
(170,180,145)
#B9C3A7
(185,195,167)
#C8D2BD
(200,210,189)
#D7E1D3
(215,225,211)
#E6F0E9
(230,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505A0D color. Also use rgb(80,90,13) instead hex code.

Text Font Color

.myTextColor { color: #505A0D; }

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

This text font color is #505A0D.


Background Color

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

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

This div background color is #505A0D.


Border color

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

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

This div border color is #505A0D.


Opacity

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

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

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

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

This text has shadow with #505A0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505A0D on black background.


Color preview on white background

This text has color #505A0D on white background.



Black color preview on #505A0D background

This text has black color on #505A0D background.


White color preview on #505A0D background

This text has white color on #505A0D background.