COLOR #473F3F

HEX: #473F3F
RGB: (71,63,63)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

71
63
63

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 63 + 63 = 197 (100%)
R 71 of 197 ~ 36.04%
G 63 of 197 ~ 31.98%
B 63 of 197 ~ 31.98%

%36.04
%31.98
%31.98

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%11.27
%11.27
%72.16

Codes

Color #473F3F in popluar color models

473F3F
RGB716363
HSL5.97%26.27%
HSB/HSV11.27%27.84%
CMYK0.00%11.27%11.27%
72.16%

Color #473F3F in popluar number systems.

HEX473F3F
Decimal716363
Binary1000111111111111111
Octal1077777

Shades and tints

Shades of #473F3F

#473F3F
(71,63,63)
#413A3A
(65,58,58)
#3B3535
(59,53,53)
#353030
(53,48,48)
#2F2B2B
(47,43,43)
#292626
(41,38,38)
#232121
(35,33,33)
#1D1C1C
(29,28,28)
#171717
(23,23,23)
#111212
(17,18,18)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #473F3F

#473F3F
(71,63,63)
#575050
(87,80,80)
#676161
(103,97,97)
#777272
(119,114,114)
#878383
(135,131,131)
#979494
(151,148,148)
#A7A5A5
(167,165,165)
#B7B6B6
(183,182,182)
#C7C7C7
(199,199,199)
#D7D8D8
(215,216,216)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473F3F; }

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

This text font color is #473F3F.


Background Color

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

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

This div background color is #473F3F.


Border color

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

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

This div border color is #473F3F.


Opacity

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

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

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

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

This text has shadow with #473F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473F3F on black background.


Color preview on white background

This text has color #473F3F on white background.



Black color preview on #473F3F background

This text has black color on #473F3F background.


White color preview on #473F3F background

This text has white color on #473F3F background.