COLOR #471C2D

HEX: #471C2D
RGB: (71,28,45)

Renk bilgisi

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

RGB renk modeli

#471C2D color RGB value is (71,28,45).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 28 of 255 = 11%
B 45 of 255 = 18%

71
28
45

R + G + B ~ 19%. #471C2D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 28 + 45 = 144 (100%)
R 71 of 144 ~ 49.31%
G 28 of 144 ~ 19.44%
B 45 of 144 ~ 31.25%

%49.31
%19.44
%31.25

CMYK RENK MODELİ

#471C2D rengi CMYK tonu (0,61,37,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.56%
  • sarı tonu 36.62%
  • ana renk tonu 72.16%
CMYK:
(0,61,37,72)
C0M61Y37K72 
(0%,61%,37%,72%)
(0.00/0.61/0.37/0.72)	

CMYK yüzdeleri

%0
%60.56
%36.62
%72.16

Codes

Color #471C2D in popluar color models

471C2D
RGB712845
HSL336°43.43%19.41%
HSB/HSV336°60.56%27.84%
CMYK0.00%60.56%36.62%
72.16%

Color #471C2D in popluar number systems.

HEX471C2D
Decimal712845
Binary100011111100101101
Octal1073455

Shades and tints

Shades of #471C2D

#471C2D
(71,28,45)
#411A29
(65,26,41)
#3B1825
(59,24,37)
#351621
(53,22,33)
#2F141D
(47,20,29)
#291219
(41,18,25)
#231015
(35,16,21)
#1D0E11
(29,14,17)
#170C0D
(23,12,13)
#110A09
(17,10,9)
#0B0805
(11,8,5)
#000000
(0,0,0)

Tints of #471C2D

#471C2D
(71,28,45)
#573040
(87,48,64)
#674453
(103,68,83)
#775866
(119,88,102)
#876C79
(135,108,121)
#97808C
(151,128,140)
#A7949F
(167,148,159)
#B7A8B2
(183,168,178)
#C7BCC5
(199,188,197)
#D7D0D8
(215,208,216)
#E7E4EB
(231,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471C2D; }

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

This text font color is #471C2D.


Background Color

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

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

This div background color is #471C2D.


Border color

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

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

This div border color is #471C2D.


Opacity

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

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

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

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

This text has shadow with #471C2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471C2D on black background.


Color preview on white background

This text has color #471C2D on white background.



Black color preview on #471C2D background

This text has black color on #471C2D background.


White color preview on #471C2D background

This text has white color on #471C2D background.