COLOR #473442

HEX: #473442
RGB: (71,52,66)

Renk bilgisi

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

RGB renk modeli

#473442 color RGB value is (71,52,66).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 52 of 255 = 20%
B 66 of 255 = 26%

71
52
66

R + G + B ~ 25%. #473442 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 52 + 66 = 189 (100%)
R 71 of 189 ~ 37.57%
G 52 of 189 ~ 27.51%
B 66 of 189 ~ 34.92%

%37.57
%27.51
%34.92

CMYK RENK MODELİ

#473442 rengi CMYK tonu (0,27,7,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.76%
  • sarı tonu 7.04%
  • ana renk tonu 72.16%
CMYK:
(0,27,7,72)
C0M27Y7K72 
(0%,27%,7%,72%)
(0.00/0.27/0.07/0.72)	

CMYK yüzdeleri

%0
%26.76
%7.04
%72.16

Codes

Color #473442 in popluar color models

473442
RGB715266
HSL316°15.45%24.12%
HSB/HSV316°26.76%27.84%
CMYK0.00%26.76%7.04%
72.16%

Color #473442 in popluar number systems.

HEX473442
Decimal715266
Binary10001111101001000010
Octal10764102

Shades and tints

Shades of #473442

#473442
(71,52,66)
#41303C
(65,48,60)
#3B2C36
(59,44,54)
#352830
(53,40,48)
#2F242A
(47,36,42)
#292024
(41,32,36)
#231C1E
(35,28,30)
#1D1818
(29,24,24)
#171412
(23,20,18)
#11100C
(17,16,12)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #473442

#473442
(71,52,66)
#574653
(87,70,83)
#675864
(103,88,100)
#776A75
(119,106,117)
#877C86
(135,124,134)
#978E97
(151,142,151)
#A7A0A8
(167,160,168)
#B7B2B9
(183,178,185)
#C7C4CA
(199,196,202)
#D7D6DB
(215,214,219)
#E7E8EC
(231,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473442; }

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

This text font color is #473442.


Background Color

.myBgColor { background-color: #473442; }

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

This div background color is #473442.


Border color

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

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

This div border color is #473442.


Opacity

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

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

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

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

This text has shadow with #473442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473442 on black background.


Color preview on white background

This text has color #473442 on white background.



Black color preview on #473442 background

This text has black color on #473442 background.


White color preview on #473442 background

This text has white color on #473442 background.