COLOR #471A0A

HEX: #471A0A
RGB: (71,26,10)

Renk bilgisi

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

RGB renk modeli

#471A0A color RGB value is (71,26,10).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 26 of 255 = 10%
B 10 of 255 = 4%

71
26
10

R + G + B ~ 14%. #471A0A is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 26 + 10 = 107 (100%)
R 71 of 107 ~ 66.36%
G 26 of 107 ~ 24.3%
B 10 of 107 ~ 9.35%

%66.36
%24.3

CMYK RENK MODELİ

#471A0A rengi CMYK tonu (0,63,86,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 63.38%
  • sarı tonu 85.92%
  • ana renk tonu 72.16%
CMYK:
(0,63,86,72)
C0M63Y86K72 
(0%,63%,86%,72%)
(0.00/0.63/0.86/0.72)	

CMYK yüzdeleri

%0
%63.38
%85.92
%72.16

Codes

Color #471A0A in popluar color models

471A0A
RGB712610
HSL16°75.31%15.88%
HSB/HSV16°85.92%27.84%
CMYK0.00%63.38%85.92%
72.16%

Color #471A0A in popluar number systems.

HEX471A0A
Decimal712610
Binary1000111110101010
Octal1073212

Shades and tints

Shades of #471A0A

#471A0A
(71,26,10)
#41180A
(65,24,10)
#3B160A
(59,22,10)
#35140A
(53,20,10)
#2F120A
(47,18,10)
#29100A
(41,16,10)
#230E0A
(35,14,10)
#1D0C0A
(29,12,10)
#170A0A
(23,10,10)
#11080A
(17,8,10)
#0B060A
(11,6,10)
#000000
(0,0,0)

Tints of #471A0A

#471A0A
(71,26,10)
#572E20
(87,46,32)
#674236
(103,66,54)
#77564C
(119,86,76)
#876A62
(135,106,98)
#977E78
(151,126,120)
#A7928E
(167,146,142)
#B7A6A4
(183,166,164)
#C7BABA
(199,186,186)
#D7CED0
(215,206,208)
#E7E2E6
(231,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471A0A color. Also use rgb(71,26,10) instead hex code.

Text Font Color

.myTextColor { color: #471A0A; }

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

This text font color is #471A0A.


Background Color

.myBgColor { background-color: #471A0A; }

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

This div background color is #471A0A.


Border color

.myBorderColor { border: 1px solid #471A0A; }

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

This div border color is #471A0A.


Opacity

.myOpacity80 { color: #471A0A; opacity: 0.8; }

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

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

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

This text has shadow with #471A0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471A0A on black background.


Color preview on white background

This text has color #471A0A on white background.



Black color preview on #471A0A background

This text has black color on #471A0A background.


White color preview on #471A0A background

This text has white color on #471A0A background.