COLOR #472E5E

HEX: #472E5E
RGB: (71,46,94)

Renk bilgisi

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

RGB renk modeli

#472E5E color RGB value is (71,46,94).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 46 of 255 = 18%
B 94 of 255 = 37%

71
46
94

R + G + B ~ 28%. #472E5E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 46 + 94 = 211 (100%)
R 71 of 211 ~ 33.65%
G 46 of 211 ~ 21.8%
B 94 of 211 ~ 44.55%

%33.65
%21.8
%44.55

CMYK RENK MODELİ

#472E5E rengi CMYK tonu (24,51,0,63).

  • camgöbeği tonu 24.47%
  • eflatun tonu 51.06%
  • sarı tonu 0.00%
  • ana renk tonu 63.14%
CMYK:
(24,51,0,63)
C24M51Y0K63 
(24%,51%,0%,63%)
(0.24/0.51/0.00/0.63)	

CMYK yüzdeleri

%24.47
%51.06
%0
%63.14

Codes

Color #472E5E in popluar color models

472E5E
RGB714694
HSL271°34.29%27.45%
HSB/HSV271°51.06%36.86%
CMYK24.47%51.06%0.00%
63.14%

Color #472E5E in popluar number systems.

HEX472E5E
Decimal714694
Binary10001111011101011110
Octal10756136

Shades and tints

Shades of #472E5E

#472E5E
(71,46,94)
#412A56
(65,42,86)
#3B264E
(59,38,78)
#352246
(53,34,70)
#2F1E3E
(47,30,62)
#291A36
(41,26,54)
#23162E
(35,22,46)
#1D1226
(29,18,38)
#170E1E
(23,14,30)
#110A16
(17,10,22)
#0B060E
(11,6,14)
#000000
(0,0,0)

Tints of #472E5E

#472E5E
(71,46,94)
#57416C
(87,65,108)
#67547A
(103,84,122)
#776788
(119,103,136)
#877A96
(135,122,150)
#978DA4
(151,141,164)
#A7A0B2
(167,160,178)
#B7B3C0
(183,179,192)
#C7C6CE
(199,198,206)
#D7D9DC
(215,217,220)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472E5E; }

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

This text font color is #472E5E.


Background Color

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

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

This div background color is #472E5E.


Border color

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

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

This div border color is #472E5E.


Opacity

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

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

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

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

This text has shadow with #472E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472E5E on black background.


Color preview on white background

This text has color #472E5E on white background.



Black color preview on #472E5E background

This text has black color on #472E5E background.


White color preview on #472E5E background

This text has white color on #472E5E background.