COLOR #471509

HEX: #471509
RGB: (71,21,9)

Renk bilgisi

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

RGB renk modeli

#471509 color RGB value is (71,21,9).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 21 of 255 = 8%
B 9 of 255 = 4%

71
21
9

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 21 + 9 = 101 (100%)
R 71 of 101 ~ 70.3%
G 21 of 101 ~ 20.79%
B 9 of 101 ~ 8.91%

%70.3
%20.79

CMYK RENK MODELİ

#471509 rengi CMYK tonu (0,70,87,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 70.42%
  • sarı tonu 87.32%
  • ana renk tonu 72.16%
CMYK:
(0,70,87,72)
C0M70Y87K72 
(0%,70%,87%,72%)
(0.00/0.70/0.87/0.72)	

CMYK yüzdeleri

%0
%70.42
%87.32
%72.16

Codes

Color #471509 in popluar color models

471509
RGB71219
HSL12°77.50%15.69%
HSB/HSV12°87.32%27.84%
CMYK0.00%70.42%87.32%
72.16%

Color #471509 in popluar number systems.

HEX471509
Decimal71219
Binary1000111101011001
Octal1072511

Shades and tints

Shades of #471509

#471509
(71,21,9)
#411409
(65,20,9)
#3B1309
(59,19,9)
#351209
(53,18,9)
#2F1109
(47,17,9)
#291009
(41,16,9)
#230F09
(35,15,9)
#1D0E09
(29,14,9)
#170D09
(23,13,9)
#110C09
(17,12,9)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #471509

#471509
(71,21,9)
#572A1F
(87,42,31)
#673F35
(103,63,53)
#77544B
(119,84,75)
#876961
(135,105,97)
#977E77
(151,126,119)
#A7938D
(167,147,141)
#B7A8A3
(183,168,163)
#C7BDB9
(199,189,185)
#D7D2CF
(215,210,207)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471509 color. Also use rgb(71,21,9) instead hex code.

Text Font Color

.myTextColor { color: #471509; }

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

This text font color is #471509.


Background Color

.myBgColor { background-color: #471509; }

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

This div background color is #471509.


Border color

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

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

This div border color is #471509.


Opacity

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

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

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

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

This text has shadow with #471509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471509 on black background.


Color preview on white background

This text has color #471509 on white background.



Black color preview on #471509 background

This text has black color on #471509 background.


White color preview on #471509 background

This text has white color on #471509 background.