COLOR #472A39

HEX: #472A39
RGB: (71,42,57)

Renk bilgisi

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

RGB renk modeli

#472A39 color RGB value is (71,42,57).

  • kırmız ton 71;
  • yeşil ton 42;
  • mavi ton 57.
RGB:
(71,42,57)
(28%,16%,22%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 42 of 255 = 16%
B 57 of 255 = 22%

71
42
57

R + G + B ~ 22%. #472A39 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 42 + 57 = 170 (100%)
R 71 of 170 ~ 41.76%
G 42 of 170 ~ 24.71%
B 57 of 170 ~ 33.53%

%41.76
%24.71
%33.53

CMYK RENK MODELİ

#472A39 rengi CMYK tonu (0,41,20,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.85%
  • sarı tonu 19.72%
  • ana renk tonu 72.16%
CMYK:
(0,41,20,72)
C0M41Y20K72 
(0%,41%,20%,72%)
(0.00/0.41/0.20/0.72)	

CMYK yüzdeleri

%0
%40.85
%19.72
%72.16

Codes

Color #472A39 in popluar color models

472A39
RGB714257
HSL329°25.66%22.16%
HSB/HSV329°40.85%27.84%
CMYK0.00%40.85%19.72%
72.16%

Color #472A39 in popluar number systems.

HEX472A39
Decimal714257
Binary1000111101010111001
Octal1075271

Shades and tints

Shades of #472A39

#472A39
(71,42,57)
#412734
(65,39,52)
#3B242F
(59,36,47)
#35212A
(53,33,42)
#2F1E25
(47,30,37)
#291B20
(41,27,32)
#23181B
(35,24,27)
#1D1516
(29,21,22)
#171211
(23,18,17)
#110F0C
(17,15,12)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #472A39

#472A39
(71,42,57)
#573D4B
(87,61,75)
#67505D
(103,80,93)
#77636F
(119,99,111)
#877681
(135,118,129)
#978993
(151,137,147)
#A79CA5
(167,156,165)
#B7AFB7
(183,175,183)
#C7C2C9
(199,194,201)
#D7D5DB
(215,213,219)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472A39 color. Also use rgb(71,42,57) instead hex code.

Text Font Color

.myTextColor { color: #472A39; }

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

This text font color is #472A39.


Background Color

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

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

This div background color is #472A39.


Border color

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

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

This div border color is #472A39.


Opacity

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

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

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

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

This text has shadow with #472A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472A39 on black background.


Color preview on white background

This text has color #472A39 on white background.



Black color preview on #472A39 background

This text has black color on #472A39 background.


White color preview on #472A39 background

This text has white color on #472A39 background.