COLOR #472E27

HEX: #472E27
RGB: (71,46,39)

Renk bilgisi

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

RGB renk modeli

#472E27 color RGB value is (71,46,39).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 46 of 255 = 18%
B 39 of 255 = 15%

71
46
39

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 46 + 39 = 156 (100%)
R 71 of 156 ~ 45.51%
G 46 of 156 ~ 29.49%
B 39 of 156 ~ 25%

%45.51
%29.49
%25

CMYK RENK MODELİ

#472E27 rengi CMYK tonu (0,35,45,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.21%
  • sarı tonu 45.07%
  • ana renk tonu 72.16%
CMYK:
(0,35,45,72)
C0M35Y45K72 
(0%,35%,45%,72%)
(0.00/0.35/0.45/0.72)	

CMYK yüzdeleri

%0
%35.21
%45.07
%72.16

Codes

Color #472E27 in popluar color models

472E27
RGB714639
HSL13°29.09%21.57%
HSB/HSV13°45.07%27.84%
CMYK0.00%35.21%45.07%
72.16%

Color #472E27 in popluar number systems.

HEX472E27
Decimal714639
Binary1000111101110100111
Octal1075647

Shades and tints

Shades of #472E27

#472E27
(71,46,39)
#412A24
(65,42,36)
#3B2621
(59,38,33)
#35221E
(53,34,30)
#2F1E1B
(47,30,27)
#291A18
(41,26,24)
#231615
(35,22,21)
#1D1212
(29,18,18)
#170E0F
(23,14,15)
#110A0C
(17,10,12)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #472E27

#472E27
(71,46,39)
#57413A
(87,65,58)
#67544D
(103,84,77)
#776760
(119,103,96)
#877A73
(135,122,115)
#978D86
(151,141,134)
#A7A099
(167,160,153)
#B7B3AC
(183,179,172)
#C7C6BF
(199,198,191)
#D7D9D2
(215,217,210)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472E27; }

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

This text font color is #472E27.


Background Color

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

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

This div background color is #472E27.


Border color

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

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

This div border color is #472E27.


Opacity

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

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

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

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

This text has shadow with #472E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472E27 on black background.


Color preview on white background

This text has color #472E27 on white background.



Black color preview on #472E27 background

This text has black color on #472E27 background.


White color preview on #472E27 background

This text has white color on #472E27 background.