COLOR #507F29

HEX: #507F29 RGB: (80,127,41)

Color info

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

RGB color model

#507F29 color RGB value is (80,127,41).

RGB: (80,127,41) (31%, 50%, 16%)

RGB channels and saturation

R 80 of 255 = 31%
G 127 of 255 = 50%
B 41 of 255 = 16%

80
127
41

R + G + B ~ 32%. #507F29 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 127 + 41 = 248 (100%)
R 80 of 248 ~ 32.26%
G 127 of 248 ~ 51.21%
B 41 of 248 ~ 16.53'%

%32.26
%51.21
%16.53

CMYK color model

#507F29 color CMYK value is (37,0,68,50).

  • cyan value is 37.01%
  • magenta value is 0.00%
  • yellow value is 67.72%
  • key color value is 50.20%
CMYK: (37,0,68,50) C37M0Y68K50 (37%,0%,68%,50%) (0.37/0.00/0.68/0.50) 

CMYK percentages

%37.01
%0
%67.72
%50.2

Codes

Color #507F29 in popluar color models

50 7F 29
RGB 80 127 41
HSL 93° 51.19% 32.94%
HSB/HSV 93° 67.72% 49.80%
CMYK 37.01% 0.00% 67.72%
50.20%

Color #507F29 in popluar number systems.

HEX 50 7F 29
Decimal 80 127 41
Binary 1010000 1111111 101001
Octal 120 177 51

Shades and tints

Shades of #507F29

#507F29
(80,127,41)
#497426
(73,116,38)
#426923
(66,105,35)
#3B5E20
(59,94,32)
#34531D
(52,83,29)
#2D481A
(45,72,26)
#263D17
(38,61,23)
#1F3214
(31,50,20)
#182711
(24,39,17)
#111C0E
(17,28,14)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #507F29

#507F29
(80,127,41)
#5F8A3C
(95,138,60)
#6E954F
(110,149,79)
#7DA062
(125,160,98)
#8CAB75
(140,171,117)
#9BB688
(155,182,136)
#AAC19B
(170,193,155)
#B9CCAE
(185,204,174)
#C8D7C1
(200,215,193)
#D7E2D4
(215,226,212)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507F29 color. Also use rgb(80,127,41) instead hex code.

Text Font Color

.myTextColor { color: #507F29; }

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

This text font color is #507F29.

Background Color

.myBgColor { background-color: #507F29; }

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

This div background color is #507F29.

Border color

.myBorderColor { border: 1px solid #507F29; }

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

This div border color is #507F29.

Opacity

.myOpacity80 { color: #507F29; opacity: 0.8; }

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

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

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

This text has shadow with #507F29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #507F29.

Preview

Color preview on black background

This text has color #507F29 on black background.


Color preview on white background

This text has color #507F29 on white background.


Black color preview on #507F29 background

This text has black color on #507F29 background.


White color preview on #507F29 background

This text has white color on #507F29 background.


Related colors

Complementary color

Complementary color for #hex is #AF80D6.


I love getcolorcode.com

Triadic colors

1 #29507F and #7F2950 with #507F29 are triadic colors.

2 #297F50 and #7F5029 with #507F29 are triadic colors.