COLOR #473D4A

HEX: #473D4A
RGB: (71,61,74)

Renk bilgisi

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

RGB renk modeli

#473D4A color RGB value is (71,61,74).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 61 of 255 = 24%
B 74 of 255 = 29%

71
61
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 61 + 74 = 206 (100%)
R 71 of 206 ~ 34.47%
G 61 of 206 ~ 29.61%
B 74 of 206 ~ 35.92%

%34.47
%29.61
%35.92

CMYK RENK MODELİ

#473D4A rengi CMYK tonu (4,18,0,71).

  • camgöbeği tonu 4.05%
  • eflatun tonu 17.57%
  • sarı tonu 0.00%
  • ana renk tonu 70.98%
CMYK:
(4,18,0,71)
C4M18Y0K71 
(4%,18%,0%,71%)
(0.04/0.18/0.00/0.71)	

CMYK yüzdeleri

%4.05
%17.57
%0
%70.98

Codes

Color #473D4A in popluar color models

473D4A
RGB716174
HSL286°9.63%26.47%
HSB/HSV286°17.57%29.02%
CMYK4.05%17.57%0.00%
70.98%

Color #473D4A in popluar number systems.

HEX473D4A
Decimal716174
Binary10001111111011001010
Octal10775112

Shades and tints

Shades of #473D4A

#473D4A
(71,61,74)
#413844
(65,56,68)
#3B333E
(59,51,62)
#352E38
(53,46,56)
#2F2932
(47,41,50)
#29242C
(41,36,44)
#231F26
(35,31,38)
#1D1A20
(29,26,32)
#17151A
(23,21,26)
#111014
(17,16,20)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #473D4A

#473D4A
(71,61,74)
#574E5A
(87,78,90)
#675F6A
(103,95,106)
#77707A
(119,112,122)
#87818A
(135,129,138)
#97929A
(151,146,154)
#A7A3AA
(167,163,170)
#B7B4BA
(183,180,186)
#C7C5CA
(199,197,202)
#D7D6DA
(215,214,218)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473D4A; }

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

This text font color is #473D4A.


Background Color

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

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

This div background color is #473D4A.


Border color

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

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

This div border color is #473D4A.


Opacity

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

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

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

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

This text has shadow with #473D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473D4A on black background.


Color preview on white background

This text has color #473D4A on white background.



Black color preview on #473D4A background

This text has black color on #473D4A background.


White color preview on #473D4A background

This text has white color on #473D4A background.