COLOR #472B44

HEX: #472B44
RGB: (71,43,68)

Renk bilgisi

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

RGB renk modeli

#472B44 color RGB value is (71,43,68).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 43 of 255 = 17%
B 68 of 255 = 27%

71
43
68

R + G + B ~ 24%. #472B44 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 43 + 68 = 182 (100%)
R 71 of 182 ~ 39.01%
G 43 of 182 ~ 23.63%
B 68 of 182 ~ 37.36%

%39.01
%23.63
%37.36

CMYK RENK MODELİ

#472B44 rengi CMYK tonu (0,39,4,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.44%
  • sarı tonu 4.23%
  • ana renk tonu 72.16%
CMYK:
(0,39,4,72)
C0M39Y4K72 
(0%,39%,4%,72%)
(0.00/0.39/0.04/0.72)	

CMYK yüzdeleri

%0
%39.44
%4.23
%72.16

Codes

Color #472B44 in popluar color models

472B44
RGB714368
HSL306°24.56%22.35%
HSB/HSV306°39.44%27.84%
CMYK0.00%39.44%4.23%
72.16%

Color #472B44 in popluar number systems.

HEX472B44
Decimal714368
Binary10001111010111000100
Octal10753104

Shades and tints

Shades of #472B44

#472B44
(71,43,68)
#41283E
(65,40,62)
#3B2538
(59,37,56)
#352232
(53,34,50)
#2F1F2C
(47,31,44)
#291C26
(41,28,38)
#231920
(35,25,32)
#1D161A
(29,22,26)
#171314
(23,19,20)
#11100E
(17,16,14)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #472B44

#472B44
(71,43,68)
#573E55
(87,62,85)
#675166
(103,81,102)
#776477
(119,100,119)
#877788
(135,119,136)
#978A99
(151,138,153)
#A79DAA
(167,157,170)
#B7B0BB
(183,176,187)
#C7C3CC
(199,195,204)
#D7D6DD
(215,214,221)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472B44; }

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

This text font color is #472B44.


Background Color

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

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

This div background color is #472B44.


Border color

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

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

This div border color is #472B44.


Opacity

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

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

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

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

This text has shadow with #472B44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472B44 on black background.


Color preview on white background

This text has color #472B44 on white background.



Black color preview on #472B44 background

This text has black color on #472B44 background.


White color preview on #472B44 background

This text has white color on #472B44 background.