COLOR #506122

HEX: #506122
RGB: (80,97,34)

Color info

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

RGB color model

#506122 color RGB value is (80,97,34).

  • red value is 80;
  • green value is 97;
  • blue value is 34.
RGB:
(80,97,34)
(31%,38%,13%)

RGB channels and saturation

R 80 of 255 = 31%
G 97 of 255 = 38%
B 34 of 255 = 13%

80
97
34

R + G + B ~ 27%. #506122 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 97 + 34 = 211 (100%)
R 80 of 211 ~ 37.91%
G 97 of 211 ~ 45.97%
B 34 of 211 ~ 16.11%

%37.91
%45.97
%16.11

CMYK color model

#506122 color CMYK value is (18,0,65,62).

  • cyan value is 17.53%
  • magenta value is 0.00%
  • yellow value is 64.95%
  • key color value is 61.96%
CMYK:
(18,0,65,62)
C18M0Y65K62 
(18%,0%,65%,62%)
(0.18/0.00/0.65/0.62)	

CMYK percentages

%17.53
%0
%64.95
%61.96

Codes

Color #506122 in popluar color models

506122
RGB809734
HSL76°48.09%25.69%
HSB/HSV76°64.95%38.04%
CMYK17.53%0.00%64.95%
61.96%

Color #506122 in popluar number systems.

HEX506122
Decimal809734
Binary10100001100001100010
Octal12014142

Shades and tints

Shades of #506122

#506122
(80,97,34)
#49591F
(73,89,31)
#42511C
(66,81,28)
#3B4919
(59,73,25)
#344116
(52,65,22)
#2D3913
(45,57,19)
#263110
(38,49,16)
#1F290D
(31,41,13)
#18210A
(24,33,10)
#111907
(17,25,7)
#0A1104
(10,17,4)
#000000
(0,0,0)

Tints of #506122

#506122
(80,97,34)
#5F6F36
(95,111,54)
#6E7D4A
(110,125,74)
#7D8B5E
(125,139,94)
#8C9972
(140,153,114)
#9BA786
(155,167,134)
#AAB59A
(170,181,154)
#B9C3AE
(185,195,174)
#C8D1C2
(200,209,194)
#D7DFD6
(215,223,214)
#E6EDEA
(230,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506122 color. Also use rgb(80,97,34) instead hex code.

Text Font Color

.myTextColor { color: #506122; }

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

This text font color is #506122.


Background Color

.myBgColor { background-color: #506122; }

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

This div background color is #506122.


Border color

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

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

This div border color is #506122.


Opacity

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

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

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

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

This text has shadow with #506122 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506122 on black background.


Color preview on white background

This text has color #506122 on white background.



Black color preview on #506122 background

This text has black color on #506122 background.


White color preview on #506122 background

This text has white color on #506122 background.