COLOR #53676D

HEX: #53676D
RGB: (83,103,109)

Renk bilgisi

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

RGB renk modeli

#53676D color RGB value is (83,103,109).

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

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 103 of 255 = 40%
B 109 of 255 = 43%

83
103
109

R + G + B ~ 39%. #53676D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 103 + 109 = 295 (100%)
R 83 of 295 ~ 28.14%
G 103 of 295 ~ 34.92%
B 109 of 295 ~ 36.95%

%28.14
%34.92
%36.95

CMYK RENK MODELİ

#53676D rengi CMYK tonu (24,6,0,57).

  • camgöbeği tonu 23.85%
  • eflatun tonu 5.50%
  • sarı tonu 0.00%
  • ana renk tonu 57.25%
CMYK:
(24,6,0,57)
C24M6Y0K57 
(24%,6%,0%,57%)
(0.24/0.06/0.00/0.57)	

CMYK yüzdeleri

%23.85
%5.5
%0
%57.25

Codes

Color #53676D in popluar color models

53676D
RGB83103109
HSL194°13.54%37.65%
HSB/HSV194°23.85%42.75%
CMYK23.85%5.50%0.00%
57.25%

Color #53676D in popluar number systems.

HEX53676D
Decimal83103109
Binary101001111001111101101
Octal123147155

Shades and tints

Shades of #53676D

#53676D
(83,103,109)
#4C5E64
(76,94,100)
#45555B
(69,85,91)
#3E4C52
(62,76,82)
#374349
(55,67,73)
#303A40
(48,58,64)
#293137
(41,49,55)
#22282E
(34,40,46)
#1B1F25
(27,31,37)
#14161C
(20,22,28)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #53676D

#53676D
(83,103,109)
#62747A
(98,116,122)
#718187
(113,129,135)
#808E94
(128,142,148)
#8F9BA1
(143,155,161)
#9EA8AE
(158,168,174)
#ADB5BB
(173,181,187)
#BCC2C8
(188,194,200)
#CBCFD5
(203,207,213)
#DADCE2
(218,220,226)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53676D; }

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

This text font color is #53676D.


Background Color

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

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

This div background color is #53676D.


Border color

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

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

This div border color is #53676D.


Opacity

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

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

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

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

This text has shadow with #53676D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53676D on black background.


Color preview on white background

This text has color #53676D on white background.



Black color preview on #53676D background

This text has black color on #53676D background.


White color preview on #53676D background

This text has white color on #53676D background.