COLOR #53464A

HEX: #53464A
RGB: (83,70,74)

Renk bilgisi

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

RGB renk modeli

#53464A color RGB value is (83,70,74).

  • kırmız ton 83;
  • yeşil ton 70;
  • mavi ton 74.
RGB:
(83,70,74)
(33%,27%,29%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 70 of 255 = 27%
B 74 of 255 = 29%

83
70
74

R + G + B ~ 30%. #53464A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 70 + 74 = 227 (100%)
R 83 of 227 ~ 36.56%
G 70 of 227 ~ 30.84%
B 74 of 227 ~ 32.6%

%36.56
%30.84
%32.6

CMYK RENK MODELİ

#53464A rengi CMYK tonu (0,16,11,67).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.66%
  • sarı tonu 10.84%
  • ana renk tonu 67.45%
CMYK:
(0,16,11,67)
C0M16Y11K67 
(0%,16%,11%,67%)
(0.00/0.16/0.11/0.67)	

CMYK yüzdeleri

%0
%15.66
%10.84
%67.45

Codes

Color #53464A in popluar color models

53464A
RGB837074
HSL342°8.50%30.00%
HSB/HSV342°15.66%32.55%
CMYK0.00%15.66%10.84%
67.45%

Color #53464A in popluar number systems.

HEX53464A
Decimal837074
Binary101001110001101001010
Octal123106112

Shades and tints

Shades of #53464A

#53464A
(83,70,74)
#4C4044
(76,64,68)
#453A3E
(69,58,62)
#3E3438
(62,52,56)
#372E32
(55,46,50)
#30282C
(48,40,44)
#292226
(41,34,38)
#221C20
(34,28,32)
#1B161A
(27,22,26)
#141014
(20,16,20)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #53464A

#53464A
(83,70,74)
#62565A
(98,86,90)
#71666A
(113,102,106)
#80767A
(128,118,122)
#8F868A
(143,134,138)
#9E969A
(158,150,154)
#ADA6AA
(173,166,170)
#BCB6BA
(188,182,186)
#CBC6CA
(203,198,202)
#DAD6DA
(218,214,218)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53464A color. Also use rgb(83,70,74) instead hex code.

Text Font Color

.myTextColor { color: #53464A; }

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

This text font color is #53464A.


Background Color

.myBgColor { background-color: #53464A; }

<div style="background-color:#53464A">Inner text</div>

This div background color is #53464A.


Border color

.myBorderColor { border: 1px solid #53464A; }

<div style="border:3px solid #53464A">Div</div>

This div border color is #53464A.


Opacity

.myOpacity80 { color: #53464A; opacity: 0.8; }

<p style="color:#53464A;opacity:0.8;">80%</p>

Text with #53464A 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 #53464A;}

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

This text has shadow with #53464A color.

.textShadow {text-shadow: 3px 3px 1px #53464A, 3px 3px 1px red;}

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

This text has shadow with #53464A primary color and red secondary color.


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

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

This text has shadow with #53464A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53464A on black background.


Color preview on white background

This text has color #53464A on white background.



Black color preview on #53464A background

This text has black color on #53464A background.


White color preview on #53464A background

This text has white color on #53464A background.