COLOR #508023

HEX: #508023
RGB: (80,128,35)

Color info

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

RGB color model

#508023 color RGB value is (80,128,35).

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

RGB channels and saturation

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

80
128
35

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

Portions of RGB colors in percentages

R + G + B =
80 + 128 + 35 = 243 (100%)
R 80 of 243 ~ 32.92%
G 128 of 243 ~ 52.67%
B 35 of 243 ~ 14.4%

%32.92
%52.67
%14.4

CMYK color model

#508023 color CMYK value is (38,0,73,50).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 72.66%
  • key color value is 49.80%
CMYK:
(38,0,73,50)
C38M0Y73K50 
(38%,0%,73%,50%)
(0.38/0.00/0.73/0.50)	

CMYK percentages

%37.5
%0
%72.66
%49.8

Codes

Color #508023 in popluar color models

508023
RGB8012835
HSL91°57.06%31.96%
HSB/HSV91°72.66%50.20%
CMYK37.50%0.00%72.66%
49.80%

Color #508023 in popluar number systems.

HEX508023
Decimal8012835
Binary101000010000000100011
Octal12020043

Shades and tints

Shades of #508023

#508023
(80,128,35)
#497520
(73,117,32)
#426A1D
(66,106,29)
#3B5F1A
(59,95,26)
#345417
(52,84,23)
#2D4914
(45,73,20)
#263E11
(38,62,17)
#1F330E
(31,51,14)
#18280B
(24,40,11)
#111D08
(17,29,8)
#0A1205
(10,18,5)
#000000
(0,0,0)

Tints of #508023

#508023
(80,128,35)
#5F8B37
(95,139,55)
#6E964B
(110,150,75)
#7DA15F
(125,161,95)
#8CAC73
(140,172,115)
#9BB787
(155,183,135)
#AAC29B
(170,194,155)
#B9CDAF
(185,205,175)
#C8D8C3
(200,216,195)
#D7E3D7
(215,227,215)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508023; }

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

This text font color is #508023.


Background Color

.myBgColor { background-color: #508023; }

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

This div background color is #508023.


Border color

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

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

This div border color is #508023.


Opacity

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

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

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

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

This text has shadow with #508023 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508023 on black background.


Color preview on white background

This text has color #508023 on white background.



Black color preview on #508023 background

This text has black color on #508023 background.


White color preview on #508023 background

This text has white color on #508023 background.