COLOR #473B2C

HEX: #473B2C
RGB: (71,59,44)

Renk bilgisi

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

RGB renk modeli

#473B2C color RGB value is (71,59,44).

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

RGB bağlantıları ve doygunluk

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

71
59
44

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 59 + 44 = 174 (100%)
R 71 of 174 ~ 40.8%
G 59 of 174 ~ 33.91%
B 44 of 174 ~ 25.29%

%40.8
%33.91
%25.29

CMYK RENK MODELİ

#473B2C rengi CMYK tonu (0,17,38,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.90%
  • sarı tonu 38.03%
  • ana renk tonu 72.16%
CMYK:
(0,17,38,72)
C0M17Y38K72 
(0%,17%,38%,72%)
(0.00/0.17/0.38/0.72)	

CMYK yüzdeleri

%0
%16.9
%38.03
%72.16

Codes

Color #473B2C in popluar color models

473B2C
RGB715944
HSL33°23.48%22.55%
HSB/HSV33°38.03%27.84%
CMYK0.00%16.90%38.03%
72.16%

Color #473B2C in popluar number systems.

HEX473B2C
Decimal715944
Binary1000111111011101100
Octal1077354

Shades and tints

Shades of #473B2C

#473B2C
(71,59,44)
#413628
(65,54,40)
#3B3124
(59,49,36)
#352C20
(53,44,32)
#2F271C
(47,39,28)
#292218
(41,34,24)
#231D14
(35,29,20)
#1D1810
(29,24,16)
#17130C
(23,19,12)
#110E08
(17,14,8)
#0B0904
(11,9,4)
#000000
(0,0,0)

Tints of #473B2C

#473B2C
(71,59,44)
#574C3F
(87,76,63)
#675D52
(103,93,82)
#776E65
(119,110,101)
#877F78
(135,127,120)
#97908B
(151,144,139)
#A7A19E
(167,161,158)
#B7B2B1
(183,178,177)
#C7C3C4
(199,195,196)
#D7D4D7
(215,212,215)
#E7E5EA
(231,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473B2C; }

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

This text font color is #473B2C.


Background Color

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

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

This div background color is #473B2C.


Border color

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

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

This div border color is #473B2C.


Opacity

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

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

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

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

This text has shadow with #473B2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473B2C on black background.


Color preview on white background

This text has color #473B2C on white background.



Black color preview on #473B2C background

This text has black color on #473B2C background.


White color preview on #473B2C background

This text has white color on #473B2C background.