COLOR #507169

HEX: #507169
RGB: (80,113,105)

Color info

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

RGB color model

#507169 color RGB value is (80,113,105).

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

RGB channels and saturation

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

80
113
105

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

Portions of RGB colors in percentages

R + G + B =
80 + 113 + 105 = 298 (100%)
R 80 of 298 ~ 26.85%
G 113 of 298 ~ 37.92%
B 105 of 298 ~ 35.23%

%26.85
%37.92
%35.23

CMYK color model

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

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

CMYK percentages

%29.2
%0
%7.08
%55.69

Codes

Color #507169 in popluar color models

507169
RGB80113105
HSL165°17.10%37.84%
HSB/HSV165°29.20%44.31%
CMYK29.20%0.00%7.08%
55.69%

Color #507169 in popluar number systems.

HEX507169
Decimal80113105
Binary101000011100011101001
Octal120161151

Shades and tints

Shades of #507169

#507169
(80,113,105)
#496760
(73,103,96)
#425D57
(66,93,87)
#3B534E
(59,83,78)
#344945
(52,73,69)
#2D3F3C
(45,63,60)
#263533
(38,53,51)
#1F2B2A
(31,43,42)
#182121
(24,33,33)
#111718
(17,23,24)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #507169

#507169
(80,113,105)
#5F7D76
(95,125,118)
#6E8983
(110,137,131)
#7D9590
(125,149,144)
#8CA19D
(140,161,157)
#9BADAA
(155,173,170)
#AAB9B7
(170,185,183)
#B9C5C4
(185,197,196)
#C8D1D1
(200,209,209)
#D7DDDE
(215,221,222)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507169; }

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

This text font color is #507169.


Background Color

.myBgColor { background-color: #507169; }

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

This div background color is #507169.


Border color

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

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

This div border color is #507169.


Opacity

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

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

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

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

This text has shadow with #507169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507169 on black background.


Color preview on white background

This text has color #507169 on white background.



Black color preview on #507169 background

This text has black color on #507169 background.


White color preview on #507169 background

This text has white color on #507169 background.