COLOR #507068

HEX: #507068
RGB: (80,112,104)

Color info

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

RGB color model

#507068 color RGB value is (80,112,104).

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

RGB channels and saturation

R 80 of 255 = 31%
G 112 of 255 = 44%
B 104 of 255 = 41%

80
112
104

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

Portions of RGB colors in percentages

R + G + B =
80 + 112 + 104 = 296 (100%)
R 80 of 296 ~ 27.03%
G 112 of 296 ~ 37.84%
B 104 of 296 ~ 35.14%

%27.03
%37.84
%35.14

CMYK color model

#507068 color CMYK value is (29,0,7,56).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 56.08%
CMYK:
(29,0,7,56)
C29M0Y7K56 
(29%,0%,7%,56%)
(0.29/0.00/0.07/0.56)	

CMYK percentages

%28.57
%0
%7.14
%56.08

Codes

Color #507068 in popluar color models

507068
RGB80112104
HSL165°16.67%37.65%
HSB/HSV165°28.57%43.92%
CMYK28.57%0.00%7.14%
56.08%

Color #507068 in popluar number systems.

HEX507068
Decimal80112104
Binary101000011100001101000
Octal120160150

Shades and tints

Shades of #507068

#507068
(80,112,104)
#49665F
(73,102,95)
#425C56
(66,92,86)
#3B524D
(59,82,77)
#344844
(52,72,68)
#2D3E3B
(45,62,59)
#263432
(38,52,50)
#1F2A29
(31,42,41)
#182020
(24,32,32)
#111617
(17,22,23)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #507068

#507068
(80,112,104)
#5F7D75
(95,125,117)
#6E8A82
(110,138,130)
#7D978F
(125,151,143)
#8CA49C
(140,164,156)
#9BB1A9
(155,177,169)
#AABEB6
(170,190,182)
#B9CBC3
(185,203,195)
#C8D8D0
(200,216,208)
#D7E5DD
(215,229,221)
#E6F2EA
(230,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507068; }

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

This text font color is #507068.


Background Color

.myBgColor { background-color: #507068; }

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

This div background color is #507068.


Border color

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

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

This div border color is #507068.


Opacity

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

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

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

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

This text has shadow with #507068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507068 on black background.


Color preview on white background

This text has color #507068 on white background.



Black color preview on #507068 background

This text has black color on #507068 background.


White color preview on #507068 background

This text has white color on #507068 background.