COLOR #508463

HEX: #508463
RGB: (80,132,99)

Color info

#508463 contains red, green and blue colors in about the same proportion. Web safe color of #508463 is #669966 (or #696).

RGB color model

#508463 color RGB value is (80,132,99).

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

RGB channels and saturation

R 80 of 255 = 31%
G 132 of 255 = 52%
B 99 of 255 = 39%

80
132
99

R + G + B ~ 41%. #508463 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 132 + 99 = 311 (100%)
R 80 of 311 ~ 25.72%
G 132 of 311 ~ 42.44%
B 99 of 311 ~ 31.83%

%25.72
%42.44
%31.83

CMYK color model

#508463 color CMYK value is (39,0,25,48).

  • cyan value is 39.39%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 48.24%
CMYK:
(39,0,25,48)
C39M0Y25K48 
(39%,0%,25%,48%)
(0.39/0.00/0.25/0.48)	

CMYK percentages

%39.39
%0
%25
%48.24

Codes

Color #508463 in popluar color models

508463
RGB8013299
HSL142°24.53%41.57%
HSB/HSV142°39.39%51.76%
CMYK39.39%0.00%25.00%
48.24%

Color #508463 in popluar number systems.

HEX508463
Decimal8013299
Binary1010000100001001100011
Octal120204143

Shades and tints

Shades of #508463

#508463
(80,132,99)
#49785A
(73,120,90)
#426C51
(66,108,81)
#3B6048
(59,96,72)
#34543F
(52,84,63)
#2D4836
(45,72,54)
#263C2D
(38,60,45)
#1F3024
(31,48,36)
#18241B
(24,36,27)
#111812
(17,24,18)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #508463

#508463
(80,132,99)
#5F8F71
(95,143,113)
#6E9A7F
(110,154,127)
#7DA58D
(125,165,141)
#8CB09B
(140,176,155)
#9BBBA9
(155,187,169)
#AAC6B7
(170,198,183)
#B9D1C5
(185,209,197)
#C8DCD3
(200,220,211)
#D7E7E1
(215,231,225)
#E6F2EF
(230,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508463; }

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

This text font color is #508463.


Background Color

.myBgColor { background-color: #508463; }

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

This div background color is #508463.


Border color

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

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

This div border color is #508463.


Opacity

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

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

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

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

This text has shadow with #508463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508463 on black background.


Color preview on white background

This text has color #508463 on white background.



Black color preview on #508463 background

This text has black color on #508463 background.


White color preview on #508463 background

This text has white color on #508463 background.