COLOR #507F71

HEX: #507F71
RGB: (80,127,113)

Renk bilgisi

#507F71 contains red, green and blue colors in about the same proportion. #507F71 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#507F71 color RGB value is (80,127,113).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 127 of 255 = 50%
B 113 of 255 = 44%

80
127
113

R + G + B ~ 42%. #507F71 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 127 + 113 = 320 (100%)
R 80 of 320 ~ 25%
G 127 of 320 ~ 39.69%
B 113 of 320 ~ 35.31%

%25
%39.69
%35.31

CMYK RENK MODELİ

#507F71 rengi CMYK tonu (37,0,11,50).

  • camgöbeği tonu 37.01%
  • eflatun tonu 0.00%
  • sarı tonu 11.02%
  • ana renk tonu 50.20%
CMYK:
(37,0,11,50)
C37M0Y11K50 
(37%,0%,11%,50%)
(0.37/0.00/0.11/0.50)	

CMYK yüzdeleri

%37.01
%0
%11.02
%50.2

Codes

Color #507F71 in popluar color models

507F71
RGB80127113
HSL162°22.71%40.59%
HSB/HSV162°37.01%49.80%
CMYK37.01%0.00%11.02%
50.20%

Color #507F71 in popluar number systems.

HEX507F71
Decimal80127113
Binary101000011111111110001
Octal120177161

Shades and tints

Shades of #507F71

#507F71
(80,127,113)
#497467
(73,116,103)
#42695D
(66,105,93)
#3B5E53
(59,94,83)
#345349
(52,83,73)
#2D483F
(45,72,63)
#263D35
(38,61,53)
#1F322B
(31,50,43)
#182721
(24,39,33)
#111C17
(17,28,23)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #507F71

#507F71
(80,127,113)
#5F8A7D
(95,138,125)
#6E9589
(110,149,137)
#7DA095
(125,160,149)
#8CABA1
(140,171,161)
#9BB6AD
(155,182,173)
#AAC1B9
(170,193,185)
#B9CCC5
(185,204,197)
#C8D7D1
(200,215,209)
#D7E2DD
(215,226,221)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507F71; }

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

This text font color is #507F71.


Background Color

.myBgColor { background-color: #507F71; }

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

This div background color is #507F71.


Border color

.myBorderColor { border: 1px solid #507F71; }

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

This div border color is #507F71.


Opacity

.myOpacity80 { color: #507F71; opacity: 0.8; }

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

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

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

This text has shadow with #507F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507F71 on black background.


Color preview on white background

This text has color #507F71 on white background.



Black color preview on #507F71 background

This text has black color on #507F71 background.


White color preview on #507F71 background

This text has white color on #507F71 background.