COLOR #471E34

HEX: #471E34
RGB: (71,30,52)

Renk bilgisi

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

RGB renk modeli

#471E34 color RGB value is (71,30,52).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 30 of 255 = 12%
B 52 of 255 = 20%

71
30
52

R + G + B ~ 20%. #471E34 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 30 + 52 = 153 (100%)
R 71 of 153 ~ 46.41%
G 30 of 153 ~ 19.61%
B 52 of 153 ~ 33.99%

%46.41
%19.61
%33.99

CMYK RENK MODELİ

#471E34 rengi CMYK tonu (0,58,27,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.75%
  • sarı tonu 26.76%
  • ana renk tonu 72.16%
CMYK:
(0,58,27,72)
C0M58Y27K72 
(0%,58%,27%,72%)
(0.00/0.58/0.27/0.72)	

CMYK yüzdeleri

%0
%57.75
%26.76
%72.16

Codes

Color #471E34 in popluar color models

471E34
RGB713052
HSL328°40.59%19.80%
HSB/HSV328°57.75%27.84%
CMYK0.00%57.75%26.76%
72.16%

Color #471E34 in popluar number systems.

HEX471E34
Decimal713052
Binary100011111110110100
Octal1073664

Shades and tints

Shades of #471E34

#471E34
(71,30,52)
#411C30
(65,28,48)
#3B1A2C
(59,26,44)
#351828
(53,24,40)
#2F1624
(47,22,36)
#291420
(41,20,32)
#23121C
(35,18,28)
#1D1018
(29,16,24)
#170E14
(23,14,20)
#110C10
(17,12,16)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #471E34

#471E34
(71,30,52)
#573246
(87,50,70)
#674658
(103,70,88)
#775A6A
(119,90,106)
#876E7C
(135,110,124)
#97828E
(151,130,142)
#A796A0
(167,150,160)
#B7AAB2
(183,170,178)
#C7BEC4
(199,190,196)
#D7D2D6
(215,210,214)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471E34; }

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

This text font color is #471E34.


Background Color

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

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

This div background color is #471E34.


Border color

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

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

This div border color is #471E34.


Opacity

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

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

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

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

This text has shadow with #471E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471E34 on black background.


Color preview on white background

This text has color #471E34 on white background.



Black color preview on #471E34 background

This text has black color on #471E34 background.


White color preview on #471E34 background

This text has white color on #471E34 background.