COLOR #472D3E

HEX: #472D3E
RGB: (71,45,62)

Renk bilgisi

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

RGB renk modeli

#472D3E color RGB value is (71,45,62).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 45 of 255 = 18%
B 62 of 255 = 24%

71
45
62

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 45 + 62 = 178 (100%)
R 71 of 178 ~ 39.89%
G 45 of 178 ~ 25.28%
B 62 of 178 ~ 34.83%

%39.89
%25.28
%34.83

CMYK RENK MODELİ

#472D3E rengi CMYK tonu (0,37,13,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.62%
  • sarı tonu 12.68%
  • ana renk tonu 72.16%
CMYK:
(0,37,13,72)
C0M37Y13K72 
(0%,37%,13%,72%)
(0.00/0.37/0.13/0.72)	

CMYK yüzdeleri

%0
%36.62
%12.68
%72.16

Codes

Color #472D3E in popluar color models

472D3E
RGB714562
HSL321°22.41%22.75%
HSB/HSV321°36.62%27.84%
CMYK0.00%36.62%12.68%
72.16%

Color #472D3E in popluar number systems.

HEX472D3E
Decimal714562
Binary1000111101101111110
Octal1075576

Shades and tints

Shades of #472D3E

#472D3E
(71,45,62)
#412939
(65,41,57)
#3B2534
(59,37,52)
#35212F
(53,33,47)
#2F1D2A
(47,29,42)
#291925
(41,25,37)
#231520
(35,21,32)
#1D111B
(29,17,27)
#170D16
(23,13,22)
#110911
(17,9,17)
#0B050C
(11,5,12)
#000000
(0,0,0)

Tints of #472D3E

#472D3E
(71,45,62)
#57404F
(87,64,79)
#675360
(103,83,96)
#776671
(119,102,113)
#877982
(135,121,130)
#978C93
(151,140,147)
#A79FA4
(167,159,164)
#B7B2B5
(183,178,181)
#C7C5C6
(199,197,198)
#D7D8D7
(215,216,215)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472D3E; }

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

This text font color is #472D3E.


Background Color

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

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

This div background color is #472D3E.


Border color

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

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

This div border color is #472D3E.


Opacity

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

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

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

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

This text has shadow with #472D3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472D3E on black background.


Color preview on white background

This text has color #472D3E on white background.



Black color preview on #472D3E background

This text has black color on #472D3E background.


White color preview on #472D3E background

This text has white color on #472D3E background.