COLOR #473C27

HEX: #473C27
RGB: (71,60,39)

Renk bilgisi

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

RGB renk modeli

#473C27 color RGB value is (71,60,39).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 60 of 255 = 24%
B 39 of 255 = 15%

71
60
39

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 60 + 39 = 170 (100%)
R 71 of 170 ~ 41.76%
G 60 of 170 ~ 35.29%
B 39 of 170 ~ 22.94%

%41.76
%35.29
%22.94

CMYK RENK MODELİ

#473C27 rengi CMYK tonu (0,15,45,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.49%
  • sarı tonu 45.07%
  • ana renk tonu 72.16%
CMYK:
(0,15,45,72)
C0M15Y45K72 
(0%,15%,45%,72%)
(0.00/0.15/0.45/0.72)	

CMYK yüzdeleri

%0
%15.49
%45.07
%72.16

Codes

Color #473C27 in popluar color models

473C27
RGB716039
HSL39°29.09%21.57%
HSB/HSV39°45.07%27.84%
CMYK0.00%15.49%45.07%
72.16%

Color #473C27 in popluar number systems.

HEX473C27
Decimal716039
Binary1000111111100100111
Octal1077447

Shades and tints

Shades of #473C27

#473C27
(71,60,39)
#413724
(65,55,36)
#3B3221
(59,50,33)
#352D1E
(53,45,30)
#2F281B
(47,40,27)
#292318
(41,35,24)
#231E15
(35,30,21)
#1D1912
(29,25,18)
#17140F
(23,20,15)
#110F0C
(17,15,12)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #473C27

#473C27
(71,60,39)
#574D3A
(87,77,58)
#675E4D
(103,94,77)
#776F60
(119,111,96)
#878073
(135,128,115)
#979186
(151,145,134)
#A7A299
(167,162,153)
#B7B3AC
(183,179,172)
#C7C4BF
(199,196,191)
#D7D5D2
(215,213,210)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473C27; }

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

This text font color is #473C27.


Background Color

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

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

This div background color is #473C27.


Border color

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

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

This div border color is #473C27.


Opacity

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

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

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

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

This text has shadow with #473C27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473C27 on black background.


Color preview on white background

This text has color #473C27 on white background.



Black color preview on #473C27 background

This text has black color on #473C27 background.


White color preview on #473C27 background

This text has white color on #473C27 background.