COLOR #472F4F

HEX: #472F4F
RGB: (71,47,79)

Renk bilgisi

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

RGB renk modeli

#472F4F color RGB value is (71,47,79).

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

RGB bağlantıları ve doygunluk

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

71
47
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 47 + 79 = 197 (100%)
R 71 of 197 ~ 36.04%
G 47 of 197 ~ 23.86%
B 79 of 197 ~ 40.1%

%36.04
%23.86
%40.1

CMYK RENK MODELİ

#472F4F rengi CMYK tonu (10,41,0,69).

  • camgöbeği tonu 10.13%
  • eflatun tonu 40.51%
  • sarı tonu 0.00%
  • ana renk tonu 69.02%
CMYK:
(10,41,0,69)
C10M41Y0K69 
(10%,41%,0%,69%)
(0.10/0.41/0.00/0.69)	

CMYK yüzdeleri

%10.13
%40.51
%0
%69.02

Codes

Color #472F4F in popluar color models

472F4F
RGB714779
HSL285°25.40%24.71%
HSB/HSV285°40.51%30.98%
CMYK10.13%40.51%0.00%
69.02%

Color #472F4F in popluar number systems.

HEX472F4F
Decimal714779
Binary10001111011111001111
Octal10757117

Shades and tints

Shades of #472F4F

#472F4F
(71,47,79)
#412B48
(65,43,72)
#3B2741
(59,39,65)
#35233A
(53,35,58)
#2F1F33
(47,31,51)
#291B2C
(41,27,44)
#231725
(35,23,37)
#1D131E
(29,19,30)
#170F17
(23,15,23)
#110B10
(17,11,16)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #472F4F

#472F4F
(71,47,79)
#57415F
(87,65,95)
#67536F
(103,83,111)
#77657F
(119,101,127)
#87778F
(135,119,143)
#97899F
(151,137,159)
#A79BAF
(167,155,175)
#B7ADBF
(183,173,191)
#C7BFCF
(199,191,207)
#D7D1DF
(215,209,223)
#E7E3EF
(231,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472F4F; }

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

This text font color is #472F4F.


Background Color

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

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

This div background color is #472F4F.


Border color

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

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

This div border color is #472F4F.


Opacity

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

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

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

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

This text has shadow with #472F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472F4F on black background.


Color preview on white background

This text has color #472F4F on white background.



Black color preview on #472F4F background

This text has black color on #472F4F background.


White color preview on #472F4F background

This text has white color on #472F4F background.