COLOR #472A4C

HEX: #472A4C
RGB: (71,42,76)

Renk bilgisi

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

RGB renk modeli

#472A4C color RGB value is (71,42,76).

  • kırmız ton 71;
  • yeşil ton 42;
  • mavi ton 76.
RGB:
(71,42,76)
(28%,16%,30%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 42 of 255 = 16%
B 76 of 255 = 30%

71
42
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 42 + 76 = 189 (100%)
R 71 of 189 ~ 37.57%
G 42 of 189 ~ 22.22%
B 76 of 189 ~ 40.21%

%37.57
%22.22
%40.21

CMYK RENK MODELİ

#472A4C rengi CMYK tonu (7,45,0,70).

  • camgöbeği tonu 6.58%
  • eflatun tonu 44.74%
  • sarı tonu 0.00%
  • ana renk tonu 70.20%
CMYK:
(7,45,0,70)
C7M45Y0K70 
(7%,45%,0%,70%)
(0.07/0.45/0.00/0.70)	

CMYK yüzdeleri

%6.58
%44.74
%0
%70.2

Codes

Color #472A4C in popluar color models

472A4C
RGB714276
HSL291°28.81%23.14%
HSB/HSV291°44.74%29.80%
CMYK6.58%44.74%0.00%
70.20%

Color #472A4C in popluar number systems.

HEX472A4C
Decimal714276
Binary10001111010101001100
Octal10752114

Shades and tints

Shades of #472A4C

#472A4C
(71,42,76)
#412746
(65,39,70)
#3B2440
(59,36,64)
#35213A
(53,33,58)
#2F1E34
(47,30,52)
#291B2E
(41,27,46)
#231828
(35,24,40)
#1D1522
(29,21,34)
#17121C
(23,18,28)
#110F16
(17,15,22)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #472A4C

#472A4C
(71,42,76)
#573D5C
(87,61,92)
#67506C
(103,80,108)
#77637C
(119,99,124)
#87768C
(135,118,140)
#97899C
(151,137,156)
#A79CAC
(167,156,172)
#B7AFBC
(183,175,188)
#C7C2CC
(199,194,204)
#D7D5DC
(215,213,220)
#E7E8EC
(231,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472A4C color. Also use rgb(71,42,76) instead hex code.

Text Font Color

.myTextColor { color: #472A4C; }

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

This text font color is #472A4C.


Background Color

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

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

This div background color is #472A4C.


Border color

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

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

This div border color is #472A4C.


Opacity

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

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

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

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

This text has shadow with #472A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472A4C on black background.


Color preview on white background

This text has color #472A4C on white background.



Black color preview on #472A4C background

This text has black color on #472A4C background.


White color preview on #472A4C background

This text has white color on #472A4C background.