COLOR #473A34

HEX: #473A34
RGB: (71,58,52)

Renk bilgisi

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

RGB renk modeli

#473A34 color RGB value is (71,58,52).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 58 of 255 = 23%
B 52 of 255 = 20%

71
58
52

R + G + B ~ 24%. #473A34 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 58 + 52 = 181 (100%)
R 71 of 181 ~ 39.23%
G 58 of 181 ~ 32.04%
B 52 of 181 ~ 28.73%

%39.23
%32.04
%28.73

CMYK RENK MODELİ

#473A34 rengi CMYK tonu (0,18,27,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.31%
  • sarı tonu 26.76%
  • ana renk tonu 72.16%
CMYK:
(0,18,27,72)
C0M18Y27K72 
(0%,18%,27%,72%)
(0.00/0.18/0.27/0.72)	

CMYK yüzdeleri

%0
%18.31
%26.76
%72.16

Codes

Color #473A34 in popluar color models

473A34
RGB715852
HSL19°15.45%24.12%
HSB/HSV19°26.76%27.84%
CMYK0.00%18.31%26.76%
72.16%

Color #473A34 in popluar number systems.

HEX473A34
Decimal715852
Binary1000111111010110100
Octal1077264

Shades and tints

Shades of #473A34

#473A34
(71,58,52)
#413530
(65,53,48)
#3B302C
(59,48,44)
#352B28
(53,43,40)
#2F2624
(47,38,36)
#292120
(41,33,32)
#231C1C
(35,28,28)
#1D1718
(29,23,24)
#171214
(23,18,20)
#110D10
(17,13,16)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #473A34

#473A34
(71,58,52)
#574B46
(87,75,70)
#675C58
(103,92,88)
#776D6A
(119,109,106)
#877E7C
(135,126,124)
#978F8E
(151,143,142)
#A7A0A0
(167,160,160)
#B7B1B2
(183,177,178)
#C7C2C4
(199,194,196)
#D7D3D6
(215,211,214)
#E7E4E8
(231,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473A34; }

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

This text font color is #473A34.


Background Color

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

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

This div background color is #473A34.


Border color

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

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

This div border color is #473A34.


Opacity

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

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

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

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

This text has shadow with #473A34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473A34 on black background.


Color preview on white background

This text has color #473A34 on white background.



Black color preview on #473A34 background

This text has black color on #473A34 background.


White color preview on #473A34 background

This text has white color on #473A34 background.