COLOR #471405

HEX: #471405
RGB: (71,20,5)

Renk bilgisi

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

RGB renk modeli

#471405 color RGB value is (71,20,5).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 20 of 255 = 8%
B 5 of 255 = 2%

71
20
5

R + G + B ~ 13%. #471405 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 20 + 5 = 96 (100%)
R 71 of 96 ~ 73.96%
G 20 of 96 ~ 20.83%
B 5 of 96 ~ 5.21%

%73.96
%20.83

CMYK RENK MODELİ

#471405 rengi CMYK tonu (0,72,93,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 71.83%
  • sarı tonu 92.96%
  • ana renk tonu 72.16%
CMYK:
(0,72,93,72)
C0M72Y93K72 
(0%,72%,93%,72%)
(0.00/0.72/0.93/0.72)	

CMYK yüzdeleri

%0
%71.83
%92.96
%72.16

Codes

Color #471405 in popluar color models

471405
RGB71205
HSL14°86.84%14.90%
HSB/HSV14°92.96%27.84%
CMYK0.00%71.83%92.96%
72.16%

Color #471405 in popluar number systems.

HEX471405
Decimal71205
Binary100011110100101
Octal107245

Shades and tints

Shades of #471405

#471405
(71,20,5)
#411305
(65,19,5)
#3B1205
(59,18,5)
#351105
(53,17,5)
#2F1005
(47,16,5)
#290F05
(41,15,5)
#230E05
(35,14,5)
#1D0D05
(29,13,5)
#170C05
(23,12,5)
#110B05
(17,11,5)
#0B0A05
(11,10,5)
#000000
(0,0,0)

Tints of #471405

#471405
(71,20,5)
#57291B
(87,41,27)
#673E31
(103,62,49)
#775347
(119,83,71)
#87685D
(135,104,93)
#977D73
(151,125,115)
#A79289
(167,146,137)
#B7A79F
(183,167,159)
#C7BCB5
(199,188,181)
#D7D1CB
(215,209,203)
#E7E6E1
(231,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471405; }

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

This text font color is #471405.


Background Color

.myBgColor { background-color: #471405; }

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

This div background color is #471405.


Border color

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

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

This div border color is #471405.


Opacity

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

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

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

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

This text has shadow with #471405 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471405 on black background.


Color preview on white background

This text has color #471405 on white background.



Black color preview on #471405 background

This text has black color on #471405 background.


White color preview on #471405 background

This text has white color on #471405 background.