COLOR #507069

HEX: #507069
RGB: (80,112,105)

Color info

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

RGB color model

#507069 color RGB value is (80,112,105).

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

RGB channels and saturation

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

80
112
105

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

Portions of RGB colors in percentages

R + G + B =
80 + 112 + 105 = 297 (100%)
R 80 of 297 ~ 26.94%
G 112 of 297 ~ 37.71%
B 105 of 297 ~ 35.35%

%26.94
%37.71
%35.35

CMYK color model

#507069 color CMYK value is (29,0,6,56).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 56.08%
CMYK:
(29,0,6,56)
C29M0Y6K56 
(29%,0%,6%,56%)
(0.29/0.00/0.06/0.56)	

CMYK percentages

%28.57
%0
%6.25
%56.08

Codes

Color #507069 in popluar color models

507069
RGB80112105
HSL167°16.67%37.65%
HSB/HSV167°28.57%43.92%
CMYK28.57%0.00%6.25%
56.08%

Color #507069 in popluar number systems.

HEX507069
Decimal80112105
Binary101000011100001101001
Octal120160151

Shades and tints

Shades of #507069

#507069
(80,112,105)
#496660
(73,102,96)
#425C57
(66,92,87)
#3B524E
(59,82,78)
#344845
(52,72,69)
#2D3E3C
(45,62,60)
#263433
(38,52,51)
#1F2A2A
(31,42,42)
#182021
(24,32,33)
#111618
(17,22,24)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #507069

#507069
(80,112,105)
#5F7D76
(95,125,118)
#6E8A83
(110,138,131)
#7D9790
(125,151,144)
#8CA49D
(140,164,157)
#9BB1AA
(155,177,170)
#AABEB7
(170,190,183)
#B9CBC4
(185,203,196)
#C8D8D1
(200,216,209)
#D7E5DE
(215,229,222)
#E6F2EB
(230,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507069; }

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

This text font color is #507069.


Background Color

.myBgColor { background-color: #507069; }

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

This div background color is #507069.


Border color

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

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

This div border color is #507069.


Opacity

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

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

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

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

This text has shadow with #507069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507069 on black background.


Color preview on white background

This text has color #507069 on white background.



Black color preview on #507069 background

This text has black color on #507069 background.


White color preview on #507069 background

This text has white color on #507069 background.