COLOR #506D30

HEX: #506D30 RGB: (80,109,48)

Color info

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

RGB color model

#506D30 color RGB value is (80,109,48).

RGB: (80,109,48) (31%, 43%, 19%)

RGB channels and saturation

R 80 of 255 = 31%
G 109 of 255 = 43%
B 48 of 255 = 19%

80
109
48

R + G + B ~ 31%. #506D30 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 109 + 48 = 237 (100%)
R 80 of 237 ~ 33.76%
G 109 of 237 ~ 45.99%
B 48 of 237 ~ 20.25'%

%33.76
%45.99
%20.25

CMYK color model

#506D30 color CMYK value is (27,0,56,57).

  • cyan value is 26.61%
  • magenta value is 0.00%
  • yellow value is 55.96%
  • key color value is 57.25%

CMYK: (27,0,56,57)
C27M0Y56K57 (27%, 0%, 56%, 57%)
(0.27 / 0.00 / 0.56 / 0.57)

CMYK percentages

%26.61
%0
%55.96
%57.25

Codes

Color #506D30 in popluar color models

50 6D 30
RGB 80 109 48
HSL 89° 38.85% 30.78%
HSB/HSV 89° 55.96% 42.75%
CMYK 26.61% 0.00% 55.96%
57.25%

Color #506D30 in popluar number systems.

HEX 50 6D 30
Decimal 80 109 48
Binary 1010000 1101101 110000
Octal 120 155 60

Shades and tints

Shades of #506D30

#506D30
(80,109,48)
#49642C
(73,100,44)
#425B28
(66,91,40)
#3B5224
(59,82,36)
#344920
(52,73,32)
#2D401C
(45,64,28)
#263718
(38,55,24)
#1F2E14
(31,46,20)
#182510
(24,37,16)
#111C0C
(17,28,12)
#0A1308
(10,19,8)
#000000
(0,0,0)

Tints of #506D30

#506D30
(80,109,48)
#5F7A42
(95,122,66)
#6E8754
(110,135,84)
#7D9466
(125,148,102)
#8CA178
(140,161,120)
#9BAE8A
(155,174,138)
#AABB9C
(170,187,156)
#B9C8AE
(185,200,174)
#C8D5C0
(200,213,192)
#D7E2D2
(215,226,210)
#E6EFE4
(230,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506D30; }

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

This text font color is #506D30.

Background Color

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

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

This div background color is #506D30.

Border color

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

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

This div border color is #506D30.

Opacity

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

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

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

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

This text has shadow with #506D30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #506D30.

Preview

Color preview on black background

This text has color #506D30 on black background.


Color preview on white background

This text has color #506D30 on white background.


Black color preview on #506D30 background

This text has black color on #506D30 background.


White color preview on #506D30 background

This text has white color on #506D30 background.


Related colors

Complementary color

Complementary color for #hex is #AF92CF.


I love getcolorcode.com

Triadic colors

1 #30506D and #6D3050 with #506D30 are triadic colors.

2 #306D50 and #6D5030 with #506D30 are triadic colors.