COLOR #473F3C

HEX: #473F3C
RGB: (71,63,60)

Renk bilgisi

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

RGB renk modeli

#473F3C color RGB value is (71,63,60).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 63 of 255 = 25%
B 60 of 255 = 24%

71
63
60

R + G + B ~ 26%. #473F3C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 63 + 60 = 194 (100%)
R 71 of 194 ~ 36.6%
G 63 of 194 ~ 32.47%
B 60 of 194 ~ 30.93%

%36.6
%32.47
%30.93

CMYK RENK MODELİ

#473F3C rengi CMYK tonu (0,11,15,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.27%
  • sarı tonu 15.49%
  • ana renk tonu 72.16%
CMYK:
(0,11,15,72)
C0M11Y15K72 
(0%,11%,15%,72%)
(0.00/0.11/0.15/0.72)	

CMYK yüzdeleri

%0
%11.27
%15.49
%72.16

Codes

Color #473F3C in popluar color models

473F3C
RGB716360
HSL16°8.40%25.69%
HSB/HSV16°15.49%27.84%
CMYK0.00%11.27%15.49%
72.16%

Color #473F3C in popluar number systems.

HEX473F3C
Decimal716360
Binary1000111111111111100
Octal1077774

Shades and tints

Shades of #473F3C

#473F3C
(71,63,60)
#413A37
(65,58,55)
#3B3532
(59,53,50)
#35302D
(53,48,45)
#2F2B28
(47,43,40)
#292623
(41,38,35)
#23211E
(35,33,30)
#1D1C19
(29,28,25)
#171714
(23,23,20)
#11120F
(17,18,15)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #473F3C

#473F3C
(71,63,60)
#57504D
(87,80,77)
#67615E
(103,97,94)
#77726F
(119,114,111)
#878380
(135,131,128)
#979491
(151,148,145)
#A7A5A2
(167,165,162)
#B7B6B3
(183,182,179)
#C7C7C4
(199,199,196)
#D7D8D5
(215,216,213)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473F3C; }

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

This text font color is #473F3C.


Background Color

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

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

This div background color is #473F3C.


Border color

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

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

This div border color is #473F3C.


Opacity

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

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

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

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

This text has shadow with #473F3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473F3C on black background.


Color preview on white background

This text has color #473F3C on white background.



Black color preview on #473F3C background

This text has black color on #473F3C background.


White color preview on #473F3C background

This text has white color on #473F3C background.