COLOR #473F3E

HEX: #473F3E
RGB: (71,63,62)

Renk bilgisi

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

RGB renk modeli

#473F3E color RGB value is (71,63,62).

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

RGB bağlantıları ve doygunluk

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

71
63
62

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 63 + 62 = 196 (100%)
R 71 of 196 ~ 36.22%
G 63 of 196 ~ 32.14%
B 62 of 196 ~ 31.63%

%36.22
%32.14
%31.63

CMYK RENK MODELİ

#473F3E rengi CMYK tonu (0,11,13,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.27%
  • sarı tonu 12.68%
  • ana renk tonu 72.16%
CMYK:
(0,11,13,72)
C0M11Y13K72 
(0%,11%,13%,72%)
(0.00/0.11/0.13/0.72)	

CMYK yüzdeleri

%0
%11.27
%12.68
%72.16

Codes

Color #473F3E in popluar color models

473F3E
RGB716362
HSL6.77%26.08%
HSB/HSV12.68%27.84%
CMYK0.00%11.27%12.68%
72.16%

Color #473F3E in popluar number systems.

HEX473F3E
Decimal716362
Binary1000111111111111110
Octal1077776

Shades and tints

Shades of #473F3E

#473F3E
(71,63,62)
#413A39
(65,58,57)
#3B3534
(59,53,52)
#35302F
(53,48,47)
#2F2B2A
(47,43,42)
#292625
(41,38,37)
#232120
(35,33,32)
#1D1C1B
(29,28,27)
#171716
(23,23,22)
#111211
(17,18,17)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #473F3E

#473F3E
(71,63,62)
#57504F
(87,80,79)
#676160
(103,97,96)
#777271
(119,114,113)
#878382
(135,131,130)
#979493
(151,148,147)
#A7A5A4
(167,165,164)
#B7B6B5
(183,182,181)
#C7C7C6
(199,199,198)
#D7D8D7
(215,216,215)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473F3E; }

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

This text font color is #473F3E.


Background Color

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

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

This div background color is #473F3E.


Border color

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

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

This div border color is #473F3E.


Opacity

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

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

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

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

This text has shadow with #473F3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473F3E on black background.


Color preview on white background

This text has color #473F3E on white background.



Black color preview on #473F3E background

This text has black color on #473F3E background.


White color preview on #473F3E background

This text has white color on #473F3E background.