COLOR #52476D

HEX: #52476D
RGB: (82,71,109)

Renk bilgisi

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

RGB renk modeli

#52476D color RGB value is (82,71,109).

  • kırmız ton 82;
  • yeşil ton 71;
  • mavi ton 109.
RGB:
(82,71,109)
(32%,28%,43%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 71 of 255 = 28%
B 109 of 255 = 43%

82
71
109

R + G + B ~ 34%. #52476D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 71 + 109 = 262 (100%)
R 82 of 262 ~ 31.3%
G 71 of 262 ~ 27.1%
B 109 of 262 ~ 41.6%

%31.3
%27.1
%41.6

CMYK RENK MODELİ

#52476D rengi CMYK tonu (25,35,0,57).

  • camgöbeği tonu 24.77%
  • eflatun tonu 34.86%
  • sarı tonu 0.00%
  • ana renk tonu 57.25%
CMYK:
(25,35,0,57)
C25M35Y0K57 
(25%,35%,0%,57%)
(0.25/0.35/0.00/0.57)	

CMYK yüzdeleri

%24.77
%34.86
%0
%57.25

Codes

Color #52476D in popluar color models

52476D
RGB8271109
HSL257°21.11%35.29%
HSB/HSV257°34.86%42.75%
CMYK24.77%34.86%0.00%
57.25%

Color #52476D in popluar number systems.

HEX52476D
Decimal8271109
Binary101001010001111101101
Octal122107155

Shades and tints

Shades of #52476D

#52476D
(82,71,109)
#4B4164
(75,65,100)
#443B5B
(68,59,91)
#3D3552
(61,53,82)
#362F49
(54,47,73)
#2F2940
(47,41,64)
#282337
(40,35,55)
#211D2E
(33,29,46)
#1A1725
(26,23,37)
#13111C
(19,17,28)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #52476D

#52476D
(82,71,109)
#61577A
(97,87,122)
#706787
(112,103,135)
#7F7794
(127,119,148)
#8E87A1
(142,135,161)
#9D97AE
(157,151,174)
#ACA7BB
(172,167,187)
#BBB7C8
(187,183,200)
#CAC7D5
(202,199,213)
#D9D7E2
(217,215,226)
#E8E7EF
(232,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52476D color. Also use rgb(82,71,109) instead hex code.

Text Font Color

.myTextColor { color: #52476D; }

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

This text font color is #52476D.


Background Color

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

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

This div background color is #52476D.


Border color

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

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

This div border color is #52476D.


Opacity

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

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

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

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

This text has shadow with #52476D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52476D on black background.


Color preview on white background

This text has color #52476D on white background.



Black color preview on #52476D background

This text has black color on #52476D background.


White color preview on #52476D background

This text has white color on #52476D background.