COLOR #472C55

HEX: #472C55
RGB: (71,44,85)

Renk bilgisi

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

RGB renk modeli

#472C55 color RGB value is (71,44,85).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 44 of 255 = 17%
B 85 of 255 = 33%

71
44
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 44 + 85 = 200 (100%)
R 71 of 200 ~ 35.5%
G 44 of 200 ~ 22%
B 85 of 200 ~ 42.5%

%35.5
%22
%42.5

CMYK RENK MODELİ

#472C55 rengi CMYK tonu (16,48,0,67).

  • camgöbeği tonu 16.47%
  • eflatun tonu 48.24%
  • sarı tonu 0.00%
  • ana renk tonu 66.67%
CMYK:
(16,48,0,67)
C16M48Y0K67 
(16%,48%,0%,67%)
(0.16/0.48/0.00/0.67)	

CMYK yüzdeleri

%16.47
%48.24
%0
%66.67

Codes

Color #472C55 in popluar color models

472C55
RGB714485
HSL280°31.78%25.29%
HSB/HSV280°48.24%33.33%
CMYK16.47%48.24%0.00%
66.67%

Color #472C55 in popluar number systems.

HEX472C55
Decimal714485
Binary10001111011001010101
Octal10754125

Shades and tints

Shades of #472C55

#472C55
(71,44,85)
#41284E
(65,40,78)
#3B2447
(59,36,71)
#352040
(53,32,64)
#2F1C39
(47,28,57)
#291832
(41,24,50)
#23142B
(35,20,43)
#1D1024
(29,16,36)
#170C1D
(23,12,29)
#110816
(17,8,22)
#0B040F
(11,4,15)
#000000
(0,0,0)

Tints of #472C55

#472C55
(71,44,85)
#573F64
(87,63,100)
#675273
(103,82,115)
#776582
(119,101,130)
#877891
(135,120,145)
#978BA0
(151,139,160)
#A79EAF
(167,158,175)
#B7B1BE
(183,177,190)
#C7C4CD
(199,196,205)
#D7D7DC
(215,215,220)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472C55; }

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

This text font color is #472C55.


Background Color

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

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

This div background color is #472C55.


Border color

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

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

This div border color is #472C55.


Opacity

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

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

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

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

This text has shadow with #472C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472C55 on black background.


Color preview on white background

This text has color #472C55 on white background.



Black color preview on #472C55 background

This text has black color on #472C55 background.


White color preview on #472C55 background

This text has white color on #472C55 background.