COLOR #537D80

HEX: #537D80
RGB: (83,125,128)

Renk bilgisi

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

RGB renk modeli

#537D80 color RGB value is (83,125,128).

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

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 125 of 255 = 49%
B 128 of 255 = 50%

83
125
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 125 + 128 = 336 (100%)
R 83 of 336 ~ 24.7%
G 125 of 336 ~ 37.2%
B 128 of 336 ~ 38.1%

%24.7
%37.2
%38.1

CMYK RENK MODELİ

#537D80 rengi CMYK tonu (35,2,0,50).

  • camgöbeği tonu 35.16%
  • eflatun tonu 2.34%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(35,2,0,50)
C35M2Y0K50 
(35%,2%,0%,50%)
(0.35/0.02/0.00/0.50)	

CMYK yüzdeleri

%35.16
%2.34
%0
%49.8

Codes

Color #537D80 in popluar color models

537D80
RGB83125128
HSL184°21.33%41.37%
HSB/HSV184°35.16%50.20%
CMYK35.16%2.34%0.00%
49.80%

Color #537D80 in popluar number systems.

HEX537D80
Decimal83125128
Binary1010011111110110000000
Octal123175200

Shades and tints

Shades of #537D80

#537D80
(83,125,128)
#4C7275
(76,114,117)
#45676A
(69,103,106)
#3E5C5F
(62,92,95)
#375154
(55,81,84)
#304649
(48,70,73)
#293B3E
(41,59,62)
#223033
(34,48,51)
#1B2528
(27,37,40)
#141A1D
(20,26,29)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #537D80

#537D80
(83,125,128)
#62888B
(98,136,139)
#719396
(113,147,150)
#809EA1
(128,158,161)
#8FA9AC
(143,169,172)
#9EB4B7
(158,180,183)
#ADBFC2
(173,191,194)
#BCCACD
(188,202,205)
#CBD5D8
(203,213,216)
#DAE0E3
(218,224,227)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537D80; }

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

This text font color is #537D80.


Background Color

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

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

This div background color is #537D80.


Border color

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

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

This div border color is #537D80.


Opacity

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

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

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

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

This text has shadow with #537D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537D80 on black background.


Color preview on white background

This text has color #537D80 on white background.



Black color preview on #537D80 background

This text has black color on #537D80 background.


White color preview on #537D80 background

This text has white color on #537D80 background.