COLOR #471E4D

HEX: #471E4D
RGB: (71,30,77)

Renk bilgisi

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

RGB renk modeli

#471E4D color RGB value is (71,30,77).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 30 of 255 = 12%
B 77 of 255 = 30%

71
30
77

R + G + B ~ 23%. #471E4D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 30 + 77 = 178 (100%)
R 71 of 178 ~ 39.89%
G 30 of 178 ~ 16.85%
B 77 of 178 ~ 43.26%

%39.89
%16.85
%43.26

CMYK RENK MODELİ

#471E4D rengi CMYK tonu (8,61,0,70).

  • camgöbeği tonu 7.79%
  • eflatun tonu 61.04%
  • sarı tonu 0.00%
  • ana renk tonu 69.80%
CMYK:
(8,61,0,70)
C8M61Y0K70 
(8%,61%,0%,70%)
(0.08/0.61/0.00/0.70)	

CMYK yüzdeleri

%7.79
%61.04
%0
%69.8

Codes

Color #471E4D in popluar color models

471E4D
RGB713077
HSL292°43.93%20.98%
HSB/HSV292°61.04%30.20%
CMYK7.79%61.04%0.00%
69.80%

Color #471E4D in popluar number systems.

HEX471E4D
Decimal713077
Binary1000111111101001101
Octal10736115

Shades and tints

Shades of #471E4D

#471E4D
(71,30,77)
#411C46
(65,28,70)
#3B1A3F
(59,26,63)
#351838
(53,24,56)
#2F1631
(47,22,49)
#29142A
(41,20,42)
#231223
(35,18,35)
#1D101C
(29,16,28)
#170E15
(23,14,21)
#110C0E
(17,12,14)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #471E4D

#471E4D
(71,30,77)
#57325D
(87,50,93)
#67466D
(103,70,109)
#775A7D
(119,90,125)
#876E8D
(135,110,141)
#97829D
(151,130,157)
#A796AD
(167,150,173)
#B7AABD
(183,170,189)
#C7BECD
(199,190,205)
#D7D2DD
(215,210,221)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471E4D; }

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

This text font color is #471E4D.


Background Color

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

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

This div background color is #471E4D.


Border color

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

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

This div border color is #471E4D.


Opacity

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

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

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

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

This text has shadow with #471E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471E4D on black background.


Color preview on white background

This text has color #471E4D on white background.



Black color preview on #471E4D background

This text has black color on #471E4D background.


White color preview on #471E4D background

This text has white color on #471E4D background.