COLOR #473F4A

HEX: #473F4A
RGB: (71,63,74)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

71
63
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 63 + 74 = 208 (100%)
R 71 of 208 ~ 34.13%
G 63 of 208 ~ 30.29%
B 74 of 208 ~ 35.58%

%34.13
%30.29
%35.58

CMYK RENK MODELİ

#473F4A rengi CMYK tonu (4,15,0,71).

  • camgöbeği tonu 4.05%
  • eflatun tonu 14.86%
  • sarı tonu 0.00%
  • ana renk tonu 70.98%
CMYK:
(4,15,0,71)
C4M15Y0K71 
(4%,15%,0%,71%)
(0.04/0.15/0.00/0.71)	

CMYK yüzdeleri

%4.05
%14.86
%0
%70.98

Codes

Color #473F4A in popluar color models

473F4A
RGB716374
HSL284°8.03%26.86%
HSB/HSV284°14.86%29.02%
CMYK4.05%14.86%0.00%
70.98%

Color #473F4A in popluar number systems.

HEX473F4A
Decimal716374
Binary10001111111111001010
Octal10777112

Shades and tints

Shades of #473F4A

#473F4A
(71,63,74)
#413A44
(65,58,68)
#3B353E
(59,53,62)
#353038
(53,48,56)
#2F2B32
(47,43,50)
#29262C
(41,38,44)
#232126
(35,33,38)
#1D1C20
(29,28,32)
#17171A
(23,23,26)
#111214
(17,18,20)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #473F4A

#473F4A
(71,63,74)
#57505A
(87,80,90)
#67616A
(103,97,106)
#77727A
(119,114,122)
#87838A
(135,131,138)
#97949A
(151,148,154)
#A7A5AA
(167,165,170)
#B7B6BA
(183,182,186)
#C7C7CA
(199,199,202)
#D7D8DA
(215,216,218)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473F4A; }

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

This text font color is #473F4A.


Background Color

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

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

This div background color is #473F4A.


Border color

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

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

This div border color is #473F4A.


Opacity

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

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

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

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

This text has shadow with #473F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473F4A on black background.


Color preview on white background

This text has color #473F4A on white background.



Black color preview on #473F4A background

This text has black color on #473F4A background.


White color preview on #473F4A background

This text has white color on #473F4A background.