COLOR #472E52

HEX: #472E52
RGB: (71,46,82)

Renk bilgisi

#472E52 contains red, green and blue colors in about the same proportion. #472E52 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#472E52 color RGB value is (71,46,82).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 46 of 255 = 18%
B 82 of 255 = 32%

71
46
82

R + G + B ~ 26%. #472E52 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 46 + 82 = 199 (100%)
R 71 of 199 ~ 35.68%
G 46 of 199 ~ 23.12%
B 82 of 199 ~ 41.21%

%35.68
%23.12
%41.21

CMYK RENK MODELİ

#472E52 rengi CMYK tonu (13,44,0,68).

  • camgöbeği tonu 13.41%
  • eflatun tonu 43.90%
  • sarı tonu 0.00%
  • ana renk tonu 67.84%
CMYK:
(13,44,0,68)
C13M44Y0K68 
(13%,44%,0%,68%)
(0.13/0.44/0.00/0.68)	

CMYK yüzdeleri

%13.41
%43.9
%0
%67.84

Codes

Color #472E52 in popluar color models

472E52
RGB714682
HSL282°28.13%25.10%
HSB/HSV282°43.90%32.16%
CMYK13.41%43.90%0.00%
67.84%

Color #472E52 in popluar number systems.

HEX472E52
Decimal714682
Binary10001111011101010010
Octal10756122

Shades and tints

Shades of #472E52

#472E52
(71,46,82)
#412A4B
(65,42,75)
#3B2644
(59,38,68)
#35223D
(53,34,61)
#2F1E36
(47,30,54)
#291A2F
(41,26,47)
#231628
(35,22,40)
#1D1221
(29,18,33)
#170E1A
(23,14,26)
#110A13
(17,10,19)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #472E52

#472E52
(71,46,82)
#574161
(87,65,97)
#675470
(103,84,112)
#77677F
(119,103,127)
#877A8E
(135,122,142)
#978D9D
(151,141,157)
#A7A0AC
(167,160,172)
#B7B3BB
(183,179,187)
#C7C6CA
(199,198,202)
#D7D9D9
(215,217,217)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472E52 color. Also use rgb(71,46,82) instead hex code.

Text Font Color

.myTextColor { color: #472E52; }

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

This text font color is #472E52.


Background Color

.myBgColor { background-color: #472E52; }

<div style="background-color:#472E52">Inner text</div>

This div background color is #472E52.


Border color

.myBorderColor { border: 1px solid #472E52; }

<div style="border:3px solid #472E52">Div</div>

This div border color is #472E52.


Opacity

.myOpacity80 { color: #472E52; opacity: 0.8; }

<p style="color:#472E52;opacity:0.8;">80%</p>

Text with #472E52 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 #472E52;}

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

This text has shadow with #472E52 color.

.textShadow {text-shadow: 3px 3px 1px #472E52, 3px 3px 1px red;}

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

This text has shadow with #472E52 primary color and red secondary color.


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

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

This text has shadow with #472E52 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472E52 on black background.


Color preview on white background

This text has color #472E52 on white background.



Black color preview on #472E52 background

This text has black color on #472E52 background.


White color preview on #472E52 background

This text has white color on #472E52 background.