COLOR #473D33

HEX: #473D33
RGB: (71,61,51)

Renk bilgisi

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

RGB renk modeli

#473D33 color RGB value is (71,61,51).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 61 of 255 = 24%
B 51 of 255 = 20%

71
61
51

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 61 + 51 = 183 (100%)
R 71 of 183 ~ 38.8%
G 61 of 183 ~ 33.33%
B 51 of 183 ~ 27.87%

%38.8
%33.33
%27.87

CMYK RENK MODELİ

#473D33 rengi CMYK tonu (0,14,28,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.08%
  • sarı tonu 28.17%
  • ana renk tonu 72.16%
CMYK:
(0,14,28,72)
C0M14Y28K72 
(0%,14%,28%,72%)
(0.00/0.14/0.28/0.72)	

CMYK yüzdeleri

%0
%14.08
%28.17
%72.16

Codes

Color #473D33 in popluar color models

473D33
RGB716151
HSL30°16.39%23.92%
HSB/HSV30°28.17%27.84%
CMYK0.00%14.08%28.17%
72.16%

Color #473D33 in popluar number systems.

HEX473D33
Decimal716151
Binary1000111111101110011
Octal1077563

Shades and tints

Shades of #473D33

#473D33
(71,61,51)
#41382F
(65,56,47)
#3B332B
(59,51,43)
#352E27
(53,46,39)
#2F2923
(47,41,35)
#29241F
(41,36,31)
#231F1B
(35,31,27)
#1D1A17
(29,26,23)
#171513
(23,21,19)
#11100F
(17,16,15)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #473D33

#473D33
(71,61,51)
#574E45
(87,78,69)
#675F57
(103,95,87)
#777069
(119,112,105)
#87817B
(135,129,123)
#97928D
(151,146,141)
#A7A39F
(167,163,159)
#B7B4B1
(183,180,177)
#C7C5C3
(199,197,195)
#D7D6D5
(215,214,213)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473D33; }

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

This text font color is #473D33.


Background Color

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

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

This div background color is #473D33.


Border color

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

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

This div border color is #473D33.


Opacity

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

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

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

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

This text has shadow with #473D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473D33 on black background.


Color preview on white background

This text has color #473D33 on white background.



Black color preview on #473D33 background

This text has black color on #473D33 background.


White color preview on #473D33 background

This text has white color on #473D33 background.