COLOR #47492D

HEX: #47492D
RGB: (71,73,45)

Renk bilgisi

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

RGB renk modeli

#47492D color RGB value is (71,73,45).

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

RGB bağlantıları ve doygunluk

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

71
73
45

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 73 + 45 = 189 (100%)
R 71 of 189 ~ 37.57%
G 73 of 189 ~ 38.62%
B 45 of 189 ~ 23.81%

%37.57
%38.62
%23.81

CMYK RENK MODELİ

#47492D rengi CMYK tonu (3,0,38,71).

  • camgöbeği tonu 2.74%
  • eflatun tonu 0.00%
  • sarı tonu 38.36%
  • ana renk tonu 71.37%
CMYK:
(3,0,38,71)
C3M0Y38K71 
(3%,0%,38%,71%)
(0.03/0.00/0.38/0.71)	

CMYK yüzdeleri

%2.74
%0
%38.36
%71.37

Codes

Color #47492D in popluar color models

47492D
RGB717345
HSL64°23.73%23.14%
HSB/HSV64°38.36%28.63%
CMYK2.74%0.00%38.36%
71.37%

Color #47492D in popluar number systems.

HEX47492D
Decimal717345
Binary10001111001001101101
Octal10711155

Shades and tints

Shades of #47492D

#47492D
(71,73,45)
#414329
(65,67,41)
#3B3D25
(59,61,37)
#353721
(53,55,33)
#2F311D
(47,49,29)
#292B19
(41,43,25)
#232515
(35,37,21)
#1D1F11
(29,31,17)
#17190D
(23,25,13)
#111309
(17,19,9)
#0B0D05
(11,13,5)
#000000
(0,0,0)

Tints of #47492D

#47492D
(71,73,45)
#575940
(87,89,64)
#676953
(103,105,83)
#777966
(119,121,102)
#878979
(135,137,121)
#97998C
(151,153,140)
#A7A99F
(167,169,159)
#B7B9B2
(183,185,178)
#C7C9C5
(199,201,197)
#D7D9D8
(215,217,216)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47492D; }

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

This text font color is #47492D.


Background Color

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

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

This div background color is #47492D.


Border color

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

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

This div border color is #47492D.


Opacity

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

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

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

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

This text has shadow with #47492D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47492D on black background.


Color preview on white background

This text has color #47492D on white background.



Black color preview on #47492D background

This text has black color on #47492D background.


White color preview on #47492D background

This text has white color on #47492D background.