COLOR #52494D

HEX: #52494D
RGB: (82,73,77)

Renk bilgisi

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

RGB renk modeli

#52494D color RGB value is (82,73,77).

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

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 73 of 255 = 29%
B 77 of 255 = 30%

82
73
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 73 + 77 = 232 (100%)
R 82 of 232 ~ 35.34%
G 73 of 232 ~ 31.47%
B 77 of 232 ~ 33.19%

%35.34
%31.47
%33.19

CMYK RENK MODELİ

#52494D rengi CMYK tonu (0,11,6,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.98%
  • sarı tonu 6.10%
  • ana renk tonu 67.84%
CMYK:
(0,11,6,68)
C0M11Y6K68 
(0%,11%,6%,68%)
(0.00/0.11/0.06/0.68)	

CMYK yüzdeleri

%0
%10.98
%6.1
%67.84

Codes

Color #52494D in popluar color models

52494D
RGB827377
HSL333°5.81%30.39%
HSB/HSV333°10.98%32.16%
CMYK0.00%10.98%6.10%
67.84%

Color #52494D in popluar number systems.

HEX52494D
Decimal827377
Binary101001010010011001101
Octal122111115

Shades and tints

Shades of #52494D

#52494D
(82,73,77)
#4B4346
(75,67,70)
#443D3F
(68,61,63)
#3D3738
(61,55,56)
#363131
(54,49,49)
#2F2B2A
(47,43,42)
#282523
(40,37,35)
#211F1C
(33,31,28)
#1A1915
(26,25,21)
#13130E
(19,19,14)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #52494D

#52494D
(82,73,77)
#61595D
(97,89,93)
#70696D
(112,105,109)
#7F797D
(127,121,125)
#8E898D
(142,137,141)
#9D999D
(157,153,157)
#ACA9AD
(172,169,173)
#BBB9BD
(187,185,189)
#CAC9CD
(202,201,205)
#D9D9DD
(217,217,221)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52494D; }

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

This text font color is #52494D.


Background Color

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

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

This div background color is #52494D.


Border color

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

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

This div border color is #52494D.


Opacity

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

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

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

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

This text has shadow with #52494D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52494D on black background.


Color preview on white background

This text has color #52494D on white background.



Black color preview on #52494D background

This text has black color on #52494D background.


White color preview on #52494D background

This text has white color on #52494D background.