COLOR #508024

HEX: #508024
RGB: (80,128,36)

Color info

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

RGB color model

#508024 color RGB value is (80,128,36).

  • red value is 80;
  • green value is 128;
  • blue value is 36.
RGB:
(80,128,36)
(31%,50%,14%)

RGB channels and saturation

R 80 of 255 = 31%
G 128 of 255 = 50%
B 36 of 255 = 14%

80
128
36

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

Portions of RGB colors in percentages

R + G + B =
80 + 128 + 36 = 244 (100%)
R 80 of 244 ~ 32.79%
G 128 of 244 ~ 52.46%
B 36 of 244 ~ 14.75%

%32.79
%52.46
%14.75

CMYK color model

#508024 color CMYK value is (38,0,72,50).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 71.88%
  • key color value is 49.80%
CMYK:
(38,0,72,50)
C38M0Y72K50 
(38%,0%,72%,50%)
(0.38/0.00/0.72/0.50)	

CMYK percentages

%37.5
%0
%71.88
%49.8

Codes

Color #508024 in popluar color models

508024
RGB8012836
HSL91°56.10%32.16%
HSB/HSV91°71.88%50.20%
CMYK37.50%0.00%71.88%
49.80%

Color #508024 in popluar number systems.

HEX508024
Decimal8012836
Binary101000010000000100100
Octal12020044

Shades and tints

Shades of #508024

#508024
(80,128,36)
#497521
(73,117,33)
#426A1E
(66,106,30)
#3B5F1B
(59,95,27)
#345418
(52,84,24)
#2D4915
(45,73,21)
#263E12
(38,62,18)
#1F330F
(31,51,15)
#18280C
(24,40,12)
#111D09
(17,29,9)
#0A1206
(10,18,6)
#000000
(0,0,0)

Tints of #508024

#508024
(80,128,36)
#5F8B37
(95,139,55)
#6E964A
(110,150,74)
#7DA15D
(125,161,93)
#8CAC70
(140,172,112)
#9BB783
(155,183,131)
#AAC296
(170,194,150)
#B9CDA9
(185,205,169)
#C8D8BC
(200,216,188)
#D7E3CF
(215,227,207)
#E6EEE2
(230,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508024 color. Also use rgb(80,128,36) instead hex code.

Text Font Color

.myTextColor { color: #508024; }

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

This text font color is #508024.


Background Color

.myBgColor { background-color: #508024; }

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

This div background color is #508024.


Border color

.myBorderColor { border: 1px solid #508024; }

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

This div border color is #508024.


Opacity

.myOpacity80 { color: #508024; opacity: 0.8; }

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

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

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

This text has shadow with #508024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508024 on black background.


Color preview on white background

This text has color #508024 on white background.



Black color preview on #508024 background

This text has black color on #508024 background.


White color preview on #508024 background

This text has white color on #508024 background.