COLOR #471A2A

HEX: #471A2A
RGB: (71,26,42)

Renk bilgisi

#471A2A contains red, green and blue colors in about the same proportion. #471A2A ‘ nin web güvenlik rengi #330033 (ya da #303) dir.

RGB renk modeli

#471A2A color RGB value is (71,26,42).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 26 of 255 = 10%
B 42 of 255 = 16%

71
26
42

R + G + B ~ 18%. #471A2A is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 26 + 42 = 139 (100%)
R 71 of 139 ~ 51.08%
G 26 of 139 ~ 18.71%
B 42 of 139 ~ 30.22%

%51.08
%18.71
%30.22

CMYK RENK MODELİ

#471A2A rengi CMYK tonu (0,63,41,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 63.38%
  • sarı tonu 40.85%
  • ana renk tonu 72.16%
CMYK:
(0,63,41,72)
C0M63Y41K72 
(0%,63%,41%,72%)
(0.00/0.63/0.41/0.72)	

CMYK yüzdeleri

%0
%63.38
%40.85
%72.16

Codes

Color #471A2A in popluar color models

471A2A
RGB712642
HSL339°46.39%19.02%
HSB/HSV339°63.38%27.84%
CMYK0.00%63.38%40.85%
72.16%

Color #471A2A in popluar number systems.

HEX471A2A
Decimal712642
Binary100011111010101010
Octal1073252

Shades and tints

Shades of #471A2A

#471A2A
(71,26,42)
#411827
(65,24,39)
#3B1624
(59,22,36)
#351421
(53,20,33)
#2F121E
(47,18,30)
#29101B
(41,16,27)
#230E18
(35,14,24)
#1D0C15
(29,12,21)
#170A12
(23,10,18)
#11080F
(17,8,15)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #471A2A

#471A2A
(71,26,42)
#572E3D
(87,46,61)
#674250
(103,66,80)
#775663
(119,86,99)
#876A76
(135,106,118)
#977E89
(151,126,137)
#A7929C
(167,146,156)
#B7A6AF
(183,166,175)
#C7BAC2
(199,186,194)
#D7CED5
(215,206,213)
#E7E2E8
(231,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471A2A; }

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

This text font color is #471A2A.


Background Color

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

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

This div background color is #471A2A.


Border color

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

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

This div border color is #471A2A.


Opacity

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

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

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

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

This text has shadow with #471A2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471A2A on black background.


Color preview on white background

This text has color #471A2A on white background.



Black color preview on #471A2A background

This text has black color on #471A2A background.


White color preview on #471A2A background

This text has white color on #471A2A background.