COLOR #472C42

HEX: #472C42
RGB: (71,44,66)

Renk bilgisi

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

RGB renk modeli

#472C42 color RGB value is (71,44,66).

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

RGB bağlantıları ve doygunluk

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

71
44
66

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 44 + 66 = 181 (100%)
R 71 of 181 ~ 39.23%
G 44 of 181 ~ 24.31%
B 66 of 181 ~ 36.46%

%39.23
%24.31
%36.46

CMYK RENK MODELİ

#472C42 rengi CMYK tonu (0,38,7,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.03%
  • sarı tonu 7.04%
  • ana renk tonu 72.16%
CMYK:
(0,38,7,72)
C0M38Y7K72 
(0%,38%,7%,72%)
(0.00/0.38/0.07/0.72)	

CMYK yüzdeleri

%0
%38.03
%7.04
%72.16

Codes

Color #472C42 in popluar color models

472C42
RGB714466
HSL311°23.48%22.55%
HSB/HSV311°38.03%27.84%
CMYK0.00%38.03%7.04%
72.16%

Color #472C42 in popluar number systems.

HEX472C42
Decimal714466
Binary10001111011001000010
Octal10754102

Shades and tints

Shades of #472C42

#472C42
(71,44,66)
#41283C
(65,40,60)
#3B2436
(59,36,54)
#352030
(53,32,48)
#2F1C2A
(47,28,42)
#291824
(41,24,36)
#23141E
(35,20,30)
#1D1018
(29,16,24)
#170C12
(23,12,18)
#11080C
(17,8,12)
#0B0406
(11,4,6)
#000000
(0,0,0)

Tints of #472C42

#472C42
(71,44,66)
#573F53
(87,63,83)
#675264
(103,82,100)
#776575
(119,101,117)
#877886
(135,120,134)
#978B97
(151,139,151)
#A79EA8
(167,158,168)
#B7B1B9
(183,177,185)
#C7C4CA
(199,196,202)
#D7D7DB
(215,215,219)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472C42; }

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

This text font color is #472C42.


Background Color

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

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

This div background color is #472C42.


Border color

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

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

This div border color is #472C42.


Opacity

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

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

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

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

This text has shadow with #472C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472C42 on black background.


Color preview on white background

This text has color #472C42 on white background.



Black color preview on #472C42 background

This text has black color on #472C42 background.


White color preview on #472C42 background

This text has white color on #472C42 background.