COLOR #472F12

HEX: #472F12
RGB: (71,47,18)

Renk bilgisi

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

RGB renk modeli

#472F12 color RGB value is (71,47,18).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 47 of 255 = 18%
B 18 of 255 = 7%

71
47
18

R + G + B ~ 18%. #472F12 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 47 + 18 = 136 (100%)
R 71 of 136 ~ 52.21%
G 47 of 136 ~ 34.56%
B 18 of 136 ~ 13.24%

%52.21
%34.56
%13.24

CMYK RENK MODELİ

#472F12 rengi CMYK tonu (0,34,75,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.80%
  • sarı tonu 74.65%
  • ana renk tonu 72.16%
CMYK:
(0,34,75,72)
C0M34Y75K72 
(0%,34%,75%,72%)
(0.00/0.34/0.75/0.72)	

CMYK yüzdeleri

%0
%33.8
%74.65
%72.16

Codes

Color #472F12 in popluar color models

472F12
RGB714718
HSL33°59.55%17.45%
HSB/HSV33°74.65%27.84%
CMYK0.00%33.80%74.65%
72.16%

Color #472F12 in popluar number systems.

HEX472F12
Decimal714718
Binary100011110111110010
Octal1075722

Shades and tints

Shades of #472F12

#472F12
(71,47,18)
#412B11
(65,43,17)
#3B2710
(59,39,16)
#35230F
(53,35,15)
#2F1F0E
(47,31,14)
#291B0D
(41,27,13)
#23170C
(35,23,12)
#1D130B
(29,19,11)
#170F0A
(23,15,10)
#110B09
(17,11,9)
#0B0708
(11,7,8)
#000000
(0,0,0)

Tints of #472F12

#472F12
(71,47,18)
#574127
(87,65,39)
#67533C
(103,83,60)
#776551
(119,101,81)
#877766
(135,119,102)
#97897B
(151,137,123)
#A79B90
(167,155,144)
#B7ADA5
(183,173,165)
#C7BFBA
(199,191,186)
#D7D1CF
(215,209,207)
#E7E3E4
(231,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472F12; }

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

This text font color is #472F12.


Background Color

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

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

This div background color is #472F12.


Border color

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

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

This div border color is #472F12.


Opacity

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

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

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

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

This text has shadow with #472F12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472F12 on black background.


Color preview on white background

This text has color #472F12 on white background.



Black color preview on #472F12 background

This text has black color on #472F12 background.


White color preview on #472F12 background

This text has white color on #472F12 background.