COLOR #472444

HEX: #472444
RGB: (71,36,68)

Renk bilgisi

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

RGB renk modeli

#472444 color RGB value is (71,36,68).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 36 of 255 = 14%
B 68 of 255 = 27%

71
36
68

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 36 + 68 = 175 (100%)
R 71 of 175 ~ 40.57%
G 36 of 175 ~ 20.57%
B 68 of 175 ~ 38.86%

%40.57
%20.57
%38.86

CMYK RENK MODELİ

#472444 rengi CMYK tonu (0,49,4,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.30%
  • sarı tonu 4.23%
  • ana renk tonu 72.16%
CMYK:
(0,49,4,72)
C0M49Y4K72 
(0%,49%,4%,72%)
(0.00/0.49/0.04/0.72)	

CMYK yüzdeleri

%0
%49.3
%4.23
%72.16

Codes

Color #472444 in popluar color models

472444
RGB713668
HSL305°32.71%20.98%
HSB/HSV305°49.30%27.84%
CMYK0.00%49.30%4.23%
72.16%

Color #472444 in popluar number systems.

HEX472444
Decimal713668
Binary10001111001001000100
Octal10744104

Shades and tints

Shades of #472444

#472444
(71,36,68)
#41213E
(65,33,62)
#3B1E38
(59,30,56)
#351B32
(53,27,50)
#2F182C
(47,24,44)
#291526
(41,21,38)
#231220
(35,18,32)
#1D0F1A
(29,15,26)
#170C14
(23,12,20)
#11090E
(17,9,14)
#0B0608
(11,6,8)
#000000
(0,0,0)

Tints of #472444

#472444
(71,36,68)
#573755
(87,55,85)
#674A66
(103,74,102)
#775D77
(119,93,119)
#877088
(135,112,136)
#978399
(151,131,153)
#A796AA
(167,150,170)
#B7A9BB
(183,169,187)
#C7BCCC
(199,188,204)
#D7CFDD
(215,207,221)
#E7E2EE
(231,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472444; }

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

This text font color is #472444.


Background Color

.myBgColor { background-color: #472444; }

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

This div background color is #472444.


Border color

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

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

This div border color is #472444.


Opacity

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

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

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

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

This text has shadow with #472444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472444 on black background.


Color preview on white background

This text has color #472444 on white background.



Black color preview on #472444 background

This text has black color on #472444 background.


White color preview on #472444 background

This text has white color on #472444 background.