COLOR #47421C

HEX: #47421C
RGB: (71,66,28)

Renk bilgisi

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

RGB renk modeli

#47421C color RGB value is (71,66,28).

  • kırmız ton 71;
  • yeşil ton 66;
  • mavi ton 28.
RGB:
(71,66,28)
(28%,26%,11%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 66 of 255 = 26%
B 28 of 255 = 11%

71
66
28

R + G + B ~ 22%. #47421C is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 66 + 28 = 165 (100%)
R 71 of 165 ~ 43.03%
G 66 of 165 ~ 40%
B 28 of 165 ~ 16.97%

%43.03
%40
%16.97

CMYK RENK MODELİ

#47421C rengi CMYK tonu (0,7,61,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.04%
  • sarı tonu 60.56%
  • ana renk tonu 72.16%
CMYK:
(0,7,61,72)
C0M7Y61K72 
(0%,7%,61%,72%)
(0.00/0.07/0.61/0.72)	

CMYK yüzdeleri

%0
%7.04
%60.56
%72.16

Codes

Color #47421C in popluar color models

47421C
RGB716628
HSL53°43.43%19.41%
HSB/HSV53°60.56%27.84%
CMYK0.00%7.04%60.56%
72.16%

Color #47421C in popluar number systems.

HEX47421C
Decimal716628
Binary1000111100001011100
Octal10710234

Shades and tints

Shades of #47421C

#47421C
(71,66,28)
#413C1A
(65,60,26)
#3B3618
(59,54,24)
#353016
(53,48,22)
#2F2A14
(47,42,20)
#292412
(41,36,18)
#231E10
(35,30,16)
#1D180E
(29,24,14)
#17120C
(23,18,12)
#110C0A
(17,12,10)
#0B0608
(11,6,8)
#000000
(0,0,0)

Tints of #47421C

#47421C
(71,66,28)
#575330
(87,83,48)
#676444
(103,100,68)
#777558
(119,117,88)
#87866C
(135,134,108)
#979780
(151,151,128)
#A7A894
(167,168,148)
#B7B9A8
(183,185,168)
#C7CABC
(199,202,188)
#D7DBD0
(215,219,208)
#E7ECE4
(231,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47421C color. Also use rgb(71,66,28) instead hex code.

Text Font Color

.myTextColor { color: #47421C; }

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

This text font color is #47421C.


Background Color

.myBgColor { background-color: #47421C; }

<div style="background-color:#47421C">Inner text</div>

This div background color is #47421C.


Border color

.myBorderColor { border: 1px solid #47421C; }

<div style="border:3px solid #47421C">Div</div>

This div border color is #47421C.


Opacity

.myOpacity80 { color: #47421C; opacity: 0.8; }

<p style="color:#47421C;opacity:0.8;">80%</p>

Text with #47421C 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 #47421C;}

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

This text has shadow with #47421C color.

.textShadow {text-shadow: 3px 3px 1px #47421C, 3px 3px 1px red;}

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

This text has shadow with #47421C primary color and red secondary color.


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

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

This text has shadow with #47421C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47421C on black background.


Color preview on white background

This text has color #47421C on white background.



Black color preview on #47421C background

This text has black color on #47421C background.


White color preview on #47421C background

This text has white color on #47421C background.