COLOR #507F45

HEX: #507F45 RGB: (80,127,69)

Color info

#507F45 contains red, green and blue colors in about the same proportion. Web safe color of #507F45 is #666633 (or #663).

RGB color model

#507F45 color RGB value is (80,127,69).

RGB: (80,127,69) (31%, 50%, 27%)

RGB channels and saturation

R 80 of 255 = 31%
G 127 of 255 = 50%
B 69 of 255 = 27%

80
127
69

R + G + B ~ 36%. #507F45 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 127 + 69 = 276 (100%)
R 80 of 276 ~ 28.99%
G 127 of 276 ~ 46.01%
B 69 of 276 ~ 25'%

%28.99
%46.01
%25

CMYK color model

#507F45 color CMYK value is (37,0,46,50).

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

CMYK: (37,0,46,50)
C37M0Y46K50 (37%, 0%, 46%, 50%)
(0.37 / 0.00 / 0.46 / 0.50)

CMYK percentages

%37.01
%0
%45.67
%50.2

Codes

Color #507F45 in popluar color models

50 7F 45
RGB 80 127 69
HSL 109° 29.59% 38.43%
HSB/HSV 109° 45.67% 49.80%
CMYK 37.01% 0.00% 45.67%
50.20%

Color #507F45 in popluar number systems.

HEX 50 7F 45
Decimal 80 127 69
Binary 1010000 1111111 1000101
Octal 120 177 105

Shades and tints

Shades of #507F45

#507F45
(80,127,69)
#49743F
(73,116,63)
#426939
(66,105,57)
#3B5E33
(59,94,51)
#34532D
(52,83,45)
#2D4827
(45,72,39)
#263D21
(38,61,33)
#1F321B
(31,50,27)
#182715
(24,39,21)
#111C0F
(17,28,15)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #507F45

#507F45
(80,127,69)
#5F8A55
(95,138,85)
#6E9565
(110,149,101)
#7DA075
(125,160,117)
#8CAB85
(140,171,133)
#9BB695
(155,182,149)
#AAC1A5
(170,193,165)
#B9CCB5
(185,204,181)
#C8D7C5
(200,215,197)
#D7E2D5
(215,226,213)
#E6EDE5
(230,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507F45; }

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

This text font color is #507F45.

Background Color

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

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

This div background color is #507F45.

Border color

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

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

This div border color is #507F45.

Opacity

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

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

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

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

This text has shadow with #507F45 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #507F45.

Preview

Color preview on black background

This text has color #507F45 on black background.


Color preview on white background

This text has color #507F45 on white background.


Black color preview on #507F45 background

This text has black color on #507F45 background.


White color preview on #507F45 background

This text has white color on #507F45 background.


Related colors

Complementary color

Complementary color for #hex is #AF80BA.


I love getcolorcode.com

Triadic colors

1 #45507F and #7F4550 with #507F45 are triadic colors.

2 #457F50 and #7F5045 with #507F45 are triadic colors.