COLOR #47463B

HEX: #47463B
RGB: (71,70,59)

Renk bilgisi

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

RGB renk modeli

#47463B color RGB value is (71,70,59).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 70 of 255 = 27%
B 59 of 255 = 23%

71
70
59

R + G + B ~ 26%. #47463B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 70 + 59 = 200 (100%)
R 71 of 200 ~ 35.5%
G 70 of 200 ~ 35%
B 59 of 200 ~ 29.5%

%35.5
%35
%29.5

CMYK RENK MODELİ

#47463B rengi CMYK tonu (0,1,17,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.41%
  • sarı tonu 16.90%
  • ana renk tonu 72.16%
CMYK:
(0,1,17,72)
C0M1Y17K72 
(0%,1%,17%,72%)
(0.00/0.01/0.17/0.72)	

CMYK yüzdeleri

%0
%1.41
%16.9
%72.16

Codes

Color #47463B in popluar color models

47463B
RGB717059
HSL55°9.23%25.49%
HSB/HSV55°16.90%27.84%
CMYK0.00%1.41%16.90%
72.16%

Color #47463B in popluar number systems.

HEX47463B
Decimal717059
Binary10001111000110111011
Octal10710673

Shades and tints

Shades of #47463B

#47463B
(71,70,59)
#414036
(65,64,54)
#3B3A31
(59,58,49)
#35342C
(53,52,44)
#2F2E27
(47,46,39)
#292822
(41,40,34)
#23221D
(35,34,29)
#1D1C18
(29,28,24)
#171613
(23,22,19)
#11100E
(17,16,14)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #47463B

#47463B
(71,70,59)
#57564C
(87,86,76)
#67665D
(103,102,93)
#77766E
(119,118,110)
#87867F
(135,134,127)
#979690
(151,150,144)
#A7A6A1
(167,166,161)
#B7B6B2
(183,182,178)
#C7C6C3
(199,198,195)
#D7D6D4
(215,214,212)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47463B; }

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

This text font color is #47463B.


Background Color

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

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

This div background color is #47463B.


Border color

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

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

This div border color is #47463B.


Opacity

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

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

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

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

This text has shadow with #47463B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47463B on black background.


Color preview on white background

This text has color #47463B on white background.



Black color preview on #47463B background

This text has black color on #47463B background.


White color preview on #47463B background

This text has white color on #47463B background.