COLOR #508A0F

HEX: #508A0F
RGB: (80,138,15)

Color info

#508A0F contains mainly red and green colors. Web safe color of #508A0F is #669900 (or #690).

RGB color model

#508A0F color RGB value is (80,138,15).

  • red value is 80;
  • green value is 138;
  • blue value is 15.
RGB:
(80,138,15)
(31%,54%,6%)

RGB channels and saturation

R 80 of 255 = 31%
G 138 of 255 = 54%
B 15 of 255 = 6%

80
138
15

R + G + B ~ 30%. #508A0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 138 + 15 = 233 (100%)
R 80 of 233 ~ 34.33%
G 138 of 233 ~ 59.23%
B 15 of 233 ~ 6.44%

%34.33
%59.23

CMYK color model

#508A0F color CMYK value is (42,0,89,46).

  • cyan value is 42.03%
  • magenta value is 0.00%
  • yellow value is 89.13%
  • key color value is 45.88%
CMYK:
(42,0,89,46)
C42M0Y89K46 
(42%,0%,89%,46%)
(0.42/0.00/0.89/0.46)	

CMYK percentages

%42.03
%0
%89.13
%45.88

Codes

Color #508A0F in popluar color models

508A0F
RGB8013815
HSL88°80.39%30.00%
HSB/HSV88°89.13%54.12%
CMYK42.03%0.00%89.13%
45.88%

Color #508A0F in popluar number systems.

HEX508A0F
Decimal8013815
Binary1010000100010101111
Octal12021217

Shades and tints

Shades of #508A0F

#508A0F
(80,138,15)
#497E0E
(73,126,14)
#42720D
(66,114,13)
#3B660C
(59,102,12)
#345A0B
(52,90,11)
#2D4E0A
(45,78,10)
#264209
(38,66,9)
#1F3608
(31,54,8)
#182A07
(24,42,7)
#111E06
(17,30,6)
#0A1205
(10,18,5)
#000000
(0,0,0)

Tints of #508A0F

#508A0F
(80,138,15)
#5F9424
(95,148,36)
#6E9E39
(110,158,57)
#7DA84E
(125,168,78)
#8CB263
(140,178,99)
#9BBC78
(155,188,120)
#AAC68D
(170,198,141)
#B9D0A2
(185,208,162)
#C8DAB7
(200,218,183)
#D7E4CC
(215,228,204)
#E6EEE1
(230,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508A0F color. Also use rgb(80,138,15) instead hex code.

Text Font Color

.myTextColor { color: #508A0F; }

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

This text font color is #508A0F.


Background Color

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

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

This div background color is #508A0F.


Border color

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

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

This div border color is #508A0F.


Opacity

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

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

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

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

This text has shadow with #508A0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508A0F on black background.


Color preview on white background

This text has color #508A0F on white background.



Black color preview on #508A0F background

This text has black color on #508A0F background.


White color preview on #508A0F background

This text has white color on #508A0F background.