COLOR #472F30

HEX: #472F30
RGB: (71,47,48)

Renk bilgisi

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

RGB renk modeli

#472F30 color RGB value is (71,47,48).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 47 of 255 = 18%
B 48 of 255 = 19%

71
47
48

R + G + B ~ 22%. #472F30 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 47 + 48 = 166 (100%)
R 71 of 166 ~ 42.77%
G 47 of 166 ~ 28.31%
B 48 of 166 ~ 28.92%

%42.77
%28.31
%28.92

CMYK RENK MODELİ

#472F30 rengi CMYK tonu (0,34,32,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.80%
  • sarı tonu 32.39%
  • ana renk tonu 72.16%
CMYK:
(0,34,32,72)
C0M34Y32K72 
(0%,34%,32%,72%)
(0.00/0.34/0.32/0.72)	

CMYK yüzdeleri

%0
%33.8
%32.39
%72.16

Codes

Color #472F30 in popluar color models

472F30
RGB714748
HSL358°20.34%23.14%
HSB/HSV358°33.80%27.84%
CMYK0.00%33.80%32.39%
72.16%

Color #472F30 in popluar number systems.

HEX472F30
Decimal714748
Binary1000111101111110000
Octal1075760

Shades and tints

Shades of #472F30

#472F30
(71,47,48)
#412B2C
(65,43,44)
#3B2728
(59,39,40)
#352324
(53,35,36)
#2F1F20
(47,31,32)
#291B1C
(41,27,28)
#231718
(35,23,24)
#1D1314
(29,19,20)
#170F10
(23,15,16)
#110B0C
(17,11,12)
#0B0708
(11,7,8)
#000000
(0,0,0)

Tints of #472F30

#472F30
(71,47,48)
#574142
(87,65,66)
#675354
(103,83,84)
#776566
(119,101,102)
#877778
(135,119,120)
#97898A
(151,137,138)
#A79B9C
(167,155,156)
#B7ADAE
(183,173,174)
#C7BFC0
(199,191,192)
#D7D1D2
(215,209,210)
#E7E3E4
(231,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472F30; }

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

This text font color is #472F30.


Background Color

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

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

This div background color is #472F30.


Border color

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

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

This div border color is #472F30.


Opacity

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

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

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

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

This text has shadow with #472F30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472F30 on black background.


Color preview on white background

This text has color #472F30 on white background.



Black color preview on #472F30 background

This text has black color on #472F30 background.


White color preview on #472F30 background

This text has white color on #472F30 background.