COLOR #472A1E

HEX: #472A1E
RGB: (71,42,30)

Renk bilgisi

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

RGB renk modeli

#472A1E color RGB value is (71,42,30).

  • kırmız ton 71;
  • yeşil ton 42;
  • mavi ton 30.
RGB:
(71,42,30)
(28%,16%,12%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 42 of 255 = 16%
B 30 of 255 = 12%

71
42
30

R + G + B ~ 19%. #472A1E is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 42 + 30 = 143 (100%)
R 71 of 143 ~ 49.65%
G 42 of 143 ~ 29.37%
B 30 of 143 ~ 20.98%

%49.65
%29.37
%20.98

CMYK RENK MODELİ

#472A1E rengi CMYK tonu (0,41,58,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.85%
  • sarı tonu 57.75%
  • ana renk tonu 72.16%
CMYK:
(0,41,58,72)
C0M41Y58K72 
(0%,41%,58%,72%)
(0.00/0.41/0.58/0.72)	

CMYK yüzdeleri

%0
%40.85
%57.75
%72.16

Codes

Color #472A1E in popluar color models

472A1E
RGB714230
HSL18°40.59%19.80%
HSB/HSV18°57.75%27.84%
CMYK0.00%40.85%57.75%
72.16%

Color #472A1E in popluar number systems.

HEX472A1E
Decimal714230
Binary100011110101011110
Octal1075236

Shades and tints

Shades of #472A1E

#472A1E
(71,42,30)
#41271C
(65,39,28)
#3B241A
(59,36,26)
#352118
(53,33,24)
#2F1E16
(47,30,22)
#291B14
(41,27,20)
#231812
(35,24,18)
#1D1510
(29,21,16)
#17120E
(23,18,14)
#110F0C
(17,15,12)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #472A1E

#472A1E
(71,42,30)
#573D32
(87,61,50)
#675046
(103,80,70)
#77635A
(119,99,90)
#87766E
(135,118,110)
#978982
(151,137,130)
#A79C96
(167,156,150)
#B7AFAA
(183,175,170)
#C7C2BE
(199,194,190)
#D7D5D2
(215,213,210)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472A1E color. Also use rgb(71,42,30) instead hex code.

Text Font Color

.myTextColor { color: #472A1E; }

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

This text font color is #472A1E.


Background Color

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

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

This div background color is #472A1E.


Border color

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

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

This div border color is #472A1E.


Opacity

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

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

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

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

This text has shadow with #472A1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472A1E on black background.


Color preview on white background

This text has color #472A1E on white background.



Black color preview on #472A1E background

This text has black color on #472A1E background.


White color preview on #472A1E background

This text has white color on #472A1E background.