COLOR #47290D

HEX: #47290D
RGB: (71,41,13)

Renk bilgisi

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

RGB renk modeli

#47290D color RGB value is (71,41,13).

  • kırmız ton 71;
  • yeşil ton 41;
  • mavi ton 13.
RGB:
(71,41,13)
(28%,16%,5%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 41 of 255 = 16%
B 13 of 255 = 5%

71
41
13

R + G + B ~ 16%. #47290D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 41 + 13 = 125 (100%)
R 71 of 125 ~ 56.8%
G 41 of 125 ~ 32.8%
B 13 of 125 ~ 10.4%

%56.8
%32.8
%10.4

CMYK RENK MODELİ

#47290D rengi CMYK tonu (0,42,82,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.25%
  • sarı tonu 81.69%
  • ana renk tonu 72.16%
CMYK:
(0,42,82,72)
C0M42Y82K72 
(0%,42%,82%,72%)
(0.00/0.42/0.82/0.72)	

CMYK yüzdeleri

%0
%42.25
%81.69
%72.16

Codes

Color #47290D in popluar color models

47290D
RGB714113
HSL29°69.05%16.47%
HSB/HSV29°81.69%27.84%
CMYK0.00%42.25%81.69%
72.16%

Color #47290D in popluar number systems.

HEX47290D
Decimal714113
Binary10001111010011101
Octal1075115

Shades and tints

Shades of #47290D

#47290D
(71,41,13)
#41260C
(65,38,12)
#3B230B
(59,35,11)
#35200A
(53,32,10)
#2F1D09
(47,29,9)
#291A08
(41,26,8)
#231707
(35,23,7)
#1D1406
(29,20,6)
#171105
(23,17,5)
#110E04
(17,14,4)
#0B0B03
(11,11,3)
#000000
(0,0,0)

Tints of #47290D

#47290D
(71,41,13)
#573C23
(87,60,35)
#674F39
(103,79,57)
#77624F
(119,98,79)
#877565
(135,117,101)
#97887B
(151,136,123)
#A79B91
(167,155,145)
#B7AEA7
(183,174,167)
#C7C1BD
(199,193,189)
#D7D4D3
(215,212,211)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47290D color. Also use rgb(71,41,13) instead hex code.

Text Font Color

.myTextColor { color: #47290D; }

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

This text font color is #47290D.


Background Color

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

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

This div background color is #47290D.


Border color

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

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

This div border color is #47290D.


Opacity

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

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

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

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

This text has shadow with #47290D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47290D on black background.


Color preview on white background

This text has color #47290D on white background.



Black color preview on #47290D background

This text has black color on #47290D background.


White color preview on #47290D background

This text has white color on #47290D background.