COLOR #53677D

HEX: #53677D
RGB: (83,103,125)

Renk bilgisi

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

RGB renk modeli

#53677D color RGB value is (83,103,125).

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

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 103 of 255 = 40%
B 125 of 255 = 49%

83
103
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 103 + 125 = 311 (100%)
R 83 of 311 ~ 26.69%
G 103 of 311 ~ 33.12%
B 125 of 311 ~ 40.19%

%26.69
%33.12
%40.19

CMYK RENK MODELİ

#53677D rengi CMYK tonu (34,18,0,51).

  • camgöbeği tonu 33.60%
  • eflatun tonu 17.60%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(34,18,0,51)
C34M18Y0K51 
(34%,18%,0%,51%)
(0.34/0.18/0.00/0.51)	

CMYK yüzdeleri

%33.6
%17.6
%0
%50.98

Codes

Color #53677D in popluar color models

53677D
RGB83103125
HSL211°20.19%40.78%
HSB/HSV211°33.60%49.02%
CMYK33.60%17.60%0.00%
50.98%

Color #53677D in popluar number systems.

HEX53677D
Decimal83103125
Binary101001111001111111101
Octal123147175

Shades and tints

Shades of #53677D

#53677D
(83,103,125)
#4C5E72
(76,94,114)
#455567
(69,85,103)
#3E4C5C
(62,76,92)
#374351
(55,67,81)
#303A46
(48,58,70)
#29313B
(41,49,59)
#222830
(34,40,48)
#1B1F25
(27,31,37)
#14161A
(20,22,26)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #53677D

#53677D
(83,103,125)
#627488
(98,116,136)
#718193
(113,129,147)
#808E9E
(128,142,158)
#8F9BA9
(143,155,169)
#9EA8B4
(158,168,180)
#ADB5BF
(173,181,191)
#BCC2CA
(188,194,202)
#CBCFD5
(203,207,213)
#DADCE0
(218,220,224)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53677D; }

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

This text font color is #53677D.


Background Color

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

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

This div background color is #53677D.


Border color

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

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

This div border color is #53677D.


Opacity

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

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

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

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

This text has shadow with #53677D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53677D on black background.


Color preview on white background

This text has color #53677D on white background.



Black color preview on #53677D background

This text has black color on #53677D background.


White color preview on #53677D background

This text has white color on #53677D background.