COLOR #507668

HEX: #507668
RGB: (80,118,104)

Color info

#507668 contains red, green and blue colors in about the same proportion. Web safe color of #507668 is #666666 (or #666).

RGB color model

#507668 color RGB value is (80,118,104).

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

RGB channels and saturation

R 80 of 255 = 31%
G 118 of 255 = 46%
B 104 of 255 = 41%

80
118
104

R + G + B ~ 39%. #507668 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 118 + 104 = 302 (100%)
R 80 of 302 ~ 26.49%
G 118 of 302 ~ 39.07%
B 104 of 302 ~ 34.44%

%26.49
%39.07
%34.44

CMYK color model

#507668 color CMYK value is (32,0,12,54).

  • cyan value is 32.20%
  • magenta value is 0.00%
  • yellow value is 11.86%
  • key color value is 53.73%
CMYK:
(32,0,12,54)
C32M0Y12K54 
(32%,0%,12%,54%)
(0.32/0.00/0.12/0.54)	

CMYK percentages

%32.2
%0
%11.86
%53.73

Codes

Color #507668 in popluar color models

507668
RGB80118104
HSL158°19.19%38.82%
HSB/HSV158°32.20%46.27%
CMYK32.20%0.00%11.86%
53.73%

Color #507668 in popluar number systems.

HEX507668
Decimal80118104
Binary101000011101101101000
Octal120166150

Shades and tints

Shades of #507668

#507668
(80,118,104)
#496C5F
(73,108,95)
#426256
(66,98,86)
#3B584D
(59,88,77)
#344E44
(52,78,68)
#2D443B
(45,68,59)
#263A32
(38,58,50)
#1F3029
(31,48,41)
#182620
(24,38,32)
#111C17
(17,28,23)
#0A120E
(10,18,14)
#000000
(0,0,0)

Tints of #507668

#507668
(80,118,104)
#5F8275
(95,130,117)
#6E8E82
(110,142,130)
#7D9A8F
(125,154,143)
#8CA69C
(140,166,156)
#9BB2A9
(155,178,169)
#AABEB6
(170,190,182)
#B9CAC3
(185,202,195)
#C8D6D0
(200,214,208)
#D7E2DD
(215,226,221)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507668; }

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

This text font color is #507668.


Background Color

.myBgColor { background-color: #507668; }

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

This div background color is #507668.


Border color

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

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

This div border color is #507668.


Opacity

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

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

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

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

This text has shadow with #507668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507668 on black background.


Color preview on white background

This text has color #507668 on white background.



Black color preview on #507668 background

This text has black color on #507668 background.


White color preview on #507668 background

This text has white color on #507668 background.