COLOR #472B42

HEX: #472B42
RGB: (71,43,66)

Renk bilgisi

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

RGB renk modeli

#472B42 color RGB value is (71,43,66).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 43 of 255 = 17%
B 66 of 255 = 26%

71
43
66

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 43 + 66 = 180 (100%)
R 71 of 180 ~ 39.44%
G 43 of 180 ~ 23.89%
B 66 of 180 ~ 36.67%

%39.44
%23.89
%36.67

CMYK RENK MODELİ

#472B42 rengi CMYK tonu (0,39,7,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.44%
  • sarı tonu 7.04%
  • ana renk tonu 72.16%
CMYK:
(0,39,7,72)
C0M39Y7K72 
(0%,39%,7%,72%)
(0.00/0.39/0.07/0.72)	

CMYK yüzdeleri

%0
%39.44
%7.04
%72.16

Codes

Color #472B42 in popluar color models

472B42
RGB714366
HSL311°24.56%22.35%
HSB/HSV311°39.44%27.84%
CMYK0.00%39.44%7.04%
72.16%

Color #472B42 in popluar number systems.

HEX472B42
Decimal714366
Binary10001111010111000010
Octal10753102

Shades and tints

Shades of #472B42

#472B42
(71,43,66)
#41283C
(65,40,60)
#3B2536
(59,37,54)
#352230
(53,34,48)
#2F1F2A
(47,31,42)
#291C24
(41,28,36)
#23191E
(35,25,30)
#1D1618
(29,22,24)
#171312
(23,19,18)
#11100C
(17,16,12)
#0B0D06
(11,13,6)
#000000
(0,0,0)

Tints of #472B42

#472B42
(71,43,66)
#573E53
(87,62,83)
#675164
(103,81,100)
#776475
(119,100,117)
#877786
(135,119,134)
#978A97
(151,138,151)
#A79DA8
(167,157,168)
#B7B0B9
(183,176,185)
#C7C3CA
(199,195,202)
#D7D6DB
(215,214,219)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472B42; }

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

This text font color is #472B42.


Background Color

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

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

This div background color is #472B42.


Border color

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

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

This div border color is #472B42.


Opacity

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

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

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

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

This text has shadow with #472B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472B42 on black background.


Color preview on white background

This text has color #472B42 on white background.



Black color preview on #472B42 background

This text has black color on #472B42 background.


White color preview on #472B42 background

This text has white color on #472B42 background.