COLOR #47493B

HEX: #47493B
RGB: (71,73,59)

Renk bilgisi

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

RGB renk modeli

#47493B color RGB value is (71,73,59).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 73 of 255 = 29%
B 59 of 255 = 23%

71
73
59

R + G + B ~ 27%. #47493B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 73 + 59 = 203 (100%)
R 71 of 203 ~ 34.98%
G 73 of 203 ~ 35.96%
B 59 of 203 ~ 29.06%

%34.98
%35.96
%29.06

CMYK RENK MODELİ

#47493B rengi CMYK tonu (3,0,19,71).

  • camgöbeği tonu 2.74%
  • eflatun tonu 0.00%
  • sarı tonu 19.18%
  • ana renk tonu 71.37%
CMYK:
(3,0,19,71)
C3M0Y19K71 
(3%,0%,19%,71%)
(0.03/0.00/0.19/0.71)	

CMYK yüzdeleri

%2.74
%0
%19.18
%71.37

Codes

Color #47493B in popluar color models

47493B
RGB717359
HSL69°10.61%25.88%
HSB/HSV69°19.18%28.63%
CMYK2.74%0.00%19.18%
71.37%

Color #47493B in popluar number systems.

HEX47493B
Decimal717359
Binary10001111001001111011
Octal10711173

Shades and tints

Shades of #47493B

#47493B
(71,73,59)
#414336
(65,67,54)
#3B3D31
(59,61,49)
#35372C
(53,55,44)
#2F3127
(47,49,39)
#292B22
(41,43,34)
#23251D
(35,37,29)
#1D1F18
(29,31,24)
#171913
(23,25,19)
#11130E
(17,19,14)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #47493B

#47493B
(71,73,59)
#57594C
(87,89,76)
#67695D
(103,105,93)
#77796E
(119,121,110)
#87897F
(135,137,127)
#979990
(151,153,144)
#A7A9A1
(167,169,161)
#B7B9B2
(183,185,178)
#C7C9C3
(199,201,195)
#D7D9D4
(215,217,212)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47493B color. Also use rgb(71,73,59) instead hex code.

Text Font Color

.myTextColor { color: #47493B; }

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

This text font color is #47493B.


Background Color

.myBgColor { background-color: #47493B; }

<div style="background-color:#47493B">Inner text</div>

This div background color is #47493B.


Border color

.myBorderColor { border: 1px solid #47493B; }

<div style="border:3px solid #47493B">Div</div>

This div border color is #47493B.


Opacity

.myOpacity80 { color: #47493B; opacity: 0.8; }

<p style="color:#47493B;opacity:0.8;">80%</p>

Text with #47493B 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 #47493B;}

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

This text has shadow with #47493B color.

.textShadow {text-shadow: 3px 3px 1px #47493B, 3px 3px 1px red;}

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

This text has shadow with #47493B primary color and red secondary color.


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

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

This text has shadow with #47493B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47493B on black background.


Color preview on white background

This text has color #47493B on white background.



Black color preview on #47493B background

This text has black color on #47493B background.


White color preview on #47493B background

This text has white color on #47493B background.