COLOR #507466

HEX: #507466
RGB: (80,116,102)

Color info

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

RGB color model

#507466 color RGB value is (80,116,102).

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

RGB channels and saturation

R 80 of 255 = 31%
G 116 of 255 = 45%
B 102 of 255 = 40%

80
116
102

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

Portions of RGB colors in percentages

R + G + B =
80 + 116 + 102 = 298 (100%)
R 80 of 298 ~ 26.85%
G 116 of 298 ~ 38.93%
B 102 of 298 ~ 34.23%

%26.85
%38.93
%34.23

CMYK color model

#507466 color CMYK value is (31,0,12,55).

  • cyan value is 31.03%
  • magenta value is 0.00%
  • yellow value is 12.07%
  • key color value is 54.51%
CMYK:
(31,0,12,55)
C31M0Y12K55 
(31%,0%,12%,55%)
(0.31/0.00/0.12/0.55)	

CMYK percentages

%31.03
%0
%12.07
%54.51

Codes

Color #507466 in popluar color models

507466
RGB80116102
HSL157°18.37%38.43%
HSB/HSV157°31.03%45.49%
CMYK31.03%0.00%12.07%
54.51%

Color #507466 in popluar number systems.

HEX507466
Decimal80116102
Binary101000011101001100110
Octal120164146

Shades and tints

Shades of #507466

#507466
(80,116,102)
#496A5D
(73,106,93)
#426054
(66,96,84)
#3B564B
(59,86,75)
#344C42
(52,76,66)
#2D4239
(45,66,57)
#263830
(38,56,48)
#1F2E27
(31,46,39)
#18241E
(24,36,30)
#111A15
(17,26,21)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #507466

#507466
(80,116,102)
#5F8073
(95,128,115)
#6E8C80
(110,140,128)
#7D988D
(125,152,141)
#8CA49A
(140,164,154)
#9BB0A7
(155,176,167)
#AABCB4
(170,188,180)
#B9C8C1
(185,200,193)
#C8D4CE
(200,212,206)
#D7E0DB
(215,224,219)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507466; }

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

This text font color is #507466.


Background Color

.myBgColor { background-color: #507466; }

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

This div background color is #507466.


Border color

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

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

This div border color is #507466.


Opacity

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

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

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

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

This text has shadow with #507466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507466 on black background.


Color preview on white background

This text has color #507466 on white background.



Black color preview on #507466 background

This text has black color on #507466 background.


White color preview on #507466 background

This text has white color on #507466 background.