COLOR #507471

HEX: #507471
RGB: (80,116,113)

Color info

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

RGB color model

#507471 color RGB value is (80,116,113).

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

RGB channels and saturation

R 80 of 255 = 31%
G 116 of 255 = 45%
B 113 of 255 = 44%

80
116
113

R + G + B ~ 40%. #507471 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 116 + 113 = 309 (100%)
R 80 of 309 ~ 25.89%
G 116 of 309 ~ 37.54%
B 113 of 309 ~ 36.57%

%25.89
%37.54
%36.57

CMYK color model

#507471 color CMYK value is (31,0,3,55).

  • cyan value is 31.03%
  • magenta value is 0.00%
  • yellow value is 2.59%
  • key color value is 54.51%
CMYK:
(31,0,3,55)
C31M0Y3K55 
(31%,0%,3%,55%)
(0.31/0.00/0.03/0.55)	

CMYK percentages

%31.03
%0
%2.59
%54.51

Codes

Color #507471 in popluar color models

507471
RGB80116113
HSL175°18.37%38.43%
HSB/HSV175°31.03%45.49%
CMYK31.03%0.00%2.59%
54.51%

Color #507471 in popluar number systems.

HEX507471
Decimal80116113
Binary101000011101001110001
Octal120164161

Shades and tints

Shades of #507471

#507471
(80,116,113)
#496A67
(73,106,103)
#42605D
(66,96,93)
#3B5653
(59,86,83)
#344C49
(52,76,73)
#2D423F
(45,66,63)
#263835
(38,56,53)
#1F2E2B
(31,46,43)
#182421
(24,36,33)
#111A17
(17,26,23)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #507471

#507471
(80,116,113)
#5F807D
(95,128,125)
#6E8C89
(110,140,137)
#7D9895
(125,152,149)
#8CA4A1
(140,164,161)
#9BB0AD
(155,176,173)
#AABCB9
(170,188,185)
#B9C8C5
(185,200,197)
#C8D4D1
(200,212,209)
#D7E0DD
(215,224,221)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507471; }

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

This text font color is #507471.


Background Color

.myBgColor { background-color: #507471; }

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

This div background color is #507471.


Border color

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

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

This div border color is #507471.


Opacity

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

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

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

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

This text has shadow with #507471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507471 on black background.


Color preview on white background

This text has color #507471 on white background.



Black color preview on #507471 background

This text has black color on #507471 background.


White color preview on #507471 background

This text has white color on #507471 background.