COLOR #472231

HEX: #472231
RGB: (71,34,49)

Renk bilgisi

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

RGB renk modeli

#472231 color RGB value is (71,34,49).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 34 of 255 = 13%
B 49 of 255 = 19%

71
34
49

R + G + B ~ 20%. #472231 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 34 + 49 = 154 (100%)
R 71 of 154 ~ 46.1%
G 34 of 154 ~ 22.08%
B 49 of 154 ~ 31.82%

%46.1
%22.08
%31.82

CMYK RENK MODELİ

#472231 rengi CMYK tonu (0,52,31,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.11%
  • sarı tonu 30.99%
  • ana renk tonu 72.16%
CMYK:
(0,52,31,72)
C0M52Y31K72 
(0%,52%,31%,72%)
(0.00/0.52/0.31/0.72)	

CMYK yüzdeleri

%0
%52.11
%30.99
%72.16

Codes

Color #472231 in popluar color models

472231
RGB713449
HSL336°35.24%20.59%
HSB/HSV336°52.11%27.84%
CMYK0.00%52.11%30.99%
72.16%

Color #472231 in popluar number systems.

HEX472231
Decimal713449
Binary1000111100010110001
Octal1074261

Shades and tints

Shades of #472231

#472231
(71,34,49)
#411F2D
(65,31,45)
#3B1C29
(59,28,41)
#351925
(53,25,37)
#2F1621
(47,22,33)
#29131D
(41,19,29)
#231019
(35,16,25)
#1D0D15
(29,13,21)
#170A11
(23,10,17)
#11070D
(17,7,13)
#0B0409
(11,4,9)
#000000
(0,0,0)

Tints of #472231

#472231
(71,34,49)
#573643
(87,54,67)
#674A55
(103,74,85)
#775E67
(119,94,103)
#877279
(135,114,121)
#97868B
(151,134,139)
#A79A9D
(167,154,157)
#B7AEAF
(183,174,175)
#C7C2C1
(199,194,193)
#D7D6D3
(215,214,211)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472231; }

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

This text font color is #472231.


Background Color

.myBgColor { background-color: #472231; }

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

This div background color is #472231.


Border color

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

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

This div border color is #472231.


Opacity

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

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

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

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

This text has shadow with #472231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472231 on black background.


Color preview on white background

This text has color #472231 on white background.



Black color preview on #472231 background

This text has black color on #472231 background.


White color preview on #472231 background

This text has white color on #472231 background.