COLOR #537D9D

HEX: #537D9D
RGB: (83,125,157)

Renk bilgisi

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

RGB renk modeli

#537D9D color RGB value is (83,125,157).

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

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 125 of 255 = 49%
B 157 of 255 = 62%

83
125
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 125 + 157 = 365 (100%)
R 83 of 365 ~ 22.74%
G 125 of 365 ~ 34.25%
B 157 of 365 ~ 43.01%

%22.74
%34.25
%43.01

CMYK RENK MODELİ

#537D9D rengi CMYK tonu (47,20,0,38).

  • camgöbeği tonu 47.13%
  • eflatun tonu 20.38%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(47,20,0,38)
C47M20Y0K38 
(47%,20%,0%,38%)
(0.47/0.20/0.00/0.38)	

CMYK yüzdeleri

%47.13
%20.38
%0
%38.43

Codes

Color #537D9D in popluar color models

537D9D
RGB83125157
HSL206°30.83%47.06%
HSB/HSV206°47.13%61.57%
CMYK47.13%20.38%0.00%
38.43%

Color #537D9D in popluar number systems.

HEX537D9D
Decimal83125157
Binary1010011111110110011101
Octal123175235

Shades and tints

Shades of #537D9D

#537D9D
(83,125,157)
#4C728F
(76,114,143)
#456781
(69,103,129)
#3E5C73
(62,92,115)
#375165
(55,81,101)
#304657
(48,70,87)
#293B49
(41,59,73)
#22303B
(34,48,59)
#1B252D
(27,37,45)
#141A1F
(20,26,31)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #537D9D

#537D9D
(83,125,157)
#6288A5
(98,136,165)
#7193AD
(113,147,173)
#809EB5
(128,158,181)
#8FA9BD
(143,169,189)
#9EB4C5
(158,180,197)
#ADBFCD
(173,191,205)
#BCCAD5
(188,202,213)
#CBD5DD
(203,213,221)
#DAE0E5
(218,224,229)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537D9D; }

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

This text font color is #537D9D.


Background Color

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

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

This div background color is #537D9D.


Border color

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

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

This div border color is #537D9D.


Opacity

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

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

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

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

This text has shadow with #537D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537D9D on black background.


Color preview on white background

This text has color #537D9D on white background.



Black color preview on #537D9D background

This text has black color on #537D9D background.


White color preview on #537D9D background

This text has white color on #537D9D background.