COLOR #508971

HEX: #508971
RGB: (80,137,113)

Renk bilgisi

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

RGB renk modeli

#508971 color RGB value is (80,137,113).

  • kırmız ton 80;
  • yeşil ton 137;
  • mavi ton 113.
RGB:
(80,137,113)
(31%,54%,44%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 137 of 255 = 54%
B 113 of 255 = 44%

80
137
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 137 + 113 = 330 (100%)
R 80 of 330 ~ 24.24%
G 137 of 330 ~ 41.52%
B 113 of 330 ~ 34.24%

%24.24
%41.52
%34.24

CMYK RENK MODELİ

#508971 rengi CMYK tonu (42,0,18,46).

  • camgöbeği tonu 41.61%
  • eflatun tonu 0.00%
  • sarı tonu 17.52%
  • ana renk tonu 46.27%
CMYK:
(42,0,18,46)
C42M0Y18K46 
(42%,0%,18%,46%)
(0.42/0.00/0.18/0.46)	

CMYK yüzdeleri

%41.61
%0
%17.52
%46.27

Codes

Color #508971 in popluar color models

508971
RGB80137113
HSL155°26.27%42.55%
HSB/HSV155°41.61%53.73%
CMYK41.61%0.00%17.52%
46.27%

Color #508971 in popluar number systems.

HEX508971
Decimal80137113
Binary1010000100010011110001
Octal120211161

Shades and tints

Shades of #508971

#508971
(80,137,113)
#497D67
(73,125,103)
#42715D
(66,113,93)
#3B6553
(59,101,83)
#345949
(52,89,73)
#2D4D3F
(45,77,63)
#264135
(38,65,53)
#1F352B
(31,53,43)
#182921
(24,41,33)
#111D17
(17,29,23)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #508971

#508971
(80,137,113)
#5F937D
(95,147,125)
#6E9D89
(110,157,137)
#7DA795
(125,167,149)
#8CB1A1
(140,177,161)
#9BBBAD
(155,187,173)
#AAC5B9
(170,197,185)
#B9CFC5
(185,207,197)
#C8D9D1
(200,217,209)
#D7E3DD
(215,227,221)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508971; }

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

This text font color is #508971.


Background Color

.myBgColor { background-color: #508971; }

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

This div background color is #508971.


Border color

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

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

This div border color is #508971.


Opacity

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

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

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

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

This text has shadow with #508971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508971 on black background.


Color preview on white background

This text has color #508971 on white background.



Black color preview on #508971 background

This text has black color on #508971 background.


White color preview on #508971 background

This text has white color on #508971 background.