COLOR #507D29

HEX: #507D29
RGB: (80,125,41)

Color info

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

RGB color model

#507D29 color RGB value is (80,125,41).

  • red value is 80;
  • green value is 125;
  • blue value is 41.
RGB:
(80,125,41)
(31%,49%,16%)

RGB channels and saturation

R 80 of 255 = 31%
G 125 of 255 = 49%
B 41 of 255 = 16%

80
125
41

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

Portions of RGB colors in percentages

R + G + B =
80 + 125 + 41 = 246 (100%)
R 80 of 246 ~ 32.52%
G 125 of 246 ~ 50.81%
B 41 of 246 ~ 16.67%

%32.52
%50.81
%16.67

CMYK color model

#507D29 color CMYK value is (36,0,67,51).

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 67.20%
  • key color value is 50.98%
CMYK:
(36,0,67,51)
C36M0Y67K51 
(36%,0%,67%,51%)
(0.36/0.00/0.67/0.51)	

CMYK percentages

%36
%0
%67.2
%50.98

Codes

Color #507D29 in popluar color models

507D29
RGB8012541
HSL92°50.60%32.55%
HSB/HSV92°67.20%49.02%
CMYK36.00%0.00%67.20%
50.98%

Color #507D29 in popluar number systems.

HEX507D29
Decimal8012541
Binary10100001111101101001
Octal12017551

Shades and tints

Shades of #507D29

#507D29
(80,125,41)
#497226
(73,114,38)
#426723
(66,103,35)
#3B5C20
(59,92,32)
#34511D
(52,81,29)
#2D461A
(45,70,26)
#263B17
(38,59,23)
#1F3014
(31,48,20)
#182511
(24,37,17)
#111A0E
(17,26,14)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #507D29

#507D29
(80,125,41)
#5F883C
(95,136,60)
#6E934F
(110,147,79)
#7D9E62
(125,158,98)
#8CA975
(140,169,117)
#9BB488
(155,180,136)
#AABF9B
(170,191,155)
#B9CAAE
(185,202,174)
#C8D5C1
(200,213,193)
#D7E0D4
(215,224,212)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507D29; }

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

This text font color is #507D29.


Background Color

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

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

This div background color is #507D29.


Border color

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

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

This div border color is #507D29.


Opacity

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

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

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

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

This text has shadow with #507D29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507D29 on black background.


Color preview on white background

This text has color #507D29 on white background.



Black color preview on #507D29 background

This text has black color on #507D29 background.


White color preview on #507D29 background

This text has white color on #507D29 background.