COLOR #471F43

HEX: #471F43
RGB: (71,31,67)

Renk bilgisi

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

RGB renk modeli

#471F43 color RGB value is (71,31,67).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 31 of 255 = 12%
B 67 of 255 = 26%

71
31
67

R + G + B ~ 22%. #471F43 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 31 + 67 = 169 (100%)
R 71 of 169 ~ 42.01%
G 31 of 169 ~ 18.34%
B 67 of 169 ~ 39.64%

%42.01
%18.34
%39.64

CMYK RENK MODELİ

#471F43 rengi CMYK tonu (0,56,6,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.34%
  • sarı tonu 5.63%
  • ana renk tonu 72.16%
CMYK:
(0,56,6,72)
C0M56Y6K72 
(0%,56%,6%,72%)
(0.00/0.56/0.06/0.72)	

CMYK yüzdeleri

%0
%56.34
%5.63
%72.16

Codes

Color #471F43 in popluar color models

471F43
RGB713167
HSL306°39.22%20.00%
HSB/HSV306°56.34%27.84%
CMYK0.00%56.34%5.63%
72.16%

Color #471F43 in popluar number systems.

HEX471F43
Decimal713167
Binary1000111111111000011
Octal10737103

Shades and tints

Shades of #471F43

#471F43
(71,31,67)
#411D3D
(65,29,61)
#3B1B37
(59,27,55)
#351931
(53,25,49)
#2F172B
(47,23,43)
#291525
(41,21,37)
#23131F
(35,19,31)
#1D1119
(29,17,25)
#170F13
(23,15,19)
#110D0D
(17,13,13)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #471F43

#471F43
(71,31,67)
#573354
(87,51,84)
#674765
(103,71,101)
#775B76
(119,91,118)
#876F87
(135,111,135)
#978398
(151,131,152)
#A797A9
(167,151,169)
#B7ABBA
(183,171,186)
#C7BFCB
(199,191,203)
#D7D3DC
(215,211,220)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471F43 color. Also use rgb(71,31,67) instead hex code.

Text Font Color

.myTextColor { color: #471F43; }

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

This text font color is #471F43.


Background Color

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

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

This div background color is #471F43.


Border color

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

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

This div border color is #471F43.


Opacity

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

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

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

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

This text has shadow with #471F43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471F43 on black background.


Color preview on white background

This text has color #471F43 on white background.



Black color preview on #471F43 background

This text has black color on #471F43 background.


White color preview on #471F43 background

This text has white color on #471F43 background.