COLOR #537DAA

HEX: #537DAA
RGB: (83,125,170)

Renk bilgisi

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

RGB renk modeli

#537DAA color RGB value is (83,125,170).

  • kırmız ton 83;
  • yeşil ton 125;
  • mavi ton 170.
RGB:
(83,125,170)
(33%,49%,67%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 125 of 255 = 49%
B 170 of 255 = 67%

83
125
170

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 125 + 170 = 378 (100%)
R 83 of 378 ~ 21.96%
G 125 of 378 ~ 33.07%
B 170 of 378 ~ 44.97%

%21.96
%33.07
%44.97

CMYK RENK MODELİ

#537DAA rengi CMYK tonu (51,26,0,33).

  • camgöbeği tonu 51.18%
  • eflatun tonu 26.47%
  • sarı tonu 0.00%
  • ana renk tonu 33.33%
CMYK:
(51,26,0,33)
C51M26Y0K33 
(51%,26%,0%,33%)
(0.51/0.26/0.00/0.33)	

CMYK yüzdeleri

%51.18
%26.47
%0
%33.33

Codes

Color #537DAA in popluar color models

537DAA
RGB83125170
HSL211°34.39%49.61%
HSB/HSV211°51.18%66.67%
CMYK51.18%26.47%0.00%
33.33%

Color #537DAA in popluar number systems.

HEX537DAA
Decimal83125170
Binary1010011111110110101010
Octal123175252

Shades and tints

Shades of #537DAA

#537DAA
(83,125,170)
#4C729B
(76,114,155)
#45678C
(69,103,140)
#3E5C7D
(62,92,125)
#37516E
(55,81,110)
#30465F
(48,70,95)
#293B50
(41,59,80)
#223041
(34,48,65)
#1B2532
(27,37,50)
#141A23
(20,26,35)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #537DAA

#537DAA
(83,125,170)
#6288B1
(98,136,177)
#7193B8
(113,147,184)
#809EBF
(128,158,191)
#8FA9C6
(143,169,198)
#9EB4CD
(158,180,205)
#ADBFD4
(173,191,212)
#BCCADB
(188,202,219)
#CBD5E2
(203,213,226)
#DAE0E9
(218,224,233)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537DAA color. Also use rgb(83,125,170) instead hex code.

Text Font Color

.myTextColor { color: #537DAA; }

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

This text font color is #537DAA.


Background Color

.myBgColor { background-color: #537DAA; }

<div style="background-color:#537DAA">Inner text</div>

This div background color is #537DAA.


Border color

.myBorderColor { border: 1px solid #537DAA; }

<div style="border:3px solid #537DAA">Div</div>

This div border color is #537DAA.


Opacity

.myOpacity80 { color: #537DAA; opacity: 0.8; }

<p style="color:#537DAA;opacity:0.8;">80%</p>

Text with #537DAA 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 #537DAA;}

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

This text has shadow with #537DAA color.

.textShadow {text-shadow: 3px 3px 1px #537DAA, 3px 3px 1px red;}

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

This text has shadow with #537DAA primary color and red secondary color.


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

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

This text has shadow with #537DAA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537DAA on black background.


Color preview on white background

This text has color #537DAA on white background.



Black color preview on #537DAA background

This text has black color on #537DAA background.


White color preview on #537DAA background

This text has white color on #537DAA background.