COLOR #508438

HEX: #508438
RGB: (80,132,56)

Color info

#508438 contains mainly red and green colors. Web safe color of #508438 is #669933 (or #693).

RGB color model

#508438 color RGB value is (80,132,56).

  • red value is 80;
  • green value is 132;
  • blue value is 56.
RGB:
(80,132,56)
(31%,52%,22%)

RGB channels and saturation

R 80 of 255 = 31%
G 132 of 255 = 52%
B 56 of 255 = 22%

80
132
56

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

Portions of RGB colors in percentages

R + G + B =
80 + 132 + 56 = 268 (100%)
R 80 of 268 ~ 29.85%
G 132 of 268 ~ 49.25%
B 56 of 268 ~ 20.9%

%29.85
%49.25
%20.9

CMYK color model

#508438 color CMYK value is (39,0,58,48).

  • cyan value is 39.39%
  • magenta value is 0.00%
  • yellow value is 57.58%
  • key color value is 48.24%
CMYK:
(39,0,58,48)
C39M0Y58K48 
(39%,0%,58%,48%)
(0.39/0.00/0.58/0.48)	

CMYK percentages

%39.39
%0
%57.58
%48.24

Codes

Color #508438 in popluar color models

508438
RGB8013256
HSL101°40.43%36.86%
HSB/HSV101°57.58%51.76%
CMYK39.39%0.00%57.58%
48.24%

Color #508438 in popluar number systems.

HEX508438
Decimal8013256
Binary101000010000100111000
Octal12020470

Shades and tints

Shades of #508438

#508438
(80,132,56)
#497833
(73,120,51)
#426C2E
(66,108,46)
#3B6029
(59,96,41)
#345424
(52,84,36)
#2D481F
(45,72,31)
#263C1A
(38,60,26)
#1F3015
(31,48,21)
#182410
(24,36,16)
#11180B
(17,24,11)
#0A0C06
(10,12,6)
#000000
(0,0,0)

Tints of #508438

#508438
(80,132,56)
#5F8F4A
(95,143,74)
#6E9A5C
(110,154,92)
#7DA56E
(125,165,110)
#8CB080
(140,176,128)
#9BBB92
(155,187,146)
#AAC6A4
(170,198,164)
#B9D1B6
(185,209,182)
#C8DCC8
(200,220,200)
#D7E7DA
(215,231,218)
#E6F2EC
(230,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508438 color. Also use rgb(80,132,56) instead hex code.

Text Font Color

.myTextColor { color: #508438; }

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

This text font color is #508438.


Background Color

.myBgColor { background-color: #508438; }

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

This div background color is #508438.


Border color

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

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

This div border color is #508438.


Opacity

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

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

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

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

This text has shadow with #508438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508438 on black background.


Color preview on white background

This text has color #508438 on white background.



Black color preview on #508438 background

This text has black color on #508438 background.


White color preview on #508438 background

This text has white color on #508438 background.