COLOR #473A2E

HEX: #473A2E
RGB: (71,58,46)

Renk bilgisi

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

RGB renk modeli

#473A2E color RGB value is (71,58,46).

  • kırmız ton 71;
  • yeşil ton 58;
  • mavi ton 46.
RGB:
(71,58,46)
(28%,23%,18%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 58 of 255 = 23%
B 46 of 255 = 18%

71
58
46

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 58 + 46 = 175 (100%)
R 71 of 175 ~ 40.57%
G 58 of 175 ~ 33.14%
B 46 of 175 ~ 26.29%

%40.57
%33.14
%26.29

CMYK RENK MODELİ

#473A2E rengi CMYK tonu (0,18,35,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.31%
  • sarı tonu 35.21%
  • ana renk tonu 72.16%
CMYK:
(0,18,35,72)
C0M18Y35K72 
(0%,18%,35%,72%)
(0.00/0.18/0.35/0.72)	

CMYK yüzdeleri

%0
%18.31
%35.21
%72.16

Codes

Color #473A2E in popluar color models

473A2E
RGB715846
HSL29°21.37%22.94%
HSB/HSV29°35.21%27.84%
CMYK0.00%18.31%35.21%
72.16%

Color #473A2E in popluar number systems.

HEX473A2E
Decimal715846
Binary1000111111010101110
Octal1077256

Shades and tints

Shades of #473A2E

#473A2E
(71,58,46)
#41352A
(65,53,42)
#3B3026
(59,48,38)
#352B22
(53,43,34)
#2F261E
(47,38,30)
#29211A
(41,33,26)
#231C16
(35,28,22)
#1D1712
(29,23,18)
#17120E
(23,18,14)
#110D0A
(17,13,10)
#0B0806
(11,8,6)
#000000
(0,0,0)

Tints of #473A2E

#473A2E
(71,58,46)
#574B41
(87,75,65)
#675C54
(103,92,84)
#776D67
(119,109,103)
#877E7A
(135,126,122)
#978F8D
(151,143,141)
#A7A0A0
(167,160,160)
#B7B1B3
(183,177,179)
#C7C2C6
(199,194,198)
#D7D3D9
(215,211,217)
#E7E4EC
(231,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473A2E color. Also use rgb(71,58,46) instead hex code.

Text Font Color

.myTextColor { color: #473A2E; }

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

This text font color is #473A2E.


Background Color

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

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

This div background color is #473A2E.


Border color

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

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

This div border color is #473A2E.


Opacity

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

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

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

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

This text has shadow with #473A2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473A2E on black background.


Color preview on white background

This text has color #473A2E on white background.



Black color preview on #473A2E background

This text has black color on #473A2E background.


White color preview on #473A2E background

This text has white color on #473A2E background.