COLOR #506C21

HEX: #506C21 RGB: (80,108,33)

Color info

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

RGB color model

#506C21 color RGB value is (80,108,33).

RGB: (80,108,33) (31%, 42%, 13%)

RGB channels and saturation

R 80 of 255 = 31%
G 108 of 255 = 42%
B 33 of 255 = 13%

80
108
33

R + G + B ~ 29%. #506C21 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 108 + 33 = 221 (100%)
R 80 of 221 ~ 36.2%
G 108 of 221 ~ 48.87%
B 33 of 221 ~ 14.93'%

%36.2
%48.87
%14.93

CMYK color model

#506C21 color CMYK value is (26,0,69,58).

  • cyan value is 25.93%
  • magenta value is 0.00%
  • yellow value is 69.44%
  • key color value is 57.65%

CMYK: (26,0,69,58)
C26M0Y69K58 (26%, 0%, 69%, 58%)
(0.26 / 0.00 / 0.69 / 0.58)

CMYK percentages

%25.93
%0
%69.44
%57.65

Codes

Color #506C21 in popluar color models

50 6C 21
RGB 80 108 33
HSL 82° 53.19% 27.65%
HSB/HSV 82° 69.44% 42.35%
CMYK 25.93% 0.00% 69.44%
57.65%

Color #506C21 in popluar number systems.

HEX 50 6C 21
Decimal 80 108 33
Binary 1010000 1101100 100001
Octal 120 154 41

Shades and tints

Shades of #506C21

#506C21
(80,108,33)
#49631E
(73,99,30)
#425A1B
(66,90,27)
#3B5118
(59,81,24)
#344815
(52,72,21)
#2D3F12
(45,63,18)
#26360F
(38,54,15)
#1F2D0C
(31,45,12)
#182409
(24,36,9)
#111B06
(17,27,6)
#0A1203
(10,18,3)
#000000
(0,0,0)

Tints of #506C21

#506C21
(80,108,33)
#5F7935
(95,121,53)
#6E8649
(110,134,73)
#7D935D
(125,147,93)
#8CA071
(140,160,113)
#9BAD85
(155,173,133)
#AABA99
(170,186,153)
#B9C7AD
(185,199,173)
#C8D4C1
(200,212,193)
#D7E1D5
(215,225,213)
#E6EEE9
(230,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506C21; }

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

This text font color is #506C21.

Background Color

.myBgColor { background-color: #506C21; }

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

This div background color is #506C21.

Border color

.myBorderColor { border: 1px solid #506C21; }

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

This div border color is #506C21.

Opacity

.myOpacity80 { color: #506C21; opacity: 0.8; }

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

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

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

This text has shadow with #506C21 color.


.textShadow {text-shadow: 3px 3px 1px #506C21', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #506C21; -webkit-box-shadow: 1px 1px 3px 2px #506C21; box-shadow:1px 1px 3px 2px #506C21;">
Div content here
</div>

This div box has shadow with color #506C21.

Preview

Color preview on black background

This text has color #506C21 on black background.


Color preview on white background

This text has color #506C21 on white background.


Black color preview on #506C21 background

This text has black color on #506C21 background.


White color preview on #506C21 background

This text has white color on #506C21 background.


Related colors

Complementary color

Complementary color for #hex is #AF93DE.


I love getcolorcode.com

Triadic colors

1 #21506C and #6C2150 with #506C21 are triadic colors.

2 #216C50 and #6C5021 with #506C21 are triadic colors.