COLOR #471D5F

HEX: #471D5F
RGB: (71,29,95)

Renk bilgisi

#471D5F contains mainly red and blue colors. #471D5F ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#471D5F color RGB value is (71,29,95).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 29 of 255 = 11%
B 95 of 255 = 37%

71
29
95

R + G + B ~ 25%. #471D5F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 29 + 95 = 195 (100%)
R 71 of 195 ~ 36.41%
G 29 of 195 ~ 14.87%
B 95 of 195 ~ 48.72%

%36.41
%14.87
%48.72

CMYK RENK MODELİ

#471D5F rengi CMYK tonu (25,69,0,63).

  • camgöbeği tonu 25.26%
  • eflatun tonu 69.47%
  • sarı tonu 0.00%
  • ana renk tonu 62.75%
CMYK:
(25,69,0,63)
C25M69Y0K63 
(25%,69%,0%,63%)
(0.25/0.69/0.00/0.63)	

CMYK yüzdeleri

%25.26
%69.47
%0
%62.75

Codes

Color #471D5F in popluar color models

471D5F
RGB712995
HSL278°53.23%24.31%
HSB/HSV278°69.47%37.25%
CMYK25.26%69.47%0.00%
62.75%

Color #471D5F in popluar number systems.

HEX471D5F
Decimal712995
Binary1000111111011011111
Octal10735137

Shades and tints

Shades of #471D5F

#471D5F
(71,29,95)
#411B57
(65,27,87)
#3B194F
(59,25,79)
#351747
(53,23,71)
#2F153F
(47,21,63)
#291337
(41,19,55)
#23112F
(35,17,47)
#1D0F27
(29,15,39)
#170D1F
(23,13,31)
#110B17
(17,11,23)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #471D5F

#471D5F
(71,29,95)
#57316D
(87,49,109)
#67457B
(103,69,123)
#775989
(119,89,137)
#876D97
(135,109,151)
#9781A5
(151,129,165)
#A795B3
(167,149,179)
#B7A9C1
(183,169,193)
#C7BDCF
(199,189,207)
#D7D1DD
(215,209,221)
#E7E5EB
(231,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471D5F color. Also use rgb(71,29,95) instead hex code.

Text Font Color

.myTextColor { color: #471D5F; }

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

This text font color is #471D5F.


Background Color

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

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

This div background color is #471D5F.


Border color

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

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

This div border color is #471D5F.


Opacity

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

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

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

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

This text has shadow with #471D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471D5F on black background.


Color preview on white background

This text has color #471D5F on white background.



Black color preview on #471D5F background

This text has black color on #471D5F background.


White color preview on #471D5F background

This text has white color on #471D5F background.