COLOR #473D3F

HEX: #473D3F
RGB: (71,61,63)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

71
61
63

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 61 + 63 = 195 (100%)
R 71 of 195 ~ 36.41%
G 61 of 195 ~ 31.28%
B 63 of 195 ~ 32.31%

%36.41
%31.28
%32.31

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%14.08
%11.27
%72.16

Codes

Color #473D3F in popluar color models

473D3F
RGB716163
HSL348°7.58%25.88%
HSB/HSV348°14.08%27.84%
CMYK0.00%14.08%11.27%
72.16%

Color #473D3F in popluar number systems.

HEX473D3F
Decimal716163
Binary1000111111101111111
Octal1077577

Shades and tints

Shades of #473D3F

#473D3F
(71,61,63)
#41383A
(65,56,58)
#3B3335
(59,51,53)
#352E30
(53,46,48)
#2F292B
(47,41,43)
#292426
(41,36,38)
#231F21
(35,31,33)
#1D1A1C
(29,26,28)
#171517
(23,21,23)
#111012
(17,16,18)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #473D3F

#473D3F
(71,61,63)
#574E50
(87,78,80)
#675F61
(103,95,97)
#777072
(119,112,114)
#878183
(135,129,131)
#979294
(151,146,148)
#A7A3A5
(167,163,165)
#B7B4B6
(183,180,182)
#C7C5C7
(199,197,199)
#D7D6D8
(215,214,216)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473D3F; }

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

This text font color is #473D3F.


Background Color

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

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

This div background color is #473D3F.


Border color

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

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

This div border color is #473D3F.


Opacity

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

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

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

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

This text has shadow with #473D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473D3F on black background.


Color preview on white background

This text has color #473D3F on white background.



Black color preview on #473D3F background

This text has black color on #473D3F background.


White color preview on #473D3F background

This text has white color on #473D3F background.