COLOR #472D23

HEX: #472D23
RGB: (71,45,35)

Renk bilgisi

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

RGB renk modeli

#472D23 color RGB value is (71,45,35).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 45 of 255 = 18%
B 35 of 255 = 14%

71
45
35

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 45 + 35 = 151 (100%)
R 71 of 151 ~ 47.02%
G 45 of 151 ~ 29.8%
B 35 of 151 ~ 23.18%

%47.02
%29.8
%23.18

CMYK RENK MODELİ

#472D23 rengi CMYK tonu (0,37,51,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.62%
  • sarı tonu 50.70%
  • ana renk tonu 72.16%
CMYK:
(0,37,51,72)
C0M37Y51K72 
(0%,37%,51%,72%)
(0.00/0.37/0.51/0.72)	

CMYK yüzdeleri

%0
%36.62
%50.7
%72.16

Codes

Color #472D23 in popluar color models

472D23
RGB714535
HSL17°33.96%20.78%
HSB/HSV17°50.70%27.84%
CMYK0.00%36.62%50.70%
72.16%

Color #472D23 in popluar number systems.

HEX472D23
Decimal714535
Binary1000111101101100011
Octal1075543

Shades and tints

Shades of #472D23

#472D23
(71,45,35)
#412920
(65,41,32)
#3B251D
(59,37,29)
#35211A
(53,33,26)
#2F1D17
(47,29,23)
#291914
(41,25,20)
#231511
(35,21,17)
#1D110E
(29,17,14)
#170D0B
(23,13,11)
#110908
(17,9,8)
#0B0505
(11,5,5)
#000000
(0,0,0)

Tints of #472D23

#472D23
(71,45,35)
#574037
(87,64,55)
#67534B
(103,83,75)
#77665F
(119,102,95)
#877973
(135,121,115)
#978C87
(151,140,135)
#A79F9B
(167,159,155)
#B7B2AF
(183,178,175)
#C7C5C3
(199,197,195)
#D7D8D7
(215,216,215)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472D23 color. Also use rgb(71,45,35) instead hex code.

Text Font Color

.myTextColor { color: #472D23; }

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

This text font color is #472D23.


Background Color

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

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

This div background color is #472D23.


Border color

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

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

This div border color is #472D23.


Opacity

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

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

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

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

This text has shadow with #472D23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472D23 on black background.


Color preview on white background

This text has color #472D23 on white background.



Black color preview on #472D23 background

This text has black color on #472D23 background.


White color preview on #472D23 background

This text has white color on #472D23 background.