COLOR #47411B

HEX: #47411B
RGB: (71,65,27)

Renk bilgisi

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

RGB renk modeli

#47411B color RGB value is (71,65,27).

  • kırmız ton 71;
  • yeşil ton 65;
  • mavi ton 27.
RGB:
(71,65,27)
(28%,25%,11%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 65 of 255 = 25%
B 27 of 255 = 11%

71
65
27

R + G + B ~ 21%. #47411B is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 65 + 27 = 163 (100%)
R 71 of 163 ~ 43.56%
G 65 of 163 ~ 39.88%
B 27 of 163 ~ 16.56%

%43.56
%39.88
%16.56

CMYK RENK MODELİ

#47411B rengi CMYK tonu (0,8,62,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.45%
  • sarı tonu 61.97%
  • ana renk tonu 72.16%
CMYK:
(0,8,62,72)
C0M8Y62K72 
(0%,8%,62%,72%)
(0.00/0.08/0.62/0.72)	

CMYK yüzdeleri

%0
%8.45
%61.97
%72.16

Codes

Color #47411B in popluar color models

47411B
RGB716527
HSL52°44.90%19.22%
HSB/HSV52°61.97%27.84%
CMYK0.00%8.45%61.97%
72.16%

Color #47411B in popluar number systems.

HEX47411B
Decimal716527
Binary1000111100000111011
Octal10710133

Shades and tints

Shades of #47411B

#47411B
(71,65,27)
#413C19
(65,60,25)
#3B3717
(59,55,23)
#353215
(53,50,21)
#2F2D13
(47,45,19)
#292811
(41,40,17)
#23230F
(35,35,15)
#1D1E0D
(29,30,13)
#17190B
(23,25,11)
#111409
(17,20,9)
#0B0F07
(11,15,7)
#000000
(0,0,0)

Tints of #47411B

#47411B
(71,65,27)
#57522F
(87,82,47)
#676343
(103,99,67)
#777457
(119,116,87)
#87856B
(135,133,107)
#97967F
(151,150,127)
#A7A793
(167,167,147)
#B7B8A7
(183,184,167)
#C7C9BB
(199,201,187)
#D7DACF
(215,218,207)
#E7EBE3
(231,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47411B color. Also use rgb(71,65,27) instead hex code.

Text Font Color

.myTextColor { color: #47411B; }

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

This text font color is #47411B.


Background Color

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

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

This div background color is #47411B.


Border color

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

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

This div border color is #47411B.


Opacity

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

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

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

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

This text has shadow with #47411B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47411B on black background.


Color preview on white background

This text has color #47411B on white background.



Black color preview on #47411B background

This text has black color on #47411B background.


White color preview on #47411B background

This text has white color on #47411B background.