COLOR #471646

HEX: #471646
RGB: (71,22,70)

Renk bilgisi

#471646 contains red, green and blue colors in about the same proportion. #471646 ‘ nin web güvenlik rengi #330033 (ya da #303) dir.

RGB renk modeli

#471646 color RGB value is (71,22,70).

  • kırmız ton 71;
  • yeşil ton 22;
  • mavi ton 70.
RGB:
(71,22,70)
(28%,9%,27%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 22 of 255 = 9%
B 70 of 255 = 27%

71
22
70

R + G + B ~ 21%. #471646 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 22 + 70 = 163 (100%)
R 71 of 163 ~ 43.56%
G 22 of 163 ~ 13.5%
B 70 of 163 ~ 42.94%

%43.56
%13.5
%42.94

CMYK RENK MODELİ

#471646 rengi CMYK tonu (0,69,1,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 69.01%
  • sarı tonu 1.41%
  • ana renk tonu 72.16%
CMYK:
(0,69,1,72)
C0M69Y1K72 
(0%,69%,1%,72%)
(0.00/0.69/0.01/0.72)	

CMYK yüzdeleri

%0
%69.01
%1.41
%72.16

Codes

Color #471646 in popluar color models

471646
RGB712270
HSL301°52.69%18.24%
HSB/HSV301°69.01%27.84%
CMYK0.00%69.01%1.41%
72.16%

Color #471646 in popluar number systems.

HEX471646
Decimal712270
Binary1000111101101000110
Octal10726106

Shades and tints

Shades of #471646

#471646
(71,22,70)
#411440
(65,20,64)
#3B123A
(59,18,58)
#351034
(53,16,52)
#2F0E2E
(47,14,46)
#290C28
(41,12,40)
#230A22
(35,10,34)
#1D081C
(29,8,28)
#170616
(23,6,22)
#110410
(17,4,16)
#0B020A
(11,2,10)
#000000
(0,0,0)

Tints of #471646

#471646
(71,22,70)
#572B56
(87,43,86)
#674066
(103,64,102)
#775576
(119,85,118)
#876A86
(135,106,134)
#977F96
(151,127,150)
#A794A6
(167,148,166)
#B7A9B6
(183,169,182)
#C7BEC6
(199,190,198)
#D7D3D6
(215,211,214)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471646 color. Also use rgb(71,22,70) instead hex code.

Text Font Color

.myTextColor { color: #471646; }

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

This text font color is #471646.


Background Color

.myBgColor { background-color: #471646; }

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

This div background color is #471646.


Border color

.myBorderColor { border: 1px solid #471646; }

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

This div border color is #471646.


Opacity

.myOpacity80 { color: #471646; opacity: 0.8; }

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

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

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

This text has shadow with #471646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471646 on black background.


Color preview on white background

This text has color #471646 on white background.



Black color preview on #471646 background

This text has black color on #471646 background.


White color preview on #471646 background

This text has white color on #471646 background.