COLOR #473F2B

HEX: #473F2B
RGB: (71,63,43)

Renk bilgisi

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

RGB renk modeli

#473F2B color RGB value is (71,63,43).

  • kırmız ton 71;
  • yeşil ton 63;
  • mavi ton 43.
RGB:
(71,63,43)
(28%,25%,17%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 63 of 255 = 25%
B 43 of 255 = 17%

71
63
43

R + G + B ~ 23%. #473F2B is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 63 + 43 = 177 (100%)
R 71 of 177 ~ 40.11%
G 63 of 177 ~ 35.59%
B 43 of 177 ~ 24.29%

%40.11
%35.59
%24.29

CMYK RENK MODELİ

#473F2B rengi CMYK tonu (0,11,39,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.27%
  • sarı tonu 39.44%
  • ana renk tonu 72.16%
CMYK:
(0,11,39,72)
C0M11Y39K72 
(0%,11%,39%,72%)
(0.00/0.11/0.39/0.72)	

CMYK yüzdeleri

%0
%11.27
%39.44
%72.16

Codes

Color #473F2B in popluar color models

473F2B
RGB716343
HSL43°24.56%22.35%
HSB/HSV43°39.44%27.84%
CMYK0.00%11.27%39.44%
72.16%

Color #473F2B in popluar number systems.

HEX473F2B
Decimal716343
Binary1000111111111101011
Octal1077753

Shades and tints

Shades of #473F2B

#473F2B
(71,63,43)
#413A28
(65,58,40)
#3B3525
(59,53,37)
#353022
(53,48,34)
#2F2B1F
(47,43,31)
#29261C
(41,38,28)
#232119
(35,33,25)
#1D1C16
(29,28,22)
#171713
(23,23,19)
#111210
(17,18,16)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #473F2B

#473F2B
(71,63,43)
#57503E
(87,80,62)
#676151
(103,97,81)
#777264
(119,114,100)
#878377
(135,131,119)
#97948A
(151,148,138)
#A7A59D
(167,165,157)
#B7B6B0
(183,182,176)
#C7C7C3
(199,199,195)
#D7D8D6
(215,216,214)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473F2B color. Also use rgb(71,63,43) instead hex code.

Text Font Color

.myTextColor { color: #473F2B; }

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

This text font color is #473F2B.


Background Color

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

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

This div background color is #473F2B.


Border color

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

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

This div border color is #473F2B.


Opacity

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

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

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

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

This text has shadow with #473F2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473F2B on black background.


Color preview on white background

This text has color #473F2B on white background.



Black color preview on #473F2B background

This text has black color on #473F2B background.


White color preview on #473F2B background

This text has white color on #473F2B background.