COLOR #506921

HEX: #506921
RGB: (80,105,33)

Color info

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

RGB color model

#506921 color RGB value is (80,105,33).

  • red value is 80;
  • green value is 105;
  • blue value is 33.
RGB:
(80,105,33)
(31%,41%,13%)

RGB channels and saturation

R 80 of 255 = 31%
G 105 of 255 = 41%
B 33 of 255 = 13%

80
105
33

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

Portions of RGB colors in percentages

R + G + B =
80 + 105 + 33 = 218 (100%)
R 80 of 218 ~ 36.7%
G 105 of 218 ~ 48.17%
B 33 of 218 ~ 15.14%

%36.7
%48.17
%15.14

CMYK color model

#506921 color CMYK value is (24,0,69,59).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 68.57%
  • key color value is 58.82%
CMYK:
(24,0,69,59)
C24M0Y69K59 
(24%,0%,69%,59%)
(0.24/0.00/0.69/0.59)	

CMYK percentages

%23.81
%0
%68.57
%58.82

Codes

Color #506921 in popluar color models

506921
RGB8010533
HSL81°52.17%27.06%
HSB/HSV81°68.57%41.18%
CMYK23.81%0.00%68.57%
58.82%

Color #506921 in popluar number systems.

HEX506921
Decimal8010533
Binary10100001101001100001
Octal12015141

Shades and tints

Shades of #506921

#506921
(80,105,33)
#49601E
(73,96,30)
#42571B
(66,87,27)
#3B4E18
(59,78,24)
#344515
(52,69,21)
#2D3C12
(45,60,18)
#26330F
(38,51,15)
#1F2A0C
(31,42,12)
#182109
(24,33,9)
#111806
(17,24,6)
#0A0F03
(10,15,3)
#000000
(0,0,0)

Tints of #506921

#506921
(80,105,33)
#5F7635
(95,118,53)
#6E8349
(110,131,73)
#7D905D
(125,144,93)
#8C9D71
(140,157,113)
#9BAA85
(155,170,133)
#AAB799
(170,183,153)
#B9C4AD
(185,196,173)
#C8D1C1
(200,209,193)
#D7DED5
(215,222,213)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506921 color. Also use rgb(80,105,33) instead hex code.

Text Font Color

.myTextColor { color: #506921; }

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

This text font color is #506921.


Background Color

.myBgColor { background-color: #506921; }

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

This div background color is #506921.


Border color

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

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

This div border color is #506921.


Opacity

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

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

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

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

This text has shadow with #506921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506921 on black background.


Color preview on white background

This text has color #506921 on white background.



Black color preview on #506921 background

This text has black color on #506921 background.


White color preview on #506921 background

This text has white color on #506921 background.