COLOR #471D4B

HEX: #471D4B
RGB: (71,29,75)

Renk bilgisi

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

RGB renk modeli

#471D4B color RGB value is (71,29,75).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 29 of 255 = 11%
B 75 of 255 = 29%

71
29
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 29 + 75 = 175 (100%)
R 71 of 175 ~ 40.57%
G 29 of 175 ~ 16.57%
B 75 of 175 ~ 42.86%

%40.57
%16.57
%42.86

CMYK RENK MODELİ

#471D4B rengi CMYK tonu (5,61,0,71).

  • camgöbeği tonu 5.33%
  • eflatun tonu 61.33%
  • sarı tonu 0.00%
  • ana renk tonu 70.59%
CMYK:
(5,61,0,71)
C5M61Y0K71 
(5%,61%,0%,71%)
(0.05/0.61/0.00/0.71)	

CMYK yüzdeleri

%5.33
%61.33
%0
%70.59

Codes

Color #471D4B in popluar color models

471D4B
RGB712975
HSL295°44.23%20.39%
HSB/HSV295°61.33%29.41%
CMYK5.33%61.33%0.00%
70.59%

Color #471D4B in popluar number systems.

HEX471D4B
Decimal712975
Binary1000111111011001011
Octal10735113

Shades and tints

Shades of #471D4B

#471D4B
(71,29,75)
#411B45
(65,27,69)
#3B193F
(59,25,63)
#351739
(53,23,57)
#2F1533
(47,21,51)
#29132D
(41,19,45)
#231127
(35,17,39)
#1D0F21
(29,15,33)
#170D1B
(23,13,27)
#110B15
(17,11,21)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #471D4B

#471D4B
(71,29,75)
#57315B
(87,49,91)
#67456B
(103,69,107)
#77597B
(119,89,123)
#876D8B
(135,109,139)
#97819B
(151,129,155)
#A795AB
(167,149,171)
#B7A9BB
(183,169,187)
#C7BDCB
(199,189,203)
#D7D1DB
(215,209,219)
#E7E5EB
(231,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471D4B; }

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

This text font color is #471D4B.


Background Color

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

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

This div background color is #471D4B.


Border color

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

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

This div border color is #471D4B.


Opacity

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

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

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

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

This text has shadow with #471D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471D4B on black background.


Color preview on white background

This text has color #471D4B on white background.



Black color preview on #471D4B background

This text has black color on #471D4B background.


White color preview on #471D4B background

This text has white color on #471D4B background.