COLOR #472B40

HEX: #472B40
RGB: (71,43,64)

Renk bilgisi

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

RGB renk modeli

#472B40 color RGB value is (71,43,64).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 43 of 255 = 17%
B 64 of 255 = 25%

71
43
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 43 + 64 = 178 (100%)
R 71 of 178 ~ 39.89%
G 43 of 178 ~ 24.16%
B 64 of 178 ~ 35.96%

%39.89
%24.16
%35.96

CMYK RENK MODELİ

#472B40 rengi CMYK tonu (0,39,10,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.44%
  • sarı tonu 9.86%
  • ana renk tonu 72.16%
CMYK:
(0,39,10,72)
C0M39Y10K72 
(0%,39%,10%,72%)
(0.00/0.39/0.10/0.72)	

CMYK yüzdeleri

%0
%39.44
%9.86
%72.16

Codes

Color #472B40 in popluar color models

472B40
RGB714364
HSL315°24.56%22.35%
HSB/HSV315°39.44%27.84%
CMYK0.00%39.44%9.86%
72.16%

Color #472B40 in popluar number systems.

HEX472B40
Decimal714364
Binary10001111010111000000
Octal10753100

Shades and tints

Shades of #472B40

#472B40
(71,43,64)
#41283B
(65,40,59)
#3B2536
(59,37,54)
#352231
(53,34,49)
#2F1F2C
(47,31,44)
#291C27
(41,28,39)
#231922
(35,25,34)
#1D161D
(29,22,29)
#171318
(23,19,24)
#111013
(17,16,19)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #472B40

#472B40
(71,43,64)
#573E51
(87,62,81)
#675162
(103,81,98)
#776473
(119,100,115)
#877784
(135,119,132)
#978A95
(151,138,149)
#A79DA6
(167,157,166)
#B7B0B7
(183,176,183)
#C7C3C8
(199,195,200)
#D7D6D9
(215,214,217)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472B40; }

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

This text font color is #472B40.


Background Color

.myBgColor { background-color: #472B40; }

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

This div background color is #472B40.


Border color

.myBorderColor { border: 1px solid #472B40; }

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

This div border color is #472B40.


Opacity

.myOpacity80 { color: #472B40; opacity: 0.8; }

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

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

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

This text has shadow with #472B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472B40 on black background.


Color preview on white background

This text has color #472B40 on white background.



Black color preview on #472B40 background

This text has black color on #472B40 background.


White color preview on #472B40 background

This text has white color on #472B40 background.