COLOR #471F2A

HEX: #471F2A
RGB: (71,31,42)

Renk bilgisi

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

RGB renk modeli

#471F2A color RGB value is (71,31,42).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 31 of 255 = 12%
B 42 of 255 = 16%

71
31
42

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 31 + 42 = 144 (100%)
R 71 of 144 ~ 49.31%
G 31 of 144 ~ 21.53%
B 42 of 144 ~ 29.17%

%49.31
%21.53
%29.17

CMYK RENK MODELİ

#471F2A rengi CMYK tonu (0,56,41,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.34%
  • sarı tonu 40.85%
  • ana renk tonu 72.16%
CMYK:
(0,56,41,72)
C0M56Y41K72 
(0%,56%,41%,72%)
(0.00/0.56/0.41/0.72)	

CMYK yüzdeleri

%0
%56.34
%40.85
%72.16

Codes

Color #471F2A in popluar color models

471F2A
RGB713142
HSL344°39.22%20.00%
HSB/HSV344°56.34%27.84%
CMYK0.00%56.34%40.85%
72.16%

Color #471F2A in popluar number systems.

HEX471F2A
Decimal713142
Binary100011111111101010
Octal1073752

Shades and tints

Shades of #471F2A

#471F2A
(71,31,42)
#411D27
(65,29,39)
#3B1B24
(59,27,36)
#351921
(53,25,33)
#2F171E
(47,23,30)
#29151B
(41,21,27)
#231318
(35,19,24)
#1D1115
(29,17,21)
#170F12
(23,15,18)
#110D0F
(17,13,15)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #471F2A

#471F2A
(71,31,42)
#57333D
(87,51,61)
#674750
(103,71,80)
#775B63
(119,91,99)
#876F76
(135,111,118)
#978389
(151,131,137)
#A7979C
(167,151,156)
#B7ABAF
(183,171,175)
#C7BFC2
(199,191,194)
#D7D3D5
(215,211,213)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471F2A; }

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

This text font color is #471F2A.


Background Color

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

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

This div background color is #471F2A.


Border color

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

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

This div border color is #471F2A.


Opacity

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

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

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

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

This text has shadow with #471F2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471F2A on black background.


Color preview on white background

This text has color #471F2A on white background.



Black color preview on #471F2A background

This text has black color on #471F2A background.


White color preview on #471F2A background

This text has white color on #471F2A background.