COLOR #473E1F

HEX: #473E1F
RGB: (71,62,31)

Renk bilgisi

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

RGB renk modeli

#473E1F color RGB value is (71,62,31).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 62 of 255 = 24%
B 31 of 255 = 12%

71
62
31

R + G + B ~ 21%. #473E1F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 62 + 31 = 164 (100%)
R 71 of 164 ~ 43.29%
G 62 of 164 ~ 37.8%
B 31 of 164 ~ 18.9%

%43.29
%37.8
%18.9

CMYK RENK MODELİ

#473E1F rengi CMYK tonu (0,13,56,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.68%
  • sarı tonu 56.34%
  • ana renk tonu 72.16%
CMYK:
(0,13,56,72)
C0M13Y56K72 
(0%,13%,56%,72%)
(0.00/0.13/0.56/0.72)	

CMYK yüzdeleri

%0
%12.68
%56.34
%72.16

Codes

Color #473E1F in popluar color models

473E1F
RGB716231
HSL47°39.22%20.00%
HSB/HSV47°56.34%27.84%
CMYK0.00%12.68%56.34%
72.16%

Color #473E1F in popluar number systems.

HEX473E1F
Decimal716231
Binary100011111111011111
Octal1077637

Shades and tints

Shades of #473E1F

#473E1F
(71,62,31)
#41391D
(65,57,29)
#3B341B
(59,52,27)
#352F19
(53,47,25)
#2F2A17
(47,42,23)
#292515
(41,37,21)
#232013
(35,32,19)
#1D1B11
(29,27,17)
#17160F
(23,22,15)
#11110D
(17,17,13)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #473E1F

#473E1F
(71,62,31)
#574F33
(87,79,51)
#676047
(103,96,71)
#77715B
(119,113,91)
#87826F
(135,130,111)
#979383
(151,147,131)
#A7A497
(167,164,151)
#B7B5AB
(183,181,171)
#C7C6BF
(199,198,191)
#D7D7D3
(215,215,211)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473E1F color. Also use rgb(71,62,31) instead hex code.

Text Font Color

.myTextColor { color: #473E1F; }

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

This text font color is #473E1F.


Background Color

.myBgColor { background-color: #473E1F; }

<div style="background-color:#473E1F">Inner text</div>

This div background color is #473E1F.


Border color

.myBorderColor { border: 1px solid #473E1F; }

<div style="border:3px solid #473E1F">Div</div>

This div border color is #473E1F.


Opacity

.myOpacity80 { color: #473E1F; opacity: 0.8; }

<p style="color:#473E1F;opacity:0.8;">80%</p>

Text with #473E1F 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 #473E1F;}

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

This text has shadow with #473E1F color.

.textShadow {text-shadow: 3px 3px 1px #473E1F, 3px 3px 1px red;}

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

This text has shadow with #473E1F primary color and red secondary color.


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

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

This text has shadow with #473E1F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473E1F on black background.


Color preview on white background

This text has color #473E1F on white background.



Black color preview on #473E1F background

This text has black color on #473E1F background.


White color preview on #473E1F background

This text has white color on #473E1F background.