COLOR #472C56

HEX: #472C56
RGB: (71,44,86)

Renk bilgisi

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

RGB renk modeli

#472C56 color RGB value is (71,44,86).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 44 of 255 = 17%
B 86 of 255 = 34%

71
44
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 44 + 86 = 201 (100%)
R 71 of 201 ~ 35.32%
G 44 of 201 ~ 21.89%
B 86 of 201 ~ 42.79%

%35.32
%21.89
%42.79

CMYK RENK MODELİ

#472C56 rengi CMYK tonu (17,49,0,66).

  • camgöbeği tonu 17.44%
  • eflatun tonu 48.84%
  • sarı tonu 0.00%
  • ana renk tonu 66.27%
CMYK:
(17,49,0,66)
C17M49Y0K66 
(17%,49%,0%,66%)
(0.17/0.49/0.00/0.66)	

CMYK yüzdeleri

%17.44
%48.84
%0
%66.27

Codes

Color #472C56 in popluar color models

472C56
RGB714486
HSL279°32.31%25.49%
HSB/HSV279°48.84%33.73%
CMYK17.44%48.84%0.00%
66.27%

Color #472C56 in popluar number systems.

HEX472C56
Decimal714486
Binary10001111011001010110
Octal10754126

Shades and tints

Shades of #472C56

#472C56
(71,44,86)
#41284F
(65,40,79)
#3B2448
(59,36,72)
#352041
(53,32,65)
#2F1C3A
(47,28,58)
#291833
(41,24,51)
#23142C
(35,20,44)
#1D1025
(29,16,37)
#170C1E
(23,12,30)
#110817
(17,8,23)
#0B0410
(11,4,16)
#000000
(0,0,0)

Tints of #472C56

#472C56
(71,44,86)
#573F65
(87,63,101)
#675274
(103,82,116)
#776583
(119,101,131)
#877892
(135,120,146)
#978BA1
(151,139,161)
#A79EB0
(167,158,176)
#B7B1BF
(183,177,191)
#C7C4CE
(199,196,206)
#D7D7DD
(215,215,221)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472C56; }

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

This text font color is #472C56.


Background Color

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

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

This div background color is #472C56.


Border color

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

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

This div border color is #472C56.


Opacity

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

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

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

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

This text has shadow with #472C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472C56 on black background.


Color preview on white background

This text has color #472C56 on white background.



Black color preview on #472C56 background

This text has black color on #472C56 background.


White color preview on #472C56 background

This text has white color on #472C56 background.