COLOR #507F3D

HEX: #507F3D RGB: (80,127,61)

Color info

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

RGB color model

#507F3D color RGB value is (80,127,61).

RGB: (80,127,61) (31%, 50%, 24%)

RGB channels and saturation

R 80 of 255 = 31%
G 127 of 255 = 50%
B 61 of 255 = 24%

80
127
61

R + G + B ~ 35%. #507F3D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 127 + 61 = 268 (100%)
R 80 of 268 ~ 29.85%
G 127 of 268 ~ 47.39%
B 61 of 268 ~ 22.76'%

%29.85
%47.39
%22.76

CMYK color model

#507F3D color CMYK value is (37,0,52,50).

  • cyan value is 37.01%
  • magenta value is 0.00%
  • yellow value is 51.97%
  • key color value is 50.20%

CMYK: (37,0,52,50)
C37M0Y52K50 (37%, 0%, 52%, 50%)
(0.37 / 0.00 / 0.52 / 0.50)

CMYK percentages

%37.01
%0
%51.97
%50.2

Codes

Color #507F3D in popluar color models

50 7F 3D
RGB 80 127 61
HSL 103° 35.11% 36.86%
HSB/HSV 103° 51.97% 49.80%
CMYK 37.01% 0.00% 51.97%
50.20%

Color #507F3D in popluar number systems.

HEX 50 7F 3D
Decimal 80 127 61
Binary 1010000 1111111 111101
Octal 120 177 75

Shades and tints

Shades of #507F3D

#507F3D
(80,127,61)
#497438
(73,116,56)
#426933
(66,105,51)
#3B5E2E
(59,94,46)
#345329
(52,83,41)
#2D4824
(45,72,36)
#263D1F
(38,61,31)
#1F321A
(31,50,26)
#182715
(24,39,21)
#111C10
(17,28,16)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #507F3D

#507F3D
(80,127,61)
#5F8A4E
(95,138,78)
#6E955F
(110,149,95)
#7DA070
(125,160,112)
#8CAB81
(140,171,129)
#9BB692
(155,182,146)
#AAC1A3
(170,193,163)
#B9CCB4
(185,204,180)
#C8D7C5
(200,215,197)
#D7E2D6
(215,226,214)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507F3D; }

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

This text font color is #507F3D.

Background Color

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

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

This div background color is #507F3D.

Border color

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

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

This div border color is #507F3D.

Opacity

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

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

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

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

This text has shadow with #507F3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #507F3D.

Preview

Color preview on black background

This text has color #507F3D on black background.


Color preview on white background

This text has color #507F3D on white background.


Black color preview on #507F3D background

This text has black color on #507F3D background.


White color preview on #507F3D background

This text has white color on #507F3D background.


Related colors

Complementary color

Complementary color for #hex is #AF80C2.


I love getcolorcode.com

Triadic colors

1 #3D507F and #7F3D50 with #507F3D are triadic colors.

2 #3D7F50 and #7F503D with #507F3D are triadic colors.