COLOR #472253

HEX: #472253
RGB: (71,34,83)

Renk bilgisi

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

RGB renk modeli

#472253 color RGB value is (71,34,83).

  • kırmız ton 71;
  • yeşil ton 34;
  • mavi ton 83.
RGB:
(71,34,83)
(28%,13%,33%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 34 of 255 = 13%
B 83 of 255 = 33%

71
34
83

R + G + B ~ 25%. #472253 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 34 + 83 = 188 (100%)
R 71 of 188 ~ 37.77%
G 34 of 188 ~ 18.09%
B 83 of 188 ~ 44.15%

%37.77
%18.09
%44.15

CMYK RENK MODELİ

#472253 rengi CMYK tonu (14,59,0,67).

  • camgöbeği tonu 14.46%
  • eflatun tonu 59.04%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(14,59,0,67)
C14M59Y0K67 
(14%,59%,0%,67%)
(0.14/0.59/0.00/0.67)	

CMYK yüzdeleri

%14.46
%59.04
%0
%67.45

Codes

Color #472253 in popluar color models

472253
RGB713483
HSL285°41.88%22.94%
HSB/HSV285°59.04%32.55%
CMYK14.46%59.04%0.00%
67.45%

Color #472253 in popluar number systems.

HEX472253
Decimal713483
Binary10001111000101010011
Octal10742123

Shades and tints

Shades of #472253

#472253
(71,34,83)
#411F4C
(65,31,76)
#3B1C45
(59,28,69)
#35193E
(53,25,62)
#2F1637
(47,22,55)
#291330
(41,19,48)
#231029
(35,16,41)
#1D0D22
(29,13,34)
#170A1B
(23,10,27)
#110714
(17,7,20)
#0B040D
(11,4,13)
#000000
(0,0,0)

Tints of #472253

#472253
(71,34,83)
#573662
(87,54,98)
#674A71
(103,74,113)
#775E80
(119,94,128)
#87728F
(135,114,143)
#97869E
(151,134,158)
#A79AAD
(167,154,173)
#B7AEBC
(183,174,188)
#C7C2CB
(199,194,203)
#D7D6DA
(215,214,218)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472253 color. Also use rgb(71,34,83) instead hex code.

Text Font Color

.myTextColor { color: #472253; }

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

This text font color is #472253.


Background Color

.myBgColor { background-color: #472253; }

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

This div background color is #472253.


Border color

.myBorderColor { border: 1px solid #472253; }

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

This div border color is #472253.


Opacity

.myOpacity80 { color: #472253; opacity: 0.8; }

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

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

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

This text has shadow with #472253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472253 on black background.


Color preview on white background

This text has color #472253 on white background.



Black color preview on #472253 background

This text has black color on #472253 background.


White color preview on #472253 background

This text has white color on #472253 background.