COLOR #507B79

HEX: #507B79
RGB: (80,123,121)

Renk bilgisi

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

RGB renk modeli

#507B79 color RGB value is (80,123,121).

  • kırmız ton 80;
  • yeşil ton 123;
  • mavi ton 121.
RGB:
(80,123,121)
(31%,48%,47%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 123 of 255 = 48%
B 121 of 255 = 47%

80
123
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 123 + 121 = 324 (100%)
R 80 of 324 ~ 24.69%
G 123 of 324 ~ 37.96%
B 121 of 324 ~ 37.35%

%24.69
%37.96
%37.35

CMYK RENK MODELİ

#507B79 rengi CMYK tonu (35,0,2,52).

  • camgöbeği tonu 34.96%
  • eflatun tonu 0.00%
  • sarı tonu 1.63%
  • ana renk tonu 51.76%
CMYK:
(35,0,2,52)
C35M0Y2K52 
(35%,0%,2%,52%)
(0.35/0.00/0.02/0.52)	

CMYK yüzdeleri

%34.96
%0
%1.63
%51.76

Codes

Color #507B79 in popluar color models

507B79
RGB80123121
HSL177°21.18%39.80%
HSB/HSV177°34.96%48.24%
CMYK34.96%0.00%1.63%
51.76%

Color #507B79 in popluar number systems.

HEX507B79
Decimal80123121
Binary101000011110111111001
Octal120173171

Shades and tints

Shades of #507B79

#507B79
(80,123,121)
#49706E
(73,112,110)
#426563
(66,101,99)
#3B5A58
(59,90,88)
#344F4D
(52,79,77)
#2D4442
(45,68,66)
#263937
(38,57,55)
#1F2E2C
(31,46,44)
#182321
(24,35,33)
#111816
(17,24,22)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #507B79

#507B79
(80,123,121)
#5F8785
(95,135,133)
#6E9391
(110,147,145)
#7D9F9D
(125,159,157)
#8CABA9
(140,171,169)
#9BB7B5
(155,183,181)
#AAC3C1
(170,195,193)
#B9CFCD
(185,207,205)
#C8DBD9
(200,219,217)
#D7E7E5
(215,231,229)
#E6F3F1
(230,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507B79 color. Also use rgb(80,123,121) instead hex code.

Text Font Color

.myTextColor { color: #507B79; }

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

This text font color is #507B79.


Background Color

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

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

This div background color is #507B79.


Border color

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

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

This div border color is #507B79.


Opacity

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

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

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

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

This text has shadow with #507B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507B79 on black background.


Color preview on white background

This text has color #507B79 on white background.



Black color preview on #507B79 background

This text has black color on #507B79 background.


White color preview on #507B79 background

This text has white color on #507B79 background.