COLOR #53737D

HEX: #53737D
RGB: (83,115,125)

Renk bilgisi

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

RGB renk modeli

#53737D color RGB value is (83,115,125).

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

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 115 of 255 = 45%
B 125 of 255 = 49%

83
115
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 115 + 125 = 323 (100%)
R 83 of 323 ~ 25.7%
G 115 of 323 ~ 35.6%
B 125 of 323 ~ 38.7%

%25.7
%35.6
%38.7

CMYK RENK MODELİ

#53737D rengi CMYK tonu (34,8,0,51).

  • camgöbeği tonu 33.60%
  • eflatun tonu 8.00%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(34,8,0,51)
C34M8Y0K51 
(34%,8%,0%,51%)
(0.34/0.08/0.00/0.51)	

CMYK yüzdeleri

%33.6
%8
%0
%50.98

Codes

Color #53737D in popluar color models

53737D
RGB83115125
HSL194°20.19%40.78%
HSB/HSV194°33.60%49.02%
CMYK33.60%8.00%0.00%
50.98%

Color #53737D in popluar number systems.

HEX53737D
Decimal83115125
Binary101001111100111111101
Octal123163175

Shades and tints

Shades of #53737D

#53737D
(83,115,125)
#4C6972
(76,105,114)
#455F67
(69,95,103)
#3E555C
(62,85,92)
#374B51
(55,75,81)
#304146
(48,65,70)
#29373B
(41,55,59)
#222D30
(34,45,48)
#1B2325
(27,35,37)
#14191A
(20,25,26)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #53737D

#53737D
(83,115,125)
#627F88
(98,127,136)
#718B93
(113,139,147)
#80979E
(128,151,158)
#8FA3A9
(143,163,169)
#9EAFB4
(158,175,180)
#ADBBBF
(173,187,191)
#BCC7CA
(188,199,202)
#CBD3D5
(203,211,213)
#DADFE0
(218,223,224)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53737D; }

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

This text font color is #53737D.


Background Color

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

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

This div background color is #53737D.


Border color

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

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

This div border color is #53737D.


Opacity

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

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

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

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

This text has shadow with #53737D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53737D on black background.


Color preview on white background

This text has color #53737D on white background.



Black color preview on #53737D background

This text has black color on #53737D background.


White color preview on #53737D background

This text has white color on #53737D background.