COLOR #471400

HEX: #471400
RGB: (71,20,0)

Renk bilgisi

#471400 contains only red and green colors. #471400 ‘ nin web güvenlik rengi #330000 (ya da #300) dir.

RGB renk modeli

#471400 color RGB value is (71,20,0).

  • kırmız ton 71;
  • yeşil ton 20;
  • mavi ton 0.
RGB:
(71,20,0)
(28%,8%,0%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 20 of 255 = 8%
B 0 of 255 = 0%

71
20
0

R + G + B ~ 12%. #471400 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 20 + 0 = 91 (100%)
R 71 of 91 ~ 78.02%
G 20 of 91 ~ 21.98%
B 0 of 91 ~ 0%

%78.02
%21.98

CMYK RENK MODELİ

#471400 rengi CMYK tonu (0,72,100,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 71.83%
  • sarı tonu 100.00%
  • ana renk tonu 72.16%
CMYK:
(0,72,100,72)
C0M72Y100K72 
(0%,72%,100%,72%)
(0.00/0.72/1.00/0.72)	

CMYK yüzdeleri

%0
%71.83
%100
%72.16

Codes

Color #471400 in popluar color models

471400
RGB71200
HSL17°100.00%13.92%
HSB/HSV17°100.00%27.84%
CMYK0.00%71.83%100.00%
72.16%

Color #471400 in popluar number systems.

HEX471400
Decimal71200
Binary1000111101000
Octal107240

Shades and tints

Shades of #471400

#471400
(71,20,0)
#411300
(65,19,0)
#3B1200
(59,18,0)
#351100
(53,17,0)
#2F1000
(47,16,0)
#290F00
(41,15,0)
#230E00
(35,14,0)
#1D0D00
(29,13,0)
#170C00
(23,12,0)
#110B00
(17,11,0)
#0B0A00
(11,10,0)
#000000
(0,0,0)

Tints of #471400

#471400
(71,20,0)
#572917
(87,41,23)
#673E2E
(103,62,46)
#775345
(119,83,69)
#87685C
(135,104,92)
#977D73
(151,125,115)
#A7928A
(167,146,138)
#B7A7A1
(183,167,161)
#C7BCB8
(199,188,184)
#D7D1CF
(215,209,207)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471400 color. Also use rgb(71,20,0) instead hex code.

Text Font Color

.myTextColor { color: #471400; }

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

This text font color is #471400.


Background Color

.myBgColor { background-color: #471400; }

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

This div background color is #471400.


Border color

.myBorderColor { border: 1px solid #471400; }

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

This div border color is #471400.


Opacity

.myOpacity80 { color: #471400; opacity: 0.8; }

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

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

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

This text has shadow with #471400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471400 on black background.


Color preview on white background

This text has color #471400 on white background.



Black color preview on #471400 background

This text has black color on #471400 background.


White color preview on #471400 background

This text has white color on #471400 background.