COLOR #473E1C

HEX: #473E1C
RGB: (71,62,28)

Renk bilgisi

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

RGB renk modeli

#473E1C color RGB value is (71,62,28).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 62 of 255 = 24%
B 28 of 255 = 11%

71
62
28

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 62 + 28 = 161 (100%)
R 71 of 161 ~ 44.1%
G 62 of 161 ~ 38.51%
B 28 of 161 ~ 17.39%

%44.1
%38.51
%17.39

CMYK RENK MODELİ

#473E1C rengi CMYK tonu (0,13,61,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.68%
  • sarı tonu 60.56%
  • ana renk tonu 72.16%
CMYK:
(0,13,61,72)
C0M13Y61K72 
(0%,13%,61%,72%)
(0.00/0.13/0.61/0.72)	

CMYK yüzdeleri

%0
%12.68
%60.56
%72.16

Codes

Color #473E1C in popluar color models

473E1C
RGB716228
HSL47°43.43%19.41%
HSB/HSV47°60.56%27.84%
CMYK0.00%12.68%60.56%
72.16%

Color #473E1C in popluar number systems.

HEX473E1C
Decimal716228
Binary100011111111011100
Octal1077634

Shades and tints

Shades of #473E1C

#473E1C
(71,62,28)
#41391A
(65,57,26)
#3B3418
(59,52,24)
#352F16
(53,47,22)
#2F2A14
(47,42,20)
#292512
(41,37,18)
#232010
(35,32,16)
#1D1B0E
(29,27,14)
#17160C
(23,22,12)
#11110A
(17,17,10)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #473E1C

#473E1C
(71,62,28)
#574F30
(87,79,48)
#676044
(103,96,68)
#777158
(119,113,88)
#87826C
(135,130,108)
#979380
(151,147,128)
#A7A494
(167,164,148)
#B7B5A8
(183,181,168)
#C7C6BC
(199,198,188)
#D7D7D0
(215,215,208)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473E1C; }

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

This text font color is #473E1C.


Background Color

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

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

This div background color is #473E1C.


Border color

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

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

This div border color is #473E1C.


Opacity

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

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

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

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

This text has shadow with #473E1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473E1C on black background.


Color preview on white background

This text has color #473E1C on white background.



Black color preview on #473E1C background

This text has black color on #473E1C background.


White color preview on #473E1C background

This text has white color on #473E1C background.