COLOR #471E27

HEX: #471E27
RGB: (71,30,39)

Renk bilgisi

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

RGB renk modeli

#471E27 color RGB value is (71,30,39).

  • kırmız ton 71;
  • yeşil ton 30;
  • mavi ton 39.
RGB:
(71,30,39)
(28%,12%,15%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 30 of 255 = 12%
B 39 of 255 = 15%

71
30
39

R + G + B ~ 18%. #471E27 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 30 + 39 = 140 (100%)
R 71 of 140 ~ 50.71%
G 30 of 140 ~ 21.43%
B 39 of 140 ~ 27.86%

%50.71
%21.43
%27.86

CMYK RENK MODELİ

#471E27 rengi CMYK tonu (0,58,45,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.75%
  • sarı tonu 45.07%
  • ana renk tonu 72.16%
CMYK:
(0,58,45,72)
C0M58Y45K72 
(0%,58%,45%,72%)
(0.00/0.58/0.45/0.72)	

CMYK yüzdeleri

%0
%57.75
%45.07
%72.16

Codes

Color #471E27 in popluar color models

471E27
RGB713039
HSL347°40.59%19.80%
HSB/HSV347°57.75%27.84%
CMYK0.00%57.75%45.07%
72.16%

Color #471E27 in popluar number systems.

HEX471E27
Decimal713039
Binary100011111110100111
Octal1073647

Shades and tints

Shades of #471E27

#471E27
(71,30,39)
#411C24
(65,28,36)
#3B1A21
(59,26,33)
#35181E
(53,24,30)
#2F161B
(47,22,27)
#291418
(41,20,24)
#231215
(35,18,21)
#1D1012
(29,16,18)
#170E0F
(23,14,15)
#110C0C
(17,12,12)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #471E27

#471E27
(71,30,39)
#57323A
(87,50,58)
#67464D
(103,70,77)
#775A60
(119,90,96)
#876E73
(135,110,115)
#978286
(151,130,134)
#A79699
(167,150,153)
#B7AAAC
(183,170,172)
#C7BEBF
(199,190,191)
#D7D2D2
(215,210,210)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471E27 color. Also use rgb(71,30,39) instead hex code.

Text Font Color

.myTextColor { color: #471E27; }

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

This text font color is #471E27.


Background Color

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

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

This div background color is #471E27.


Border color

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

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

This div border color is #471E27.


Opacity

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

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

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

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

This text has shadow with #471E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471E27 on black background.


Color preview on white background

This text has color #471E27 on white background.



Black color preview on #471E27 background

This text has black color on #471E27 background.


White color preview on #471E27 background

This text has white color on #471E27 background.