COLOR #508F30

HEX: #508F30 RGB: (80,143,48)

Color info

#508F30 contains mainly green color. Web safe color of #508F30 is #669933 (or #693).

RGB color model

#508F30 color RGB value is (80,143,48).

RGB: (80,143,48) (31%, 56%, 19%)

RGB channels and saturation

R 80 of 255 = 31%
G 143 of 255 = 56%
B 48 of 255 = 19%

80
143
48

R + G + B ~ 35%. #508F30 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 143 + 48 = 271 (100%)
R 80 of 271 ~ 29.52%
G 143 of 271 ~ 52.77%
B 48 of 271 ~ 17.71'%

%29.52
%52.77
%17.71

CMYK color model

#508F30 color CMYK value is (44,0,66,44).

  • cyan value is 44.06%
  • magenta value is 0.00%
  • yellow value is 66.43%
  • key color value is 43.92%
CMYK: (44,0,66,44) C44M0Y66K44 (44%,0%,66%,44%) (0.44/0.00/0.66/0.44) 

CMYK percentages

%44.06
%0
%66.43
%43.92

Codes

Color #508F30 in popluar color models

50 8F 30
RGB 80 143 48
HSL 100° 49.74% 37.45%
HSB/HSV 100° 66.43% 56.08%
CMYK 44.06% 0.00% 66.43%
43.92%

Color #508F30 in popluar number systems.

HEX 50 8F 30
Decimal 80 143 48
Binary 1010000 10001111 110000
Octal 120 217 60

Shades and tints

Shades of #508F30

#508F30
(80,143,48)
#49822C
(73,130,44)
#427528
(66,117,40)
#3B6824
(59,104,36)
#345B20
(52,91,32)
#2D4E1C
(45,78,28)
#264118
(38,65,24)
#1F3414
(31,52,20)
#182710
(24,39,16)
#111A0C
(17,26,12)
#0A0D08
(10,13,8)
#000000
(0,0,0)

Tints of #508F30

#508F30
(80,143,48)
#5F9942
(95,153,66)
#6EA354
(110,163,84)
#7DAD66
(125,173,102)
#8CB778
(140,183,120)
#9BC18A
(155,193,138)
#AACB9C
(170,203,156)
#B9D5AE
(185,213,174)
#C8DFC0
(200,223,192)
#D7E9D2
(215,233,210)
#E6F3E4
(230,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508F30 color. Also use rgb(80,143,48) instead hex code.

Text Font Color

.myTextColor { color: #508F30; }

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

This text font color is #508F30.

Background Color

.myBgColor { background-color: #508F30; }

<div style="background-color:#508F30">Inner text</div>

This div background color is #508F30.

Border color

.myBorderColor { border: 1px solid #508F30; }

<div style="border:3px solid #508F30">Div</div>

This div border color is #508F30.

Opacity

.myOpacity80 { color: #508F30; opacity: 0.8; }

<p style="color:#508F30;opacity:0.8;">80%</p>

Text with #508F30 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 #508F30;}

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

This text has shadow with #508F30 color.


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

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

This text has shadow with #508F30 primary color and red secondary color.


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

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

This text has shadow with #508F30 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #508F30.

Preview

Color preview on black background

This text has color #508F30 on black background.


Color preview on white background

This text has color #508F30 on white background.


Black color preview on #508F30 background

This text has black color on #508F30 background.


White color preview on #508F30 background

This text has white color on #508F30 background.


Related colors

Complementary color

Complementary color for #hex is #AF70CF.


I love getcolorcode.com

Triadic colors

1 #30508F and #8F3050 with #508F30 are triadic colors.

2 #308F50 and #8F5030 with #508F30 are triadic colors.