COLOR #472E3B

HEX: #472E3B
RGB: (71,46,59)

Renk bilgisi

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

RGB renk modeli

#472E3B color RGB value is (71,46,59).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 46 of 255 = 18%
B 59 of 255 = 23%

71
46
59

R + G + B ~ 23%. #472E3B is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 46 + 59 = 176 (100%)
R 71 of 176 ~ 40.34%
G 46 of 176 ~ 26.14%
B 59 of 176 ~ 33.52%

%40.34
%26.14
%33.52

CMYK RENK MODELİ

#472E3B rengi CMYK tonu (0,35,17,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.21%
  • sarı tonu 16.90%
  • ana renk tonu 72.16%
CMYK:
(0,35,17,72)
C0M35Y17K72 
(0%,35%,17%,72%)
(0.00/0.35/0.17/0.72)	

CMYK yüzdeleri

%0
%35.21
%16.9
%72.16

Codes

Color #472E3B in popluar color models

472E3B
RGB714659
HSL329°21.37%22.94%
HSB/HSV329°35.21%27.84%
CMYK0.00%35.21%16.90%
72.16%

Color #472E3B in popluar number systems.

HEX472E3B
Decimal714659
Binary1000111101110111011
Octal1075673

Shades and tints

Shades of #472E3B

#472E3B
(71,46,59)
#412A36
(65,42,54)
#3B2631
(59,38,49)
#35222C
(53,34,44)
#2F1E27
(47,30,39)
#291A22
(41,26,34)
#23161D
(35,22,29)
#1D1218
(29,18,24)
#170E13
(23,14,19)
#110A0E
(17,10,14)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #472E3B

#472E3B
(71,46,59)
#57414C
(87,65,76)
#67545D
(103,84,93)
#77676E
(119,103,110)
#877A7F
(135,122,127)
#978D90
(151,141,144)
#A7A0A1
(167,160,161)
#B7B3B2
(183,179,178)
#C7C6C3
(199,198,195)
#D7D9D4
(215,217,212)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472E3B; }

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

This text font color is #472E3B.


Background Color

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

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

This div background color is #472E3B.


Border color

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

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

This div border color is #472E3B.


Opacity

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

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

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

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

This text has shadow with #472E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472E3B on black background.


Color preview on white background

This text has color #472E3B on white background.



Black color preview on #472E3B background

This text has black color on #472E3B background.


White color preview on #472E3B background

This text has white color on #472E3B background.