COLOR #507567

HEX: #507567
RGB: (80,117,103)

Color info

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

RGB color model

#507567 color RGB value is (80,117,103).

  • red value is 80;
  • green value is 117;
  • blue value is 103.
RGB:
(80,117,103)
(31%,46%,40%)

RGB channels and saturation

R 80 of 255 = 31%
G 117 of 255 = 46%
B 103 of 255 = 40%

80
117
103

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

Portions of RGB colors in percentages

R + G + B =
80 + 117 + 103 = 300 (100%)
R 80 of 300 ~ 26.67%
G 117 of 300 ~ 39%
B 103 of 300 ~ 34.33%

%26.67
%39
%34.33

CMYK color model

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

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

CMYK percentages

%31.62
%0
%11.97
%54.12

Codes

Color #507567 in popluar color models

507567
RGB80117103
HSL157°18.78%38.63%
HSB/HSV157°31.62%45.88%
CMYK31.62%0.00%11.97%
54.12%

Color #507567 in popluar number systems.

HEX507567
Decimal80117103
Binary101000011101011100111
Octal120165147

Shades and tints

Shades of #507567

#507567
(80,117,103)
#496B5E
(73,107,94)
#426155
(66,97,85)
#3B574C
(59,87,76)
#344D43
(52,77,67)
#2D433A
(45,67,58)
#263931
(38,57,49)
#1F2F28
(31,47,40)
#18251F
(24,37,31)
#111B16
(17,27,22)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #507567

#507567
(80,117,103)
#5F8174
(95,129,116)
#6E8D81
(110,141,129)
#7D998E
(125,153,142)
#8CA59B
(140,165,155)
#9BB1A8
(155,177,168)
#AABDB5
(170,189,181)
#B9C9C2
(185,201,194)
#C8D5CF
(200,213,207)
#D7E1DC
(215,225,220)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507567 color. Also use rgb(80,117,103) instead hex code.

Text Font Color

.myTextColor { color: #507567; }

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

This text font color is #507567.


Background Color

.myBgColor { background-color: #507567; }

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

This div background color is #507567.


Border color

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

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

This div border color is #507567.


Opacity

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

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

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

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

This text has shadow with #507567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507567 on black background.


Color preview on white background

This text has color #507567 on white background.



Black color preview on #507567 background

This text has black color on #507567 background.


White color preview on #507567 background

This text has white color on #507567 background.