COLOR #508677

HEX: #508677
RGB: (80,134,119)

Renk bilgisi

#508677 contains red, green and blue colors in about the same proportion. #508677 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#508677 color RGB value is (80,134,119).

  • kırmız ton 80;
  • yeşil ton 134;
  • mavi ton 119.
RGB:
(80,134,119)
(31%,53%,47%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 134 of 255 = 53%
B 119 of 255 = 47%

80
134
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 134 + 119 = 333 (100%)
R 80 of 333 ~ 24.02%
G 134 of 333 ~ 40.24%
B 119 of 333 ~ 35.74%

%24.02
%40.24
%35.74

CMYK RENK MODELİ

#508677 rengi CMYK tonu (40,0,11,47).

  • camgöbeği tonu 40.30%
  • eflatun tonu 0.00%
  • sarı tonu 11.19%
  • ana renk tonu 47.45%
CMYK:
(40,0,11,47)
C40M0Y11K47 
(40%,0%,11%,47%)
(0.40/0.00/0.11/0.47)	

CMYK yüzdeleri

%40.3
%0
%11.19
%47.45

Codes

Color #508677 in popluar color models

508677
RGB80134119
HSL163°25.23%41.96%
HSB/HSV163°40.30%52.55%
CMYK40.30%0.00%11.19%
47.45%

Color #508677 in popluar number systems.

HEX508677
Decimal80134119
Binary1010000100001101110111
Octal120206167

Shades and tints

Shades of #508677

#508677
(80,134,119)
#497A6D
(73,122,109)
#426E63
(66,110,99)
#3B6259
(59,98,89)
#34564F
(52,86,79)
#2D4A45
(45,74,69)
#263E3B
(38,62,59)
#1F3231
(31,50,49)
#182627
(24,38,39)
#111A1D
(17,26,29)
#0A0E13
(10,14,19)
#000000
(0,0,0)

Tints of #508677

#508677
(80,134,119)
#5F9183
(95,145,131)
#6E9C8F
(110,156,143)
#7DA79B
(125,167,155)
#8CB2A7
(140,178,167)
#9BBDB3
(155,189,179)
#AAC8BF
(170,200,191)
#B9D3CB
(185,211,203)
#C8DED7
(200,222,215)
#D7E9E3
(215,233,227)
#E6F4EF
(230,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508677 color. Also use rgb(80,134,119) instead hex code.

Text Font Color

.myTextColor { color: #508677; }

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

This text font color is #508677.


Background Color

.myBgColor { background-color: #508677; }

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

This div background color is #508677.


Border color

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

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

This div border color is #508677.


Opacity

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

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

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

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

This text has shadow with #508677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508677 on black background.


Color preview on white background

This text has color #508677 on white background.



Black color preview on #508677 background

This text has black color on #508677 background.


White color preview on #508677 background

This text has white color on #508677 background.