COLOR #47491C

HEX: #47491C
RGB: (71,73,28)

Renk bilgisi

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

RGB renk modeli

#47491C color RGB value is (71,73,28).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 73 of 255 = 29%
B 28 of 255 = 11%

71
73
28

R + G + B ~ 23%. #47491C is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 73 + 28 = 172 (100%)
R 71 of 172 ~ 41.28%
G 73 of 172 ~ 42.44%
B 28 of 172 ~ 16.28%

%41.28
%42.44
%16.28

CMYK RENK MODELİ

#47491C rengi CMYK tonu (3,0,62,71).

  • camgöbeği tonu 2.74%
  • eflatun tonu 0.00%
  • sarı tonu 61.64%
  • ana renk tonu 71.37%
CMYK:
(3,0,62,71)
C3M0Y62K71 
(3%,0%,62%,71%)
(0.03/0.00/0.62/0.71)	

CMYK yüzdeleri

%2.74
%0
%61.64
%71.37

Codes

Color #47491C in popluar color models

47491C
RGB717328
HSL63°44.55%19.80%
HSB/HSV63°61.64%28.63%
CMYK2.74%0.00%61.64%
71.37%

Color #47491C in popluar number systems.

HEX47491C
Decimal717328
Binary1000111100100111100
Octal10711134

Shades and tints

Shades of #47491C

#47491C
(71,73,28)
#41431A
(65,67,26)
#3B3D18
(59,61,24)
#353716
(53,55,22)
#2F3114
(47,49,20)
#292B12
(41,43,18)
#232510
(35,37,16)
#1D1F0E
(29,31,14)
#17190C
(23,25,12)
#11130A
(17,19,10)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #47491C

#47491C
(71,73,28)
#575930
(87,89,48)
#676944
(103,105,68)
#777958
(119,121,88)
#87896C
(135,137,108)
#979980
(151,153,128)
#A7A994
(167,169,148)
#B7B9A8
(183,185,168)
#C7C9BC
(199,201,188)
#D7D9D0
(215,217,208)
#E7E9E4
(231,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47491C; }

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

This text font color is #47491C.


Background Color

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

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

This div background color is #47491C.


Border color

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

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

This div border color is #47491C.


Opacity

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

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

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

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

This text has shadow with #47491C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47491C on black background.


Color preview on white background

This text has color #47491C on white background.



Black color preview on #47491C background

This text has black color on #47491C background.


White color preview on #47491C background

This text has white color on #47491C background.