COLOR #473B31

HEX: #473B31
RGB: (71,59,49)

Renk bilgisi

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

RGB renk modeli

#473B31 color RGB value is (71,59,49).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 59 of 255 = 23%
B 49 of 255 = 19%

71
59
49

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 59 + 49 = 179 (100%)
R 71 of 179 ~ 39.66%
G 59 of 179 ~ 32.96%
B 49 of 179 ~ 27.37%

%39.66
%32.96
%27.37

CMYK RENK MODELİ

#473B31 rengi CMYK tonu (0,17,31,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.90%
  • sarı tonu 30.99%
  • ana renk tonu 72.16%
CMYK:
(0,17,31,72)
C0M17Y31K72 
(0%,17%,31%,72%)
(0.00/0.17/0.31/0.72)	

CMYK yüzdeleri

%0
%16.9
%30.99
%72.16

Codes

Color #473B31 in popluar color models

473B31
RGB715949
HSL27°18.33%23.53%
HSB/HSV27°30.99%27.84%
CMYK0.00%16.90%30.99%
72.16%

Color #473B31 in popluar number systems.

HEX473B31
Decimal715949
Binary1000111111011110001
Octal1077361

Shades and tints

Shades of #473B31

#473B31
(71,59,49)
#41362D
(65,54,45)
#3B3129
(59,49,41)
#352C25
(53,44,37)
#2F2721
(47,39,33)
#29221D
(41,34,29)
#231D19
(35,29,25)
#1D1815
(29,24,21)
#171311
(23,19,17)
#110E0D
(17,14,13)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #473B31

#473B31
(71,59,49)
#574C43
(87,76,67)
#675D55
(103,93,85)
#776E67
(119,110,103)
#877F79
(135,127,121)
#97908B
(151,144,139)
#A7A19D
(167,161,157)
#B7B2AF
(183,178,175)
#C7C3C1
(199,195,193)
#D7D4D3
(215,212,211)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473B31; }

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

This text font color is #473B31.


Background Color

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

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

This div background color is #473B31.


Border color

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

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

This div border color is #473B31.


Opacity

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

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

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

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

This text has shadow with #473B31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473B31 on black background.


Color preview on white background

This text has color #473B31 on white background.



Black color preview on #473B31 background

This text has black color on #473B31 background.


White color preview on #473B31 background

This text has white color on #473B31 background.