COLOR #52495D

HEX: #52495D
RGB: (82,73,93)

Renk bilgisi

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

RGB renk modeli

#52495D color RGB value is (82,73,93).

  • kırmız ton 82;
  • yeşil ton 73;
  • mavi ton 93.
RGB: (82,73,93) (32%,29%,36%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 73 of 255 = 29%
B 93 of 255 = 36%

82
73
93

R + G + B ~ 32%. #52495D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 73 + 93 = 248 (100%)
R 82 of 248 ~ 33.06%
G 73 of 248 ~ 29.44%
B 93 of 248 ~ 37.5%

%33.06
%29.44
%37.5

CMYK RENK MODELİ

#52495D rengi CMYK tonu (12,22,0,64).

  • camgöbeği tonu 11.83%
  • eflatun tonu 21.51%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK: (12,22,0,64) C12M22Y0K64 (12%,22%,0%,64%) (0.12/0.22/0.00/0.64)

CMYK yüzdeleri

%11.83
%21.51
%0
%63.53

Codes

Color #52495D in popluar color models

52495D
RGB827393
HSL267°12.05%32.55%
HSB/HSV267°21.51%36.47%
CMYK11.83%21.51%0.00%
63.53%

Color #52495D in popluar number systems.

HEX52495D
Decimal827393
Binary101001010010011011101
Octal122111135

Shades and tints

Shades of #52495D

#52495D
(82,73,93)
#4B4355
(75,67,85)
#443D4D
(68,61,77)
#3D3745
(61,55,69)
#36313D
(54,49,61)
#2F2B35
(47,43,53)
#28252D
(40,37,45)
#211F25
(33,31,37)
#1A191D
(26,25,29)
#131315
(19,19,21)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #52495D

#52495D
(82,73,93)
#61596B
(97,89,107)
#706979
(112,105,121)
#7F7987
(127,121,135)
#8E8995
(142,137,149)
#9D99A3
(157,153,163)
#ACA9B1
(172,169,177)
#BBB9BF
(187,185,191)
#CAC9CD
(202,201,205)
#D9D9DB
(217,217,219)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52495D color. Also use rgb(82,73,93) instead hex code.

Text Font Color

.myTextColor { color: #52495D; }

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

This text font color is #52495D.


Background Color

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

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

This div background color is #52495D.


Border color

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

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

This div border color is #52495D.


Opacity

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

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

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

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

This text has shadow with #52495D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #52495D on black background.


Color preview on white background

This text has color #52495D on white background.



Black color preview on #52495D background

This text has black color on #52495D background.


White color preview on #52495D background

This text has white color on #52495D background.