COLOR #473648

HEX: #473648
RGB: (71,54,72)

Renk bilgisi

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

RGB renk modeli

#473648 color RGB value is (71,54,72).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 54 of 255 = 21%
B 72 of 255 = 28%

71
54
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 54 + 72 = 197 (100%)
R 71 of 197 ~ 36.04%
G 54 of 197 ~ 27.41%
B 72 of 197 ~ 36.55%

%36.04
%27.41
%36.55

CMYK RENK MODELİ

#473648 rengi CMYK tonu (1,25,0,72).

  • camgöbeği tonu 1.39%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 71.76%
CMYK:
(1,25,0,72)
C1M25Y0K72 
(1%,25%,0%,72%)
(0.01/0.25/0.00/0.72)	

CMYK yüzdeleri

%1.39
%25
%0
%71.76

Codes

Color #473648 in popluar color models

473648
RGB715472
HSL297°14.29%24.71%
HSB/HSV297°25.00%28.24%
CMYK1.39%25.00%0.00%
71.76%

Color #473648 in popluar number systems.

HEX473648
Decimal715472
Binary10001111101101001000
Octal10766110

Shades and tints

Shades of #473648

#473648
(71,54,72)
#413242
(65,50,66)
#3B2E3C
(59,46,60)
#352A36
(53,42,54)
#2F2630
(47,38,48)
#29222A
(41,34,42)
#231E24
(35,30,36)
#1D1A1E
(29,26,30)
#171618
(23,22,24)
#111212
(17,18,18)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #473648

#473648
(71,54,72)
#574858
(87,72,88)
#675A68
(103,90,104)
#776C78
(119,108,120)
#877E88
(135,126,136)
#979098
(151,144,152)
#A7A2A8
(167,162,168)
#B7B4B8
(183,180,184)
#C7C6C8
(199,198,200)
#D7D8D8
(215,216,216)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473648 color. Also use rgb(71,54,72) instead hex code.

Text Font Color

.myTextColor { color: #473648; }

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

This text font color is #473648.


Background Color

.myBgColor { background-color: #473648; }

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

This div background color is #473648.


Border color

.myBorderColor { border: 1px solid #473648; }

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

This div border color is #473648.


Opacity

.myOpacity80 { color: #473648; opacity: 0.8; }

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

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

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

This text has shadow with #473648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473648 on black background.


Color preview on white background

This text has color #473648 on white background.



Black color preview on #473648 background

This text has black color on #473648 background.


White color preview on #473648 background

This text has white color on #473648 background.