COLOR #473243

HEX: #473243
RGB: (71,50,67)

Renk bilgisi

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

RGB renk modeli

#473243 color RGB value is (71,50,67).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 50 of 255 = 20%
B 67 of 255 = 26%

71
50
67

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 50 + 67 = 188 (100%)
R 71 of 188 ~ 37.77%
G 50 of 188 ~ 26.6%
B 67 of 188 ~ 35.64%

%37.77
%26.6
%35.64

CMYK RENK MODELİ

#473243 rengi CMYK tonu (0,30,6,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.58%
  • sarı tonu 5.63%
  • ana renk tonu 72.16%
CMYK:
(0,30,6,72)
C0M30Y6K72 
(0%,30%,6%,72%)
(0.00/0.30/0.06/0.72)	

CMYK yüzdeleri

%0
%29.58
%5.63
%72.16

Codes

Color #473243 in popluar color models

473243
RGB715067
HSL311°17.36%23.73%
HSB/HSV311°29.58%27.84%
CMYK0.00%29.58%5.63%
72.16%

Color #473243 in popluar number systems.

HEX473243
Decimal715067
Binary10001111100101000011
Octal10762103

Shades and tints

Shades of #473243

#473243
(71,50,67)
#412E3D
(65,46,61)
#3B2A37
(59,42,55)
#352631
(53,38,49)
#2F222B
(47,34,43)
#291E25
(41,30,37)
#231A1F
(35,26,31)
#1D1619
(29,22,25)
#171213
(23,18,19)
#110E0D
(17,14,13)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #473243

#473243
(71,50,67)
#574454
(87,68,84)
#675665
(103,86,101)
#776876
(119,104,118)
#877A87
(135,122,135)
#978C98
(151,140,152)
#A79EA9
(167,158,169)
#B7B0BA
(183,176,186)
#C7C2CB
(199,194,203)
#D7D4DC
(215,212,220)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473243 color. Also use rgb(71,50,67) instead hex code.

Text Font Color

.myTextColor { color: #473243; }

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

This text font color is #473243.


Background Color

.myBgColor { background-color: #473243; }

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

This div background color is #473243.


Border color

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

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

This div border color is #473243.


Opacity

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

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

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

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

This text has shadow with #473243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473243 on black background.


Color preview on white background

This text has color #473243 on white background.



Black color preview on #473243 background

This text has black color on #473243 background.


White color preview on #473243 background

This text has white color on #473243 background.