COLOR #537476

HEX: #537476
RGB: (83,116,118)

Renk bilgisi

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

RGB renk modeli

#537476 color RGB value is (83,116,118).

  • kırmız ton 83;
  • yeşil ton 116;
  • mavi ton 118.
RGB:
(83,116,118)
(33%,45%,46%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 116 of 255 = 45%
B 118 of 255 = 46%

83
116
118

R + G + B ~ 41%. #537476 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 116 + 118 = 317 (100%)
R 83 of 317 ~ 26.18%
G 116 of 317 ~ 36.59%
B 118 of 317 ~ 37.22%

%26.18
%36.59
%37.22

CMYK RENK MODELİ

#537476 rengi CMYK tonu (30,2,0,54).

  • camgöbeği tonu 29.66%
  • eflatun tonu 1.69%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(30,2,0,54)
C30M2Y0K54 
(30%,2%,0%,54%)
(0.30/0.02/0.00/0.54)	

CMYK yüzdeleri

%29.66
%1.69
%0
%53.73

Codes

Color #537476 in popluar color models

537476
RGB83116118
HSL183°17.41%39.41%
HSB/HSV183°29.66%46.27%
CMYK29.66%1.69%0.00%
53.73%

Color #537476 in popluar number systems.

HEX537476
Decimal83116118
Binary101001111101001110110
Octal123164166

Shades and tints

Shades of #537476

#537476
(83,116,118)
#4C6A6C
(76,106,108)
#456062
(69,96,98)
#3E5658
(62,86,88)
#374C4E
(55,76,78)
#304244
(48,66,68)
#29383A
(41,56,58)
#222E30
(34,46,48)
#1B2426
(27,36,38)
#141A1C
(20,26,28)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #537476

#537476
(83,116,118)
#628082
(98,128,130)
#718C8E
(113,140,142)
#80989A
(128,152,154)
#8FA4A6
(143,164,166)
#9EB0B2
(158,176,178)
#ADBCBE
(173,188,190)
#BCC8CA
(188,200,202)
#CBD4D6
(203,212,214)
#DAE0E2
(218,224,226)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537476 color. Also use rgb(83,116,118) instead hex code.

Text Font Color

.myTextColor { color: #537476; }

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

This text font color is #537476.


Background Color

.myBgColor { background-color: #537476; }

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

This div background color is #537476.


Border color

.myBorderColor { border: 1px solid #537476; }

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

This div border color is #537476.


Opacity

.myOpacity80 { color: #537476; opacity: 0.8; }

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

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

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

This text has shadow with #537476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537476 on black background.


Color preview on white background

This text has color #537476 on white background.



Black color preview on #537476 background

This text has black color on #537476 background.


White color preview on #537476 background

This text has white color on #537476 background.