COLOR #473732

HEX: #473732
RGB: (71,55,50)

Renk bilgisi

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

RGB renk modeli

#473732 color RGB value is (71,55,50).

  • kırmız ton 71;
  • yeşil ton 55;
  • mavi ton 50.
RGB:
(71,55,50)
(28%,22%,20%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 55 of 255 = 22%
B 50 of 255 = 20%

71
55
50

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 55 + 50 = 176 (100%)
R 71 of 176 ~ 40.34%
G 55 of 176 ~ 31.25%
B 50 of 176 ~ 28.41%

%40.34
%31.25
%28.41

CMYK RENK MODELİ

#473732 rengi CMYK tonu (0,23,30,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.54%
  • sarı tonu 29.58%
  • ana renk tonu 72.16%
CMYK:
(0,23,30,72)
C0M23Y30K72 
(0%,23%,30%,72%)
(0.00/0.23/0.30/0.72)	

CMYK yüzdeleri

%0
%22.54
%29.58
%72.16

Codes

Color #473732 in popluar color models

473732
RGB715550
HSL14°17.36%23.73%
HSB/HSV14°29.58%27.84%
CMYK0.00%22.54%29.58%
72.16%

Color #473732 in popluar number systems.

HEX473732
Decimal715550
Binary1000111110111110010
Octal1076762

Shades and tints

Shades of #473732

#473732
(71,55,50)
#41322E
(65,50,46)
#3B2D2A
(59,45,42)
#352826
(53,40,38)
#2F2322
(47,35,34)
#291E1E
(41,30,30)
#23191A
(35,25,26)
#1D1416
(29,20,22)
#170F12
(23,15,18)
#110A0E
(17,10,14)
#0B050A
(11,5,10)
#000000
(0,0,0)

Tints of #473732

#473732
(71,55,50)
#574944
(87,73,68)
#675B56
(103,91,86)
#776D68
(119,109,104)
#877F7A
(135,127,122)
#97918C
(151,145,140)
#A7A39E
(167,163,158)
#B7B5B0
(183,181,176)
#C7C7C2
(199,199,194)
#D7D9D4
(215,217,212)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473732 color. Also use rgb(71,55,50) instead hex code.

Text Font Color

.myTextColor { color: #473732; }

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

This text font color is #473732.


Background Color

.myBgColor { background-color: #473732; }

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

This div background color is #473732.


Border color

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

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

This div border color is #473732.


Opacity

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

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

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

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

This text has shadow with #473732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473732 on black background.


Color preview on white background

This text has color #473732 on white background.



Black color preview on #473732 background

This text has black color on #473732 background.


White color preview on #473732 background

This text has white color on #473732 background.