COLOR #473C36

HEX: #473C36
RGB: (71,60,54)

Renk bilgisi

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

RGB renk modeli

#473C36 color RGB value is (71,60,54).

  • kırmız ton 71;
  • yeşil ton 60;
  • mavi ton 54.
RGB:
(71,60,54)
(28%,24%,21%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 60 of 255 = 24%
B 54 of 255 = 21%

71
60
54

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 60 + 54 = 185 (100%)
R 71 of 185 ~ 38.38%
G 60 of 185 ~ 32.43%
B 54 of 185 ~ 29.19%

%38.38
%32.43
%29.19

CMYK RENK MODELİ

#473C36 rengi CMYK tonu (0,15,24,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.49%
  • sarı tonu 23.94%
  • ana renk tonu 72.16%
CMYK:
(0,15,24,72)
C0M15Y24K72 
(0%,15%,24%,72%)
(0.00/0.15/0.24/0.72)	

CMYK yüzdeleri

%0
%15.49
%23.94
%72.16

Codes

Color #473C36 in popluar color models

473C36
RGB716054
HSL21°13.60%24.51%
HSB/HSV21°23.94%27.84%
CMYK0.00%15.49%23.94%
72.16%

Color #473C36 in popluar number systems.

HEX473C36
Decimal716054
Binary1000111111100110110
Octal1077466

Shades and tints

Shades of #473C36

#473C36
(71,60,54)
#413732
(65,55,50)
#3B322E
(59,50,46)
#352D2A
(53,45,42)
#2F2826
(47,40,38)
#292322
(41,35,34)
#231E1E
(35,30,30)
#1D191A
(29,25,26)
#171416
(23,20,22)
#110F12
(17,15,18)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #473C36

#473C36
(71,60,54)
#574D48
(87,77,72)
#675E5A
(103,94,90)
#776F6C
(119,111,108)
#87807E
(135,128,126)
#979190
(151,145,144)
#A7A2A2
(167,162,162)
#B7B3B4
(183,179,180)
#C7C4C6
(199,196,198)
#D7D5D8
(215,213,216)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473C36 color. Also use rgb(71,60,54) instead hex code.

Text Font Color

.myTextColor { color: #473C36; }

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

This text font color is #473C36.


Background Color

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

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

This div background color is #473C36.


Border color

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

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

This div border color is #473C36.


Opacity

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

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

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

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

This text has shadow with #473C36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473C36 on black background.


Color preview on white background

This text has color #473C36 on white background.



Black color preview on #473C36 background

This text has black color on #473C36 background.


White color preview on #473C36 background

This text has white color on #473C36 background.