COLOR #53737F

HEX: #53737F
RGB: (83,115,127)

Renk bilgisi

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

RGB renk modeli

#53737F color RGB value is (83,115,127).

  • kırmız ton 83;
  • yeşil ton 115;
  • mavi ton 127.
RGB:
(83,115,127)
(33%,45%,50%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 115 of 255 = 45%
B 127 of 255 = 50%

83
115
127

R + G + B ~ 43%. #53737F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 115 + 127 = 325 (100%)
R 83 of 325 ~ 25.54%
G 115 of 325 ~ 35.38%
B 127 of 325 ~ 39.08%

%25.54
%35.38
%39.08

CMYK RENK MODELİ

#53737F rengi CMYK tonu (35,9,0,50).

  • camgöbeği tonu 34.65%
  • eflatun tonu 9.45%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(35,9,0,50)
C35M9Y0K50 
(35%,9%,0%,50%)
(0.35/0.09/0.00/0.50)	

CMYK yüzdeleri

%34.65
%9.45
%0
%50.2

Codes

Color #53737F in popluar color models

53737F
RGB83115127
HSL196°20.95%41.18%
HSB/HSV196°34.65%49.80%
CMYK34.65%9.45%0.00%
50.20%

Color #53737F in popluar number systems.

HEX53737F
Decimal83115127
Binary101001111100111111111
Octal123163177

Shades and tints

Shades of #53737F

#53737F
(83,115,127)
#4C6974
(76,105,116)
#455F69
(69,95,105)
#3E555E
(62,85,94)
#374B53
(55,75,83)
#304148
(48,65,72)
#29373D
(41,55,61)
#222D32
(34,45,50)
#1B2327
(27,35,39)
#14191C
(20,25,28)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #53737F

#53737F
(83,115,127)
#627F8A
(98,127,138)
#718B95
(113,139,149)
#8097A0
(128,151,160)
#8FA3AB
(143,163,171)
#9EAFB6
(158,175,182)
#ADBBC1
(173,187,193)
#BCC7CC
(188,199,204)
#CBD3D7
(203,211,215)
#DADFE2
(218,223,226)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53737F color. Also use rgb(83,115,127) instead hex code.

Text Font Color

.myTextColor { color: #53737F; }

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

This text font color is #53737F.


Background Color

.myBgColor { background-color: #53737F; }

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

This div background color is #53737F.


Border color

.myBorderColor { border: 1px solid #53737F; }

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

This div border color is #53737F.


Opacity

.myOpacity80 { color: #53737F; opacity: 0.8; }

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

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

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

This text has shadow with #53737F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53737F on black background.


Color preview on white background

This text has color #53737F on white background.



Black color preview on #53737F background

This text has black color on #53737F background.


White color preview on #53737F background

This text has white color on #53737F background.