COLOR #47541F

HEX: #47541F
RGB: (71,84,31)

Renk bilgisi

#47541F contains red, green and blue colors in about the same proportion. #47541F ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#47541F color RGB value is (71,84,31).

  • kırmız ton 71;
  • yeşil ton 84;
  • mavi ton 31.
RGB:
(71,84,31)
(28%,33%,12%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 84 of 255 = 33%
B 31 of 255 = 12%

71
84
31

R + G + B ~ 24%. #47541F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 84 + 31 = 186 (100%)
R 71 of 186 ~ 38.17%
G 84 of 186 ~ 45.16%
B 31 of 186 ~ 16.67%

%38.17
%45.16
%16.67

CMYK RENK MODELİ

#47541F rengi CMYK tonu (15,0,63,67).

  • camgöbeği tonu 15.48%
  • eflatun tonu 0.00%
  • sarı tonu 63.10%
  • ana renk tonu 67.06%
CMYK:
(15,0,63,67)
C15M0Y63K67 
(15%,0%,63%,67%)
(0.15/0.00/0.63/0.67)	

CMYK yüzdeleri

%15.48
%0
%63.1
%67.06

Codes

Color #47541F in popluar color models

47541F
RGB718431
HSL75°46.09%22.55%
HSB/HSV75°63.10%32.94%
CMYK15.48%0.00%63.10%
67.06%

Color #47541F in popluar number systems.

HEX47541F
Decimal718431
Binary1000111101010011111
Octal10712437

Shades and tints

Shades of #47541F

#47541F
(71,84,31)
#414D1D
(65,77,29)
#3B461B
(59,70,27)
#353F19
(53,63,25)
#2F3817
(47,56,23)
#293115
(41,49,21)
#232A13
(35,42,19)
#1D2311
(29,35,17)
#171C0F
(23,28,15)
#11150D
(17,21,13)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #47541F

#47541F
(71,84,31)
#576333
(87,99,51)
#677247
(103,114,71)
#77815B
(119,129,91)
#87906F
(135,144,111)
#979F83
(151,159,131)
#A7AE97
(167,174,151)
#B7BDAB
(183,189,171)
#C7CCBF
(199,204,191)
#D7DBD3
(215,219,211)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47541F color. Also use rgb(71,84,31) instead hex code.

Text Font Color

.myTextColor { color: #47541F; }

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

This text font color is #47541F.


Background Color

.myBgColor { background-color: #47541F; }

<div style="background-color:#47541F">Inner text</div>

This div background color is #47541F.


Border color

.myBorderColor { border: 1px solid #47541F; }

<div style="border:3px solid #47541F">Div</div>

This div border color is #47541F.


Opacity

.myOpacity80 { color: #47541F; opacity: 0.8; }

<p style="color:#47541F;opacity:0.8;">80%</p>

Text with #47541F 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 #47541F;}

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

This text has shadow with #47541F color.

.textShadow {text-shadow: 3px 3px 1px #47541F, 3px 3px 1px red;}

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

This text has shadow with #47541F primary color and red secondary color.


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

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

This text has shadow with #47541F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47541F on black background.


Color preview on white background

This text has color #47541F on white background.



Black color preview on #47541F background

This text has black color on #47541F background.


White color preview on #47541F background

This text has white color on #47541F background.