COLOR #508248

HEX: #508248
RGB: (80,130,72)

Color info

#508248 contains red, green and blue colors in about the same proportion. Web safe color of #508248 is #669933 (or #693).

RGB color model

#508248 color RGB value is (80,130,72).

  • red value is 80;
  • green value is 130;
  • blue value is 72.
RGB:
(80,130,72)
(31%,51%,28%)

RGB channels and saturation

R 80 of 255 = 31%
G 130 of 255 = 51%
B 72 of 255 = 28%

80
130
72

R + G + B ~ 37%. #508248 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 130 + 72 = 282 (100%)
R 80 of 282 ~ 28.37%
G 130 of 282 ~ 46.1%
B 72 of 282 ~ 25.53%

%28.37
%46.1
%25.53

CMYK color model

#508248 color CMYK value is (38,0,45,49).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 44.62%
  • key color value is 49.02%
CMYK:
(38,0,45,49)
C38M0Y45K49 
(38%,0%,45%,49%)
(0.38/0.00/0.45/0.49)	

CMYK percentages

%38.46
%0
%44.62
%49.02

Codes

Color #508248 in popluar color models

508248
RGB8013072
HSL112°28.71%39.61%
HSB/HSV112°44.62%50.98%
CMYK38.46%0.00%44.62%
49.02%

Color #508248 in popluar number systems.

HEX508248
Decimal8013072
Binary1010000100000101001000
Octal120202110

Shades and tints

Shades of #508248

#508248
(80,130,72)
#497742
(73,119,66)
#426C3C
(66,108,60)
#3B6136
(59,97,54)
#345630
(52,86,48)
#2D4B2A
(45,75,42)
#264024
(38,64,36)
#1F351E
(31,53,30)
#182A18
(24,42,24)
#111F12
(17,31,18)
#0A140C
(10,20,12)
#000000
(0,0,0)

Tints of #508248

#508248
(80,130,72)
#5F8D58
(95,141,88)
#6E9868
(110,152,104)
#7DA378
(125,163,120)
#8CAE88
(140,174,136)
#9BB998
(155,185,152)
#AAC4A8
(170,196,168)
#B9CFB8
(185,207,184)
#C8DAC8
(200,218,200)
#D7E5D8
(215,229,216)
#E6F0E8
(230,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508248 color. Also use rgb(80,130,72) instead hex code.

Text Font Color

.myTextColor { color: #508248; }

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

This text font color is #508248.


Background Color

.myBgColor { background-color: #508248; }

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

This div background color is #508248.


Border color

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

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

This div border color is #508248.


Opacity

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

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

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

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

This text has shadow with #508248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508248 on black background.


Color preview on white background

This text has color #508248 on white background.



Black color preview on #508248 background

This text has black color on #508248 background.


White color preview on #508248 background

This text has white color on #508248 background.