COLOR #472F4E

HEX: #472F4E
RGB: (71,47,78)

Renk bilgisi

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

RGB renk modeli

#472F4E color RGB value is (71,47,78).

  • kırmız ton 71;
  • yeşil ton 47;
  • mavi ton 78.
RGB:
(71,47,78)
(28%,18%,31%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 47 of 255 = 18%
B 78 of 255 = 31%

71
47
78

R + G + B ~ 26%. #472F4E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 47 + 78 = 196 (100%)
R 71 of 196 ~ 36.22%
G 47 of 196 ~ 23.98%
B 78 of 196 ~ 39.8%

%36.22
%23.98
%39.8

CMYK RENK MODELİ

#472F4E rengi CMYK tonu (9,40,0,69).

  • camgöbeği tonu 8.97%
  • eflatun tonu 39.74%
  • sarı tonu 0.00%
  • ana renk tonu 69.41%
CMYK:
(9,40,0,69)
C9M40Y0K69 
(9%,40%,0%,69%)
(0.09/0.40/0.00/0.69)	

CMYK yüzdeleri

%8.97
%39.74
%0
%69.41

Codes

Color #472F4E in popluar color models

472F4E
RGB714778
HSL286°24.80%24.51%
HSB/HSV286°39.74%30.59%
CMYK8.97%39.74%0.00%
69.41%

Color #472F4E in popluar number systems.

HEX472F4E
Decimal714778
Binary10001111011111001110
Octal10757116

Shades and tints

Shades of #472F4E

#472F4E
(71,47,78)
#412B47
(65,43,71)
#3B2740
(59,39,64)
#352339
(53,35,57)
#2F1F32
(47,31,50)
#291B2B
(41,27,43)
#231724
(35,23,36)
#1D131D
(29,19,29)
#170F16
(23,15,22)
#110B0F
(17,11,15)
#0B0708
(11,7,8)
#000000
(0,0,0)

Tints of #472F4E

#472F4E
(71,47,78)
#57415E
(87,65,94)
#67536E
(103,83,110)
#77657E
(119,101,126)
#87778E
(135,119,142)
#97899E
(151,137,158)
#A79BAE
(167,155,174)
#B7ADBE
(183,173,190)
#C7BFCE
(199,191,206)
#D7D1DE
(215,209,222)
#E7E3EE
(231,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472F4E color. Also use rgb(71,47,78) instead hex code.

Text Font Color

.myTextColor { color: #472F4E; }

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

This text font color is #472F4E.


Background Color

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

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

This div background color is #472F4E.


Border color

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

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

This div border color is #472F4E.


Opacity

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

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

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

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

This text has shadow with #472F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472F4E on black background.


Color preview on white background

This text has color #472F4E on white background.



Black color preview on #472F4E background

This text has black color on #472F4E background.


White color preview on #472F4E background

This text has white color on #472F4E background.