COLOR #472C31

HEX: #472C31
RGB: (71,44,49)

Renk bilgisi

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

RGB renk modeli

#472C31 color RGB value is (71,44,49).

  • kırmız ton 71;
  • yeşil ton 44;
  • mavi ton 49.
RGB:
(71,44,49)
(28%,17%,19%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 44 of 255 = 17%
B 49 of 255 = 19%

71
44
49

R + G + B ~ 21%. #472C31 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 44 + 49 = 164 (100%)
R 71 of 164 ~ 43.29%
G 44 of 164 ~ 26.83%
B 49 of 164 ~ 29.88%

%43.29
%26.83
%29.88

CMYK RENK MODELİ

#472C31 rengi CMYK tonu (0,38,31,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.03%
  • sarı tonu 30.99%
  • ana renk tonu 72.16%
CMYK:
(0,38,31,72)
C0M38Y31K72 
(0%,38%,31%,72%)
(0.00/0.38/0.31/0.72)	

CMYK yüzdeleri

%0
%38.03
%30.99
%72.16

Codes

Color #472C31 in popluar color models

472C31
RGB714449
HSL349°23.48%22.55%
HSB/HSV349°38.03%27.84%
CMYK0.00%38.03%30.99%
72.16%

Color #472C31 in popluar number systems.

HEX472C31
Decimal714449
Binary1000111101100110001
Octal1075461

Shades and tints

Shades of #472C31

#472C31
(71,44,49)
#41282D
(65,40,45)
#3B2429
(59,36,41)
#352025
(53,32,37)
#2F1C21
(47,28,33)
#29181D
(41,24,29)
#231419
(35,20,25)
#1D1015
(29,16,21)
#170C11
(23,12,17)
#11080D
(17,8,13)
#0B0409
(11,4,9)
#000000
(0,0,0)

Tints of #472C31

#472C31
(71,44,49)
#573F43
(87,63,67)
#675255
(103,82,85)
#776567
(119,101,103)
#877879
(135,120,121)
#978B8B
(151,139,139)
#A79E9D
(167,158,157)
#B7B1AF
(183,177,175)
#C7C4C1
(199,196,193)
#D7D7D3
(215,215,211)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472C31 color. Also use rgb(71,44,49) instead hex code.

Text Font Color

.myTextColor { color: #472C31; }

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

This text font color is #472C31.


Background Color

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

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

This div background color is #472C31.


Border color

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

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

This div border color is #472C31.


Opacity

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

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

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

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

This text has shadow with #472C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472C31 on black background.


Color preview on white background

This text has color #472C31 on white background.



Black color preview on #472C31 background

This text has black color on #472C31 background.


White color preview on #472C31 background

This text has white color on #472C31 background.