COLOR #473A42

HEX: #473A42
RGB: (71,58,66)

Renk bilgisi

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

RGB renk modeli

#473A42 color RGB value is (71,58,66).

  • kırmız ton 71;
  • yeşil ton 58;
  • mavi ton 66.
RGB:
(71,58,66)
(28%,23%,26%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 58 of 255 = 23%
B 66 of 255 = 26%

71
58
66

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 58 + 66 = 195 (100%)
R 71 of 195 ~ 36.41%
G 58 of 195 ~ 29.74%
B 66 of 195 ~ 33.85%

%36.41
%29.74
%33.85

CMYK RENK MODELİ

#473A42 rengi CMYK tonu (0,18,7,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.31%
  • sarı tonu 7.04%
  • ana renk tonu 72.16%
CMYK:
(0,18,7,72)
C0M18Y7K72 
(0%,18%,7%,72%)
(0.00/0.18/0.07/0.72)	

CMYK yüzdeleri

%0
%18.31
%7.04
%72.16

Codes

Color #473A42 in popluar color models

473A42
RGB715866
HSL323°10.08%25.29%
HSB/HSV323°18.31%27.84%
CMYK0.00%18.31%7.04%
72.16%

Color #473A42 in popluar number systems.

HEX473A42
Decimal715866
Binary10001111110101000010
Octal10772102

Shades and tints

Shades of #473A42

#473A42
(71,58,66)
#41353C
(65,53,60)
#3B3036
(59,48,54)
#352B30
(53,43,48)
#2F262A
(47,38,42)
#292124
(41,33,36)
#231C1E
(35,28,30)
#1D1718
(29,23,24)
#171212
(23,18,18)
#110D0C
(17,13,12)
#0B0806
(11,8,6)
#000000
(0,0,0)

Tints of #473A42

#473A42
(71,58,66)
#574B53
(87,75,83)
#675C64
(103,92,100)
#776D75
(119,109,117)
#877E86
(135,126,134)
#978F97
(151,143,151)
#A7A0A8
(167,160,168)
#B7B1B9
(183,177,185)
#C7C2CA
(199,194,202)
#D7D3DB
(215,211,219)
#E7E4EC
(231,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473A42 color. Also use rgb(71,58,66) instead hex code.

Text Font Color

.myTextColor { color: #473A42; }

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

This text font color is #473A42.


Background Color

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

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

This div background color is #473A42.


Border color

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

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

This div border color is #473A42.


Opacity

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

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

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

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

This text has shadow with #473A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473A42 on black background.


Color preview on white background

This text has color #473A42 on white background.



Black color preview on #473A42 background

This text has black color on #473A42 background.


White color preview on #473A42 background

This text has white color on #473A42 background.