COLOR #507CAF

HEX: #507CAF
RGB: (80,124,175)

Renk bilgisi

#507CAF contains mainly green and blue colors. #507CAF ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#507CAF color RGB value is (80,124,175).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 124 of 255 = 49%
B 175 of 255 = 69%

80
124
175

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 124 + 175 = 379 (100%)
R 80 of 379 ~ 21.11%
G 124 of 379 ~ 32.72%
B 175 of 379 ~ 46.17%

%21.11
%32.72
%46.17

CMYK RENK MODELİ

#507CAF rengi CMYK tonu (54,29,0,31).

  • camgöbeği tonu 54.29%
  • eflatun tonu 29.14%
  • sarı tonu 0.00%
  • ana renk tonu 31.37%
CMYK:
(54,29,0,31)
C54M29Y0K31 
(54%,29%,0%,31%)
(0.54/0.29/0.00/0.31)	

CMYK yüzdeleri

%54.29
%29.14
%0
%31.37

Codes

Color #507CAF in popluar color models

507CAF
RGB80124175
HSL212°37.25%50.00%
HSB/HSV212°54.29%68.63%
CMYK54.29%29.14%0.00%
31.37%

Color #507CAF in popluar number systems.

HEX507CAF
Decimal80124175
Binary1010000111110010101111
Octal120174257

Shades and tints

Shades of #507CAF

#507CAF
(80,124,175)
#4971A0
(73,113,160)
#426691
(66,102,145)
#3B5B82
(59,91,130)
#345073
(52,80,115)
#2D4564
(45,69,100)
#263A55
(38,58,85)
#1F2F46
(31,47,70)
#182437
(24,36,55)
#111928
(17,25,40)
#0A0E19
(10,14,25)
#000000
(0,0,0)

Tints of #507CAF

#507CAF
(80,124,175)
#5F87B6
(95,135,182)
#6E92BD
(110,146,189)
#7D9DC4
(125,157,196)
#8CA8CB
(140,168,203)
#9BB3D2
(155,179,210)
#AABED9
(170,190,217)
#B9C9E0
(185,201,224)
#C8D4E7
(200,212,231)
#D7DFEE
(215,223,238)
#E6EAF5
(230,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507CAF; }

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

This text font color is #507CAF.


Background Color

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

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

This div background color is #507CAF.


Border color

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

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

This div border color is #507CAF.


Opacity

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

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

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

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

This text has shadow with #507CAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507CAF on black background.


Color preview on white background

This text has color #507CAF on white background.



Black color preview on #507CAF background

This text has black color on #507CAF background.


White color preview on #507CAF background

This text has white color on #507CAF background.