COLOR #471C38

HEX: #471C38
RGB: (71,28,56)

Renk bilgisi

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

RGB renk modeli

#471C38 color RGB value is (71,28,56).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 28 of 255 = 11%
B 56 of 255 = 22%

71
28
56

R + G + B ~ 20%. #471C38 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 28 + 56 = 155 (100%)
R 71 of 155 ~ 45.81%
G 28 of 155 ~ 18.06%
B 56 of 155 ~ 36.13%

%45.81
%18.06
%36.13

CMYK RENK MODELİ

#471C38 rengi CMYK tonu (0,61,21,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.56%
  • sarı tonu 21.13%
  • ana renk tonu 72.16%
CMYK:
(0,61,21,72)
C0M61Y21K72 
(0%,61%,21%,72%)
(0.00/0.61/0.21/0.72)	

CMYK yüzdeleri

%0
%60.56
%21.13
%72.16

Codes

Color #471C38 in popluar color models

471C38
RGB712856
HSL321°43.43%19.41%
HSB/HSV321°60.56%27.84%
CMYK0.00%60.56%21.13%
72.16%

Color #471C38 in popluar number systems.

HEX471C38
Decimal712856
Binary100011111100111000
Octal1073470

Shades and tints

Shades of #471C38

#471C38
(71,28,56)
#411A33
(65,26,51)
#3B182E
(59,24,46)
#351629
(53,22,41)
#2F1424
(47,20,36)
#29121F
(41,18,31)
#23101A
(35,16,26)
#1D0E15
(29,14,21)
#170C10
(23,12,16)
#110A0B
(17,10,11)
#0B0806
(11,8,6)
#000000
(0,0,0)

Tints of #471C38

#471C38
(71,28,56)
#57304A
(87,48,74)
#67445C
(103,68,92)
#77586E
(119,88,110)
#876C80
(135,108,128)
#978092
(151,128,146)
#A794A4
(167,148,164)
#B7A8B6
(183,168,182)
#C7BCC8
(199,188,200)
#D7D0DA
(215,208,218)
#E7E4EC
(231,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471C38; }

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

This text font color is #471C38.


Background Color

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

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

This div background color is #471C38.


Border color

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

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

This div border color is #471C38.


Opacity

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

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

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

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

This text has shadow with #471C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471C38 on black background.


Color preview on white background

This text has color #471C38 on white background.



Black color preview on #471C38 background

This text has black color on #471C38 background.


White color preview on #471C38 background

This text has white color on #471C38 background.