COLOR #473C4B

HEX: #473C4B
RGB: (71,60,75)

Renk bilgisi

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

RGB renk modeli

#473C4B color RGB value is (71,60,75).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 60 of 255 = 24%
B 75 of 255 = 29%

71
60
75

R + G + B ~ 27%. #473C4B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 60 + 75 = 206 (100%)
R 71 of 206 ~ 34.47%
G 60 of 206 ~ 29.13%
B 75 of 206 ~ 36.41%

%34.47
%29.13
%36.41

CMYK RENK MODELİ

#473C4B rengi CMYK tonu (5,20,0,71).

  • camgöbeği tonu 5.33%
  • eflatun tonu 20.00%
  • sarı tonu 0.00%
  • ana renk tonu 70.59%
CMYK:
(5,20,0,71)
C5M20Y0K71 
(5%,20%,0%,71%)
(0.05/0.20/0.00/0.71)	

CMYK yüzdeleri

%5.33
%20
%0
%70.59

Codes

Color #473C4B in popluar color models

473C4B
RGB716075
HSL284°11.11%26.47%
HSB/HSV284°20.00%29.41%
CMYK5.33%20.00%0.00%
70.59%

Color #473C4B in popluar number systems.

HEX473C4B
Decimal716075
Binary10001111111001001011
Octal10774113

Shades and tints

Shades of #473C4B

#473C4B
(71,60,75)
#413745
(65,55,69)
#3B323F
(59,50,63)
#352D39
(53,45,57)
#2F2833
(47,40,51)
#29232D
(41,35,45)
#231E27
(35,30,39)
#1D1921
(29,25,33)
#17141B
(23,20,27)
#110F15
(17,15,21)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #473C4B

#473C4B
(71,60,75)
#574D5B
(87,77,91)
#675E6B
(103,94,107)
#776F7B
(119,111,123)
#87808B
(135,128,139)
#97919B
(151,145,155)
#A7A2AB
(167,162,171)
#B7B3BB
(183,179,187)
#C7C4CB
(199,196,203)
#D7D5DB
(215,213,219)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473C4B; }

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

This text font color is #473C4B.


Background Color

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

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

This div background color is #473C4B.


Border color

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

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

This div border color is #473C4B.


Opacity

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

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

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

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

This text has shadow with #473C4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473C4B on black background.


Color preview on white background

This text has color #473C4B on white background.



Black color preview on #473C4B background

This text has black color on #473C4B background.


White color preview on #473C4B background

This text has white color on #473C4B background.