COLOR #47492E

HEX: #47492E
RGB: (71,73,46)

Renk bilgisi

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

RGB renk modeli

#47492E color RGB value is (71,73,46).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 73 of 255 = 29%
B 46 of 255 = 18%

71
73
46

R + G + B ~ 25%. #47492E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 73 + 46 = 190 (100%)
R 71 of 190 ~ 37.37%
G 73 of 190 ~ 38.42%
B 46 of 190 ~ 24.21%

%37.37
%38.42
%24.21

CMYK RENK MODELİ

#47492E rengi CMYK tonu (3,0,37,71).

  • camgöbeği tonu 2.74%
  • eflatun tonu 0.00%
  • sarı tonu 36.99%
  • ana renk tonu 71.37%
CMYK:
(3,0,37,71)
C3M0Y37K71 
(3%,0%,37%,71%)
(0.03/0.00/0.37/0.71)	

CMYK yüzdeleri

%2.74
%0
%36.99
%71.37

Codes

Color #47492E in popluar color models

47492E
RGB717346
HSL64°22.69%23.33%
HSB/HSV64°36.99%28.63%
CMYK2.74%0.00%36.99%
71.37%

Color #47492E in popluar number systems.

HEX47492E
Decimal717346
Binary10001111001001101110
Octal10711156

Shades and tints

Shades of #47492E

#47492E
(71,73,46)
#41432A
(65,67,42)
#3B3D26
(59,61,38)
#353722
(53,55,34)
#2F311E
(47,49,30)
#292B1A
(41,43,26)
#232516
(35,37,22)
#1D1F12
(29,31,18)
#17190E
(23,25,14)
#11130A
(17,19,10)
#0B0D06
(11,13,6)
#000000
(0,0,0)

Tints of #47492E

#47492E
(71,73,46)
#575941
(87,89,65)
#676954
(103,105,84)
#777967
(119,121,103)
#87897A
(135,137,122)
#97998D
(151,153,141)
#A7A9A0
(167,169,160)
#B7B9B3
(183,185,179)
#C7C9C6
(199,201,198)
#D7D9D9
(215,217,217)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47492E color. Also use rgb(71,73,46) instead hex code.

Text Font Color

.myTextColor { color: #47492E; }

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

This text font color is #47492E.


Background Color

.myBgColor { background-color: #47492E; }

<div style="background-color:#47492E">Inner text</div>

This div background color is #47492E.


Border color

.myBorderColor { border: 1px solid #47492E; }

<div style="border:3px solid #47492E">Div</div>

This div border color is #47492E.


Opacity

.myOpacity80 { color: #47492E; opacity: 0.8; }

<p style="color:#47492E;opacity:0.8;">80%</p>

Text with #47492E 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 #47492E;}

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

This text has shadow with #47492E color.

.textShadow {text-shadow: 3px 3px 1px #47492E, 3px 3px 1px red;}

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

This text has shadow with #47492E primary color and red secondary color.


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

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

This text has shadow with #47492E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47492E on black background.


Color preview on white background

This text has color #47492E on white background.



Black color preview on #47492E background

This text has black color on #47492E background.


White color preview on #47492E background

This text has white color on #47492E background.