COLOR #507D6F

HEX: #507D6F
RGB: (80,125,111)

Renk bilgisi

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

RGB renk modeli

#507D6F color RGB value is (80,125,111).

  • kırmız ton 80;
  • yeşil ton 125;
  • mavi ton 111.
RGB:
(80,125,111)
(31%,49%,44%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 125 of 255 = 49%
B 111 of 255 = 44%

80
125
111

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 125 + 111 = 316 (100%)
R 80 of 316 ~ 25.32%
G 125 of 316 ~ 39.56%
B 111 of 316 ~ 35.13%

%25.32
%39.56
%35.13

CMYK RENK MODELİ

#507D6F rengi CMYK tonu (36,0,11,51).

  • camgöbeği tonu 36.00%
  • eflatun tonu 0.00%
  • sarı tonu 11.20%
  • ana renk tonu 50.98%
CMYK:
(36,0,11,51)
C36M0Y11K51 
(36%,0%,11%,51%)
(0.36/0.00/0.11/0.51)	

CMYK yüzdeleri

%36
%0
%11.2
%50.98

Codes

Color #507D6F in popluar color models

507D6F
RGB80125111
HSL161°21.95%40.20%
HSB/HSV161°36.00%49.02%
CMYK36.00%0.00%11.20%
50.98%

Color #507D6F in popluar number systems.

HEX507D6F
Decimal80125111
Binary101000011111011101111
Octal120175157

Shades and tints

Shades of #507D6F

#507D6F
(80,125,111)
#497265
(73,114,101)
#42675B
(66,103,91)
#3B5C51
(59,92,81)
#345147
(52,81,71)
#2D463D
(45,70,61)
#263B33
(38,59,51)
#1F3029
(31,48,41)
#18251F
(24,37,31)
#111A15
(17,26,21)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #507D6F

#507D6F
(80,125,111)
#5F887C
(95,136,124)
#6E9389
(110,147,137)
#7D9E96
(125,158,150)
#8CA9A3
(140,169,163)
#9BB4B0
(155,180,176)
#AABFBD
(170,191,189)
#B9CACA
(185,202,202)
#C8D5D7
(200,213,215)
#D7E0E4
(215,224,228)
#E6EBF1
(230,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507D6F color. Also use rgb(80,125,111) instead hex code.

Text Font Color

.myTextColor { color: #507D6F; }

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

This text font color is #507D6F.


Background Color

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

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

This div background color is #507D6F.


Border color

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

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

This div border color is #507D6F.


Opacity

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

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

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

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

This text has shadow with #507D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507D6F on black background.


Color preview on white background

This text has color #507D6F on white background.



Black color preview on #507D6F background

This text has black color on #507D6F background.


White color preview on #507D6F background

This text has white color on #507D6F background.