COLOR #472D56

HEX: #472D56
RGB: (71,45,86)

Renk bilgisi

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

RGB renk modeli

#472D56 color RGB value is (71,45,86).

  • kırmız ton 71;
  • yeşil ton 45;
  • mavi ton 86.
RGB:
(71,45,86)
(28%,18%,34%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 45 of 255 = 18%
B 86 of 255 = 34%

71
45
86

R + G + B ~ 27%. #472D56 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 45 + 86 = 202 (100%)
R 71 of 202 ~ 35.15%
G 45 of 202 ~ 22.28%
B 86 of 202 ~ 42.57%

%35.15
%22.28
%42.57

CMYK RENK MODELİ

#472D56 rengi CMYK tonu (17,48,0,66).

  • camgöbeği tonu 17.44%
  • eflatun tonu 47.67%
  • sarı tonu 0.00%
  • ana renk tonu 66.27%
CMYK:
(17,48,0,66)
C17M48Y0K66 
(17%,48%,0%,66%)
(0.17/0.48/0.00/0.66)	

CMYK yüzdeleri

%17.44
%47.67
%0
%66.27

Codes

Color #472D56 in popluar color models

472D56
RGB714586
HSL278°31.30%25.69%
HSB/HSV278°47.67%33.73%
CMYK17.44%47.67%0.00%
66.27%

Color #472D56 in popluar number systems.

HEX472D56
Decimal714586
Binary10001111011011010110
Octal10755126

Shades and tints

Shades of #472D56

#472D56
(71,45,86)
#41294F
(65,41,79)
#3B2548
(59,37,72)
#352141
(53,33,65)
#2F1D3A
(47,29,58)
#291933
(41,25,51)
#23152C
(35,21,44)
#1D1125
(29,17,37)
#170D1E
(23,13,30)
#110917
(17,9,23)
#0B0510
(11,5,16)
#000000
(0,0,0)

Tints of #472D56

#472D56
(71,45,86)
#574065
(87,64,101)
#675374
(103,83,116)
#776683
(119,102,131)
#877992
(135,121,146)
#978CA1
(151,140,161)
#A79FB0
(167,159,176)
#B7B2BF
(183,178,191)
#C7C5CE
(199,197,206)
#D7D8DD
(215,216,221)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472D56 color. Also use rgb(71,45,86) instead hex code.

Text Font Color

.myTextColor { color: #472D56; }

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

This text font color is #472D56.


Background Color

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

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

This div background color is #472D56.


Border color

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

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

This div border color is #472D56.


Opacity

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

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

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

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

This text has shadow with #472D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472D56 on black background.


Color preview on white background

This text has color #472D56 on white background.



Black color preview on #472D56 background

This text has black color on #472D56 background.


White color preview on #472D56 background

This text has white color on #472D56 background.