COLOR #473C30

HEX: #473C30
RGB: (71,60,48)

Renk bilgisi

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

RGB renk modeli

#473C30 color RGB value is (71,60,48).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 60 of 255 = 24%
B 48 of 255 = 19%

71
60
48

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 60 + 48 = 179 (100%)
R 71 of 179 ~ 39.66%
G 60 of 179 ~ 33.52%
B 48 of 179 ~ 26.82%

%39.66
%33.52
%26.82

CMYK RENK MODELİ

#473C30 rengi CMYK tonu (0,15,32,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.49%
  • sarı tonu 32.39%
  • ana renk tonu 72.16%
CMYK:
(0,15,32,72)
C0M15Y32K72 
(0%,15%,32%,72%)
(0.00/0.15/0.32/0.72)	

CMYK yüzdeleri

%0
%15.49
%32.39
%72.16

Codes

Color #473C30 in popluar color models

473C30
RGB716048
HSL31°19.33%23.33%
HSB/HSV31°32.39%27.84%
CMYK0.00%15.49%32.39%
72.16%

Color #473C30 in popluar number systems.

HEX473C30
Decimal716048
Binary1000111111100110000
Octal1077460

Shades and tints

Shades of #473C30

#473C30
(71,60,48)
#41372C
(65,55,44)
#3B3228
(59,50,40)
#352D24
(53,45,36)
#2F2820
(47,40,32)
#29231C
(41,35,28)
#231E18
(35,30,24)
#1D1914
(29,25,20)
#171410
(23,20,16)
#110F0C
(17,15,12)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #473C30

#473C30
(71,60,48)
#574D42
(87,77,66)
#675E54
(103,94,84)
#776F66
(119,111,102)
#878078
(135,128,120)
#97918A
(151,145,138)
#A7A29C
(167,162,156)
#B7B3AE
(183,179,174)
#C7C4C0
(199,196,192)
#D7D5D2
(215,213,210)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473C30; }

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

This text font color is #473C30.


Background Color

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

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

This div background color is #473C30.


Border color

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

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

This div border color is #473C30.


Opacity

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

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

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

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

This text has shadow with #473C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473C30 on black background.


Color preview on white background

This text has color #473C30 on white background.



Black color preview on #473C30 background

This text has black color on #473C30 background.


White color preview on #473C30 background

This text has white color on #473C30 background.