COLOR #472E24

HEX: #472E24
RGB: (71,46,36)

Renk bilgisi

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

RGB renk modeli

#472E24 color RGB value is (71,46,36).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 46 of 255 = 18%
B 36 of 255 = 14%

71
46
36

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 46 + 36 = 153 (100%)
R 71 of 153 ~ 46.41%
G 46 of 153 ~ 30.07%
B 36 of 153 ~ 23.53%

%46.41
%30.07
%23.53

CMYK RENK MODELİ

#472E24 rengi CMYK tonu (0,35,49,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.21%
  • sarı tonu 49.30%
  • ana renk tonu 72.16%
CMYK:
(0,35,49,72)
C0M35Y49K72 
(0%,35%,49%,72%)
(0.00/0.35/0.49/0.72)	

CMYK yüzdeleri

%0
%35.21
%49.3
%72.16

Codes

Color #472E24 in popluar color models

472E24
RGB714636
HSL17°32.71%20.98%
HSB/HSV17°49.30%27.84%
CMYK0.00%35.21%49.30%
72.16%

Color #472E24 in popluar number systems.

HEX472E24
Decimal714636
Binary1000111101110100100
Octal1075644

Shades and tints

Shades of #472E24

#472E24
(71,46,36)
#412A21
(65,42,33)
#3B261E
(59,38,30)
#35221B
(53,34,27)
#2F1E18
(47,30,24)
#291A15
(41,26,21)
#231612
(35,22,18)
#1D120F
(29,18,15)
#170E0C
(23,14,12)
#110A09
(17,10,9)
#0B0606
(11,6,6)
#000000
(0,0,0)

Tints of #472E24

#472E24
(71,46,36)
#574137
(87,65,55)
#67544A
(103,84,74)
#77675D
(119,103,93)
#877A70
(135,122,112)
#978D83
(151,141,131)
#A7A096
(167,160,150)
#B7B3A9
(183,179,169)
#C7C6BC
(199,198,188)
#D7D9CF
(215,217,207)
#E7ECE2
(231,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472E24; }

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

This text font color is #472E24.


Background Color

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

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

This div background color is #472E24.


Border color

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

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

This div border color is #472E24.


Opacity

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

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

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

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

This text has shadow with #472E24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472E24 on black background.


Color preview on white background

This text has color #472E24 on white background.



Black color preview on #472E24 background

This text has black color on #472E24 background.


White color preview on #472E24 background

This text has white color on #472E24 background.