COLOR #506530

HEX: #506530
RGB: (80,101,48)

Color info

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

RGB color model

#506530 color RGB value is (80,101,48).

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

RGB channels and saturation

R 80 of 255 = 31%
G 101 of 255 = 40%
B 48 of 255 = 19%

80
101
48

R + G + B ~ 30%. #506530 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 101 + 48 = 229 (100%)
R 80 of 229 ~ 34.93%
G 101 of 229 ~ 44.1%
B 48 of 229 ~ 20.96%

%34.93
%44.1
%20.96

CMYK color model

#506530 color CMYK value is (21,0,52,60).

  • cyan value is 20.79%
  • magenta value is 0.00%
  • yellow value is 52.48%
  • key color value is 60.39%
CMYK:
(21,0,52,60)
C21M0Y52K60 
(21%,0%,52%,60%)
(0.21/0.00/0.52/0.60)	

CMYK percentages

%20.79
%0
%52.48
%60.39

Codes

Color #506530 in popluar color models

506530
RGB8010148
HSL84°35.57%29.22%
HSB/HSV84°52.48%39.61%
CMYK20.79%0.00%52.48%
60.39%

Color #506530 in popluar number systems.

HEX506530
Decimal8010148
Binary10100001100101110000
Octal12014560

Shades and tints

Shades of #506530

#506530
(80,101,48)
#495C2C
(73,92,44)
#425328
(66,83,40)
#3B4A24
(59,74,36)
#344120
(52,65,32)
#2D381C
(45,56,28)
#262F18
(38,47,24)
#1F2614
(31,38,20)
#181D10
(24,29,16)
#11140C
(17,20,12)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #506530

#506530
(80,101,48)
#5F7342
(95,115,66)
#6E8154
(110,129,84)
#7D8F66
(125,143,102)
#8C9D78
(140,157,120)
#9BAB8A
(155,171,138)
#AAB99C
(170,185,156)
#B9C7AE
(185,199,174)
#C8D5C0
(200,213,192)
#D7E3D2
(215,227,210)
#E6F1E4
(230,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506530; }

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

This text font color is #506530.


Background Color

.myBgColor { background-color: #506530; }

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

This div background color is #506530.


Border color

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

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

This div border color is #506530.


Opacity

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

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

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

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

This text has shadow with #506530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506530 on black background.


Color preview on white background

This text has color #506530 on white background.



Black color preview on #506530 background

This text has black color on #506530 background.


White color preview on #506530 background

This text has white color on #506530 background.