COLOR #471C2A

HEX: #471C2A
RGB: (71,28,42)

Renk bilgisi

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

RGB renk modeli

#471C2A color RGB value is (71,28,42).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 28 of 255 = 11%
B 42 of 255 = 16%

71
28
42

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 28 + 42 = 141 (100%)
R 71 of 141 ~ 50.35%
G 28 of 141 ~ 19.86%
B 42 of 141 ~ 29.79%

%50.35
%19.86
%29.79

CMYK RENK MODELİ

#471C2A rengi CMYK tonu (0,61,41,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.56%
  • sarı tonu 40.85%
  • ana renk tonu 72.16%
CMYK:
(0,61,41,72)
C0M61Y41K72 
(0%,61%,41%,72%)
(0.00/0.61/0.41/0.72)	

CMYK yüzdeleri

%0
%60.56
%40.85
%72.16

Codes

Color #471C2A in popluar color models

471C2A
RGB712842
HSL340°43.43%19.41%
HSB/HSV340°60.56%27.84%
CMYK0.00%60.56%40.85%
72.16%

Color #471C2A in popluar number systems.

HEX471C2A
Decimal712842
Binary100011111100101010
Octal1073452

Shades and tints

Shades of #471C2A

#471C2A
(71,28,42)
#411A27
(65,26,39)
#3B1824
(59,24,36)
#351621
(53,22,33)
#2F141E
(47,20,30)
#29121B
(41,18,27)
#231018
(35,16,24)
#1D0E15
(29,14,21)
#170C12
(23,12,18)
#110A0F
(17,10,15)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #471C2A

#471C2A
(71,28,42)
#57303D
(87,48,61)
#674450
(103,68,80)
#775863
(119,88,99)
#876C76
(135,108,118)
#978089
(151,128,137)
#A7949C
(167,148,156)
#B7A8AF
(183,168,175)
#C7BCC2
(199,188,194)
#D7D0D5
(215,208,213)
#E7E4E8
(231,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471C2A; }

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

This text font color is #471C2A.


Background Color

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

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

This div background color is #471C2A.


Border color

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

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

This div border color is #471C2A.


Opacity

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

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

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

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

This text has shadow with #471C2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471C2A on black background.


Color preview on white background

This text has color #471C2A on white background.



Black color preview on #471C2A background

This text has black color on #471C2A background.


White color preview on #471C2A background

This text has white color on #471C2A background.