COLOR #507164

HEX: #507164
RGB: (80,113,100)

Color info

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

RGB color model

#507164 color RGB value is (80,113,100).

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

RGB channels and saturation

R 80 of 255 = 31%
G 113 of 255 = 44%
B 100 of 255 = 39%

80
113
100

R + G + B ~ 38%. #507164 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 113 + 100 = 293 (100%)
R 80 of 293 ~ 27.3%
G 113 of 293 ~ 38.57%
B 100 of 293 ~ 34.13%

%27.3
%38.57
%34.13

CMYK color model

#507164 color CMYK value is (29,0,12,56).

  • cyan value is 29.20%
  • magenta value is 0.00%
  • yellow value is 11.50%
  • key color value is 55.69%
CMYK:
(29,0,12,56)
C29M0Y12K56 
(29%,0%,12%,56%)
(0.29/0.00/0.12/0.56)	

CMYK percentages

%29.2
%0
%11.5
%55.69

Codes

Color #507164 in popluar color models

507164
RGB80113100
HSL156°17.10%37.84%
HSB/HSV156°29.20%44.31%
CMYK29.20%0.00%11.50%
55.69%

Color #507164 in popluar number systems.

HEX507164
Decimal80113100
Binary101000011100011100100
Octal120161144

Shades and tints

Shades of #507164

#507164
(80,113,100)
#49675B
(73,103,91)
#425D52
(66,93,82)
#3B5349
(59,83,73)
#344940
(52,73,64)
#2D3F37
(45,63,55)
#26352E
(38,53,46)
#1F2B25
(31,43,37)
#18211C
(24,33,28)
#111713
(17,23,19)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #507164

#507164
(80,113,100)
#5F7D72
(95,125,114)
#6E8980
(110,137,128)
#7D958E
(125,149,142)
#8CA19C
(140,161,156)
#9BADAA
(155,173,170)
#AAB9B8
(170,185,184)
#B9C5C6
(185,197,198)
#C8D1D4
(200,209,212)
#D7DDE2
(215,221,226)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507164; }

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

This text font color is #507164.


Background Color

.myBgColor { background-color: #507164; }

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

This div background color is #507164.


Border color

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

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

This div border color is #507164.


Opacity

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

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

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

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

This text has shadow with #507164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507164 on black background.


Color preview on white background

This text has color #507164 on white background.



Black color preview on #507164 background

This text has black color on #507164 background.


White color preview on #507164 background

This text has white color on #507164 background.