COLOR #472840

HEX: #472840
RGB: (71,40,64)

Renk bilgisi

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

RGB renk modeli

#472840 color RGB value is (71,40,64).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 40 of 255 = 16%
B 64 of 255 = 25%

71
40
64

R + G + B ~ 23%. #472840 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 40 + 64 = 175 (100%)
R 71 of 175 ~ 40.57%
G 40 of 175 ~ 22.86%
B 64 of 175 ~ 36.57%

%40.57
%22.86
%36.57

CMYK RENK MODELİ

#472840 rengi CMYK tonu (0,44,10,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.66%
  • sarı tonu 9.86%
  • ana renk tonu 72.16%
CMYK:
(0,44,10,72)
C0M44Y10K72 
(0%,44%,10%,72%)
(0.00/0.44/0.10/0.72)	

CMYK yüzdeleri

%0
%43.66
%9.86
%72.16

Codes

Color #472840 in popluar color models

472840
RGB714064
HSL314°27.93%21.76%
HSB/HSV314°43.66%27.84%
CMYK0.00%43.66%9.86%
72.16%

Color #472840 in popluar number systems.

HEX472840
Decimal714064
Binary10001111010001000000
Octal10750100

Shades and tints

Shades of #472840

#472840
(71,40,64)
#41253B
(65,37,59)
#3B2236
(59,34,54)
#351F31
(53,31,49)
#2F1C2C
(47,28,44)
#291927
(41,25,39)
#231622
(35,22,34)
#1D131D
(29,19,29)
#171018
(23,16,24)
#110D13
(17,13,19)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #472840

#472840
(71,40,64)
#573B51
(87,59,81)
#674E62
(103,78,98)
#776173
(119,97,115)
#877484
(135,116,132)
#978795
(151,135,149)
#A79AA6
(167,154,166)
#B7ADB7
(183,173,183)
#C7C0C8
(199,192,200)
#D7D3D9
(215,211,217)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472840; }

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

This text font color is #472840.


Background Color

.myBgColor { background-color: #472840; }

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

This div background color is #472840.


Border color

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

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

This div border color is #472840.


Opacity

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

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

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

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

This text has shadow with #472840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472840 on black background.


Color preview on white background

This text has color #472840 on white background.



Black color preview on #472840 background

This text has black color on #472840 background.


White color preview on #472840 background

This text has white color on #472840 background.