COLOR #472442

HEX: #472442
RGB: (71,36,66)

Renk bilgisi

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

RGB renk modeli

#472442 color RGB value is (71,36,66).

  • kırmız ton 71;
  • yeşil ton 36;
  • mavi ton 66.
RGB:
(71,36,66)
(28%,14%,26%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 36 of 255 = 14%
B 66 of 255 = 26%

71
36
66

R + G + B ~ 23%. #472442 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 36 + 66 = 173 (100%)
R 71 of 173 ~ 41.04%
G 36 of 173 ~ 20.81%
B 66 of 173 ~ 38.15%

%41.04
%20.81
%38.15

CMYK RENK MODELİ

#472442 rengi CMYK tonu (0,49,7,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.30%
  • sarı tonu 7.04%
  • ana renk tonu 72.16%
CMYK:
(0,49,7,72)
C0M49Y7K72 
(0%,49%,7%,72%)
(0.00/0.49/0.07/0.72)	

CMYK yüzdeleri

%0
%49.3
%7.04
%72.16

Codes

Color #472442 in popluar color models

472442
RGB713666
HSL309°32.71%20.98%
HSB/HSV309°49.30%27.84%
CMYK0.00%49.30%7.04%
72.16%

Color #472442 in popluar number systems.

HEX472442
Decimal713666
Binary10001111001001000010
Octal10744102

Shades and tints

Shades of #472442

#472442
(71,36,66)
#41213C
(65,33,60)
#3B1E36
(59,30,54)
#351B30
(53,27,48)
#2F182A
(47,24,42)
#291524
(41,21,36)
#23121E
(35,18,30)
#1D0F18
(29,15,24)
#170C12
(23,12,18)
#11090C
(17,9,12)
#0B0606
(11,6,6)
#000000
(0,0,0)

Tints of #472442

#472442
(71,36,66)
#573753
(87,55,83)
#674A64
(103,74,100)
#775D75
(119,93,117)
#877086
(135,112,134)
#978397
(151,131,151)
#A796A8
(167,150,168)
#B7A9B9
(183,169,185)
#C7BCCA
(199,188,202)
#D7CFDB
(215,207,219)
#E7E2EC
(231,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472442 color. Also use rgb(71,36,66) instead hex code.

Text Font Color

.myTextColor { color: #472442; }

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

This text font color is #472442.


Background Color

.myBgColor { background-color: #472442; }

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

This div background color is #472442.


Border color

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

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

This div border color is #472442.


Opacity

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

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

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

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

This text has shadow with #472442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472442 on black background.


Color preview on white background

This text has color #472442 on white background.



Black color preview on #472442 background

This text has black color on #472442 background.


White color preview on #472442 background

This text has white color on #472442 background.