COLOR #471F3D

HEX: #471F3D
RGB: (71,31,61)

Renk bilgisi

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

RGB renk modeli

#471F3D color RGB value is (71,31,61).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 31 of 255 = 12%
B 61 of 255 = 24%

71
31
61

R + G + B ~ 21%. #471F3D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 31 + 61 = 163 (100%)
R 71 of 163 ~ 43.56%
G 31 of 163 ~ 19.02%
B 61 of 163 ~ 37.42%

%43.56
%19.02
%37.42

CMYK RENK MODELİ

#471F3D rengi CMYK tonu (0,56,14,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.34%
  • sarı tonu 14.08%
  • ana renk tonu 72.16%
CMYK:
(0,56,14,72)
C0M56Y14K72 
(0%,56%,14%,72%)
(0.00/0.56/0.14/0.72)	

CMYK yüzdeleri

%0
%56.34
%14.08
%72.16

Codes

Color #471F3D in popluar color models

471F3D
RGB713161
HSL315°39.22%20.00%
HSB/HSV315°56.34%27.84%
CMYK0.00%56.34%14.08%
72.16%

Color #471F3D in popluar number systems.

HEX471F3D
Decimal713161
Binary100011111111111101
Octal1073775

Shades and tints

Shades of #471F3D

#471F3D
(71,31,61)
#411D38
(65,29,56)
#3B1B33
(59,27,51)
#35192E
(53,25,46)
#2F1729
(47,23,41)
#291524
(41,21,36)
#23131F
(35,19,31)
#1D111A
(29,17,26)
#170F15
(23,15,21)
#110D10
(17,13,16)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #471F3D

#471F3D
(71,31,61)
#57334E
(87,51,78)
#67475F
(103,71,95)
#775B70
(119,91,112)
#876F81
(135,111,129)
#978392
(151,131,146)
#A797A3
(167,151,163)
#B7ABB4
(183,171,180)
#C7BFC5
(199,191,197)
#D7D3D6
(215,211,214)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471F3D; }

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

This text font color is #471F3D.


Background Color

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

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

This div background color is #471F3D.


Border color

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

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

This div border color is #471F3D.


Opacity

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

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

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

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

This text has shadow with #471F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471F3D on black background.


Color preview on white background

This text has color #471F3D on white background.



Black color preview on #471F3D background

This text has black color on #471F3D background.


White color preview on #471F3D background

This text has white color on #471F3D background.