COLOR #505930

HEX: #505930
RGB: (80,89,48)

Color info

#505930 contains red, green and blue colors in about the same proportion. Web safe color of #505930 is #666633 (or #663).

RGB color model

#505930 color RGB value is (80,89,48).

  • red value is 80;
  • green value is 89;
  • blue value is 48.
RGB:
(80,89,48)
(31%,35%,19%)

RGB channels and saturation

R 80 of 255 = 31%
G 89 of 255 = 35%
B 48 of 255 = 19%

80
89
48

R + G + B ~ 28%. #505930 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 89 + 48 = 217 (100%)
R 80 of 217 ~ 36.87%
G 89 of 217 ~ 41.01%
B 48 of 217 ~ 22.12%

%36.87
%41.01
%22.12

CMYK color model

#505930 color CMYK value is (10,0,46,65).

  • cyan value is 10.11%
  • magenta value is 0.00%
  • yellow value is 46.07%
  • key color value is 65.10%
CMYK:
(10,0,46,65)
C10M0Y46K65 
(10%,0%,46%,65%)
(0.10/0.00/0.46/0.65)	

CMYK percentages

%10.11
%0
%46.07
%65.1

Codes

Color #505930 in popluar color models

505930
RGB808948
HSL73°29.93%26.86%
HSB/HSV73°46.07%34.90%
CMYK10.11%0.00%46.07%
65.10%

Color #505930 in popluar number systems.

HEX505930
Decimal808948
Binary10100001011001110000
Octal12013160

Shades and tints

Shades of #505930

#505930
(80,89,48)
#49512C
(73,81,44)
#424928
(66,73,40)
#3B4124
(59,65,36)
#343920
(52,57,32)
#2D311C
(45,49,28)
#262918
(38,41,24)
#1F2114
(31,33,20)
#181910
(24,25,16)
#11110C
(17,17,12)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #505930

#505930
(80,89,48)
#5F6842
(95,104,66)
#6E7754
(110,119,84)
#7D8666
(125,134,102)
#8C9578
(140,149,120)
#9BA48A
(155,164,138)
#AAB39C
(170,179,156)
#B9C2AE
(185,194,174)
#C8D1C0
(200,209,192)
#D7E0D2
(215,224,210)
#E6EFE4
(230,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505930 color. Also use rgb(80,89,48) instead hex code.

Text Font Color

.myTextColor { color: #505930; }

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

This text font color is #505930.


Background Color

.myBgColor { background-color: #505930; }

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

This div background color is #505930.


Border color

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

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

This div border color is #505930.


Opacity

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

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

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

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

This text has shadow with #505930 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505930 on black background.


Color preview on white background

This text has color #505930 on white background.



Black color preview on #505930 background

This text has black color on #505930 background.


White color preview on #505930 background

This text has white color on #505930 background.