COLOR #473B2B

HEX: #473B2B
RGB: (71,59,43)

Renk bilgisi

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

RGB renk modeli

#473B2B color RGB value is (71,59,43).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 59 of 255 = 23%
B 43 of 255 = 17%

71
59
43

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 59 + 43 = 173 (100%)
R 71 of 173 ~ 41.04%
G 59 of 173 ~ 34.1%
B 43 of 173 ~ 24.86%

%41.04
%34.1
%24.86

CMYK RENK MODELİ

#473B2B rengi CMYK tonu (0,17,39,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.90%
  • sarı tonu 39.44%
  • ana renk tonu 72.16%
CMYK:
(0,17,39,72)
C0M17Y39K72 
(0%,17%,39%,72%)
(0.00/0.17/0.39/0.72)	

CMYK yüzdeleri

%0
%16.9
%39.44
%72.16

Codes

Color #473B2B in popluar color models

473B2B
RGB715943
HSL34°24.56%22.35%
HSB/HSV34°39.44%27.84%
CMYK0.00%16.90%39.44%
72.16%

Color #473B2B in popluar number systems.

HEX473B2B
Decimal715943
Binary1000111111011101011
Octal1077353

Shades and tints

Shades of #473B2B

#473B2B
(71,59,43)
#413628
(65,54,40)
#3B3125
(59,49,37)
#352C22
(53,44,34)
#2F271F
(47,39,31)
#29221C
(41,34,28)
#231D19
(35,29,25)
#1D1816
(29,24,22)
#171313
(23,19,19)
#110E10
(17,14,16)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #473B2B

#473B2B
(71,59,43)
#574C3E
(87,76,62)
#675D51
(103,93,81)
#776E64
(119,110,100)
#877F77
(135,127,119)
#97908A
(151,144,138)
#A7A19D
(167,161,157)
#B7B2B0
(183,178,176)
#C7C3C3
(199,195,195)
#D7D4D6
(215,212,214)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473B2B; }

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

This text font color is #473B2B.


Background Color

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

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

This div background color is #473B2B.


Border color

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

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

This div border color is #473B2B.


Opacity

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

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

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

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

This text has shadow with #473B2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473B2B on black background.


Color preview on white background

This text has color #473B2B on white background.



Black color preview on #473B2B background

This text has black color on #473B2B background.


White color preview on #473B2B background

This text has white color on #473B2B background.