COLOR #471628

HEX: #471628
RGB: (71,22,40)

Renk bilgisi

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

RGB renk modeli

#471628 color RGB value is (71,22,40).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 22 of 255 = 9%
B 40 of 255 = 16%

71
22
40

R + G + B ~ 18%. #471628 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 22 + 40 = 133 (100%)
R 71 of 133 ~ 53.38%
G 22 of 133 ~ 16.54%
B 40 of 133 ~ 30.08%

%53.38
%16.54
%30.08

CMYK RENK MODELİ

#471628 rengi CMYK tonu (0,69,44,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 69.01%
  • sarı tonu 43.66%
  • ana renk tonu 72.16%
CMYK:
(0,69,44,72)
C0M69Y44K72 
(0%,69%,44%,72%)
(0.00/0.69/0.44/0.72)	

CMYK yüzdeleri

%0
%69.01
%43.66
%72.16

Codes

Color #471628 in popluar color models

471628
RGB712240
HSL338°52.69%18.24%
HSB/HSV338°69.01%27.84%
CMYK0.00%69.01%43.66%
72.16%

Color #471628 in popluar number systems.

HEX471628
Decimal712240
Binary100011110110101000
Octal1072650

Shades and tints

Shades of #471628

#471628
(71,22,40)
#411425
(65,20,37)
#3B1222
(59,18,34)
#35101F
(53,16,31)
#2F0E1C
(47,14,28)
#290C19
(41,12,25)
#230A16
(35,10,22)
#1D0813
(29,8,19)
#170610
(23,6,16)
#11040D
(17,4,13)
#0B020A
(11,2,10)
#000000
(0,0,0)

Tints of #471628

#471628
(71,22,40)
#572B3B
(87,43,59)
#67404E
(103,64,78)
#775561
(119,85,97)
#876A74
(135,106,116)
#977F87
(151,127,135)
#A7949A
(167,148,154)
#B7A9AD
(183,169,173)
#C7BEC0
(199,190,192)
#D7D3D3
(215,211,211)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471628; }

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

This text font color is #471628.


Background Color

.myBgColor { background-color: #471628; }

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

This div background color is #471628.


Border color

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

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

This div border color is #471628.


Opacity

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

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

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

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

This text has shadow with #471628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471628 on black background.


Color preview on white background

This text has color #471628 on white background.



Black color preview on #471628 background

This text has black color on #471628 background.


White color preview on #471628 background

This text has white color on #471628 background.