COLOR #508168

HEX: #508168
RGB: (80,129,104)

Color info

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

RGB color model

#508168 color RGB value is (80,129,104).

  • red value is 80;
  • green value is 129;
  • blue value is 104.
RGB:
(80,129,104)
(31%,51%,41%)

RGB channels and saturation

R 80 of 255 = 31%
G 129 of 255 = 51%
B 104 of 255 = 41%

80
129
104

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

Portions of RGB colors in percentages

R + G + B =
80 + 129 + 104 = 313 (100%)
R 80 of 313 ~ 25.56%
G 129 of 313 ~ 41.21%
B 104 of 313 ~ 33.23%

%25.56
%41.21
%33.23

CMYK color model

#508168 color CMYK value is (38,0,19,49).

  • cyan value is 37.98%
  • magenta value is 0.00%
  • yellow value is 19.38%
  • key color value is 49.41%
CMYK:
(38,0,19,49)
C38M0Y19K49 
(38%,0%,19%,49%)
(0.38/0.00/0.19/0.49)	

CMYK percentages

%37.98
%0
%19.38
%49.41

Codes

Color #508168 in popluar color models

508168
RGB80129104
HSL149°23.44%40.98%
HSB/HSV149°37.98%50.59%
CMYK37.98%0.00%19.38%
49.41%

Color #508168 in popluar number systems.

HEX508168
Decimal80129104
Binary1010000100000011101000
Octal120201150

Shades and tints

Shades of #508168

#508168
(80,129,104)
#49765F
(73,118,95)
#426B56
(66,107,86)
#3B604D
(59,96,77)
#345544
(52,85,68)
#2D4A3B
(45,74,59)
#263F32
(38,63,50)
#1F3429
(31,52,41)
#182920
(24,41,32)
#111E17
(17,30,23)
#0A130E
(10,19,14)
#000000
(0,0,0)

Tints of #508168

#508168
(80,129,104)
#5F8C75
(95,140,117)
#6E9782
(110,151,130)
#7DA28F
(125,162,143)
#8CAD9C
(140,173,156)
#9BB8A9
(155,184,169)
#AAC3B6
(170,195,182)
#B9CEC3
(185,206,195)
#C8D9D0
(200,217,208)
#D7E4DD
(215,228,221)
#E6EFEA
(230,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508168 color. Also use rgb(80,129,104) instead hex code.

Text Font Color

.myTextColor { color: #508168; }

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

This text font color is #508168.


Background Color

.myBgColor { background-color: #508168; }

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

This div background color is #508168.


Border color

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

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

This div border color is #508168.


Opacity

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

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

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

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

This text has shadow with #508168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508168 on black background.


Color preview on white background

This text has color #508168 on white background.



Black color preview on #508168 background

This text has black color on #508168 background.


White color preview on #508168 background

This text has white color on #508168 background.