COLOR #507C7D

HEX: #507C7D
RGB: (80,124,125)

Renk bilgisi

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

RGB renk modeli

#507C7D color RGB value is (80,124,125).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 124 of 255 = 49%
B 125 of 255 = 49%

80
124
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 124 + 125 = 329 (100%)
R 80 of 329 ~ 24.32%
G 124 of 329 ~ 37.69%
B 125 of 329 ~ 37.99%

%24.32
%37.69
%37.99

CMYK RENK MODELİ

#507C7D rengi CMYK tonu (36,1,0,51).

  • camgöbeği tonu 36.00%
  • eflatun tonu 0.80%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(36,1,0,51)
C36M1Y0K51 
(36%,1%,0%,51%)
(0.36/0.01/0.00/0.51)	

CMYK yüzdeleri

%36
%0.8
%0
%50.98

Codes

Color #507C7D in popluar color models

507C7D
RGB80124125
HSL181°21.95%40.20%
HSB/HSV181°36.00%49.02%
CMYK36.00%0.80%0.00%
50.98%

Color #507C7D in popluar number systems.

HEX507C7D
Decimal80124125
Binary101000011111001111101
Octal120174175

Shades and tints

Shades of #507C7D

#507C7D
(80,124,125)
#497172
(73,113,114)
#426667
(66,102,103)
#3B5B5C
(59,91,92)
#345051
(52,80,81)
#2D4546
(45,69,70)
#263A3B
(38,58,59)
#1F2F30
(31,47,48)
#182425
(24,36,37)
#11191A
(17,25,26)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #507C7D

#507C7D
(80,124,125)
#5F8788
(95,135,136)
#6E9293
(110,146,147)
#7D9D9E
(125,157,158)
#8CA8A9
(140,168,169)
#9BB3B4
(155,179,180)
#AABEBF
(170,190,191)
#B9C9CA
(185,201,202)
#C8D4D5
(200,212,213)
#D7DFE0
(215,223,224)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507C7D; }

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

This text font color is #507C7D.


Background Color

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

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

This div background color is #507C7D.


Border color

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

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

This div border color is #507C7D.


Opacity

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

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

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

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

This text has shadow with #507C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507C7D on black background.


Color preview on white background

This text has color #507C7D on white background.



Black color preview on #507C7D background

This text has black color on #507C7D background.


White color preview on #507C7D background

This text has white color on #507C7D background.