COLOR #473240

HEX: #473240
RGB: (71,50,64)

Renk bilgisi

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

RGB renk modeli

#473240 color RGB value is (71,50,64).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 50 of 255 = 20%
B 64 of 255 = 25%

71
50
64

R + G + B ~ 24%. #473240 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 50 + 64 = 185 (100%)
R 71 of 185 ~ 38.38%
G 50 of 185 ~ 27.03%
B 64 of 185 ~ 34.59%

%38.38
%27.03
%34.59

CMYK RENK MODELİ

#473240 rengi CMYK tonu (0,30,10,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.58%
  • sarı tonu 9.86%
  • ana renk tonu 72.16%
CMYK:
(0,30,10,72)
C0M30Y10K72 
(0%,30%,10%,72%)
(0.00/0.30/0.10/0.72)	

CMYK yüzdeleri

%0
%29.58
%9.86
%72.16

Codes

Color #473240 in popluar color models

473240
RGB715064
HSL320°17.36%23.73%
HSB/HSV320°29.58%27.84%
CMYK0.00%29.58%9.86%
72.16%

Color #473240 in popluar number systems.

HEX473240
Decimal715064
Binary10001111100101000000
Octal10762100

Shades and tints

Shades of #473240

#473240
(71,50,64)
#412E3B
(65,46,59)
#3B2A36
(59,42,54)
#352631
(53,38,49)
#2F222C
(47,34,44)
#291E27
(41,30,39)
#231A22
(35,26,34)
#1D161D
(29,22,29)
#171218
(23,18,24)
#110E13
(17,14,19)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #473240

#473240
(71,50,64)
#574451
(87,68,81)
#675662
(103,86,98)
#776873
(119,104,115)
#877A84
(135,122,132)
#978C95
(151,140,149)
#A79EA6
(167,158,166)
#B7B0B7
(183,176,183)
#C7C2C8
(199,194,200)
#D7D4D9
(215,212,217)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473240; }

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

This text font color is #473240.


Background Color

.myBgColor { background-color: #473240; }

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

This div background color is #473240.


Border color

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

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

This div border color is #473240.


Opacity

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

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

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

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

This text has shadow with #473240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473240 on black background.


Color preview on white background

This text has color #473240 on white background.



Black color preview on #473240 background

This text has black color on #473240 background.


White color preview on #473240 background

This text has white color on #473240 background.