COLOR #53424D

HEX: #53424D
RGB: (83,66,77)

Renk bilgisi

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

RGB renk modeli

#53424D color RGB value is (83,66,77).

  • kırmız ton 83;
  • yeşil ton 66;
  • mavi ton 77.
RGB:
(83,66,77)
(33%,26%,30%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 66 of 255 = 26%
B 77 of 255 = 30%

83
66
77

R + G + B ~ 30%. #53424D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 66 + 77 = 226 (100%)
R 83 of 226 ~ 36.73%
G 66 of 226 ~ 29.2%
B 77 of 226 ~ 34.07%

%36.73
%29.2
%34.07

CMYK RENK MODELİ

#53424D rengi CMYK tonu (0,20,7,67).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.48%
  • sarı tonu 7.23%
  • ana renk tonu 67.45%
CMYK:
(0,20,7,67)
C0M20Y7K67 
(0%,20%,7%,67%)
(0.00/0.20/0.07/0.67)	

CMYK yüzdeleri

%0
%20.48
%7.23
%67.45

Codes

Color #53424D in popluar color models

53424D
RGB836677
HSL321°11.41%29.22%
HSB/HSV321°20.48%32.55%
CMYK0.00%20.48%7.23%
67.45%

Color #53424D in popluar number systems.

HEX53424D
Decimal836677
Binary101001110000101001101
Octal123102115

Shades and tints

Shades of #53424D

#53424D
(83,66,77)
#4C3C46
(76,60,70)
#45363F
(69,54,63)
#3E3038
(62,48,56)
#372A31
(55,42,49)
#30242A
(48,36,42)
#291E23
(41,30,35)
#22181C
(34,24,28)
#1B1215
(27,18,21)
#140C0E
(20,12,14)
#0D0607
(13,6,7)
#000000
(0,0,0)

Tints of #53424D

#53424D
(83,66,77)
#62535D
(98,83,93)
#71646D
(113,100,109)
#80757D
(128,117,125)
#8F868D
(143,134,141)
#9E979D
(158,151,157)
#ADA8AD
(173,168,173)
#BCB9BD
(188,185,189)
#CBCACD
(203,202,205)
#DADBDD
(218,219,221)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53424D color. Also use rgb(83,66,77) instead hex code.

Text Font Color

.myTextColor { color: #53424D; }

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

This text font color is #53424D.


Background Color

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

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

This div background color is #53424D.


Border color

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

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

This div border color is #53424D.


Opacity

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

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

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

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

This text has shadow with #53424D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53424D on black background.


Color preview on white background

This text has color #53424D on white background.



Black color preview on #53424D background

This text has black color on #53424D background.


White color preview on #53424D background

This text has white color on #53424D background.