COLOR #473133

HEX: #473133
RGB: (71,49,51)

Renk bilgisi

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

RGB renk modeli

#473133 color RGB value is (71,49,51).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 49 of 255 = 19%
B 51 of 255 = 20%

71
49
51

R + G + B ~ 22%. #473133 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 49 + 51 = 171 (100%)
R 71 of 171 ~ 41.52%
G 49 of 171 ~ 28.65%
B 51 of 171 ~ 29.82%

%41.52
%28.65
%29.82

CMYK RENK MODELİ

#473133 rengi CMYK tonu (0,31,28,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.99%
  • sarı tonu 28.17%
  • ana renk tonu 72.16%
CMYK:
(0,31,28,72)
C0M31Y28K72 
(0%,31%,28%,72%)
(0.00/0.31/0.28/0.72)	

CMYK yüzdeleri

%0
%30.99
%28.17
%72.16

Codes

Color #473133 in popluar color models

473133
RGB714951
HSL355°18.33%23.53%
HSB/HSV355°30.99%27.84%
CMYK0.00%30.99%28.17%
72.16%

Color #473133 in popluar number systems.

HEX473133
Decimal714951
Binary1000111110001110011
Octal1076163

Shades and tints

Shades of #473133

#473133
(71,49,51)
#412D2F
(65,45,47)
#3B292B
(59,41,43)
#352527
(53,37,39)
#2F2123
(47,33,35)
#291D1F
(41,29,31)
#23191B
(35,25,27)
#1D1517
(29,21,23)
#171113
(23,17,19)
#110D0F
(17,13,15)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #473133

#473133
(71,49,51)
#574345
(87,67,69)
#675557
(103,85,87)
#776769
(119,103,105)
#87797B
(135,121,123)
#978B8D
(151,139,141)
#A79D9F
(167,157,159)
#B7AFB1
(183,175,177)
#C7C1C3
(199,193,195)
#D7D3D5
(215,211,213)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473133; }

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

This text font color is #473133.


Background Color

.myBgColor { background-color: #473133; }

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

This div background color is #473133.


Border color

.myBorderColor { border: 1px solid #473133; }

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

This div border color is #473133.


Opacity

.myOpacity80 { color: #473133; opacity: 0.8; }

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

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

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

This text has shadow with #473133 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473133 on black background.


Color preview on white background

This text has color #473133 on white background.



Black color preview on #473133 background

This text has black color on #473133 background.


White color preview on #473133 background

This text has white color on #473133 background.