COLOR #470628

HEX: #470628
RGB: (71,6,40)

Renk bilgisi

#470628 contains mainly red and blue colors. #470628 ‘ nin web güvenlik rengi #330033 (ya da #303) dir.

RGB renk modeli

#470628 color RGB value is (71,6,40).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 6 of 255 = 2%
B 40 of 255 = 16%

71
6
40

R + G + B ~ 15%. #470628 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 6 + 40 = 117 (100%)
R 71 of 117 ~ 60.68%
G 6 of 117 ~ 5.13%
B 40 of 117 ~ 34.19%

%60.68
%34.19

CMYK RENK MODELİ

#470628 rengi CMYK tonu (0,92,44,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 91.55%
  • sarı tonu 43.66%
  • ana renk tonu 72.16%
CMYK:
(0,92,44,72)
C0M92Y44K72 
(0%,92%,44%,72%)
(0.00/0.92/0.44/0.72)	

CMYK yüzdeleri

%0
%91.55
%43.66
%72.16

Codes

Color #470628 in popluar color models

470628
RGB71640
HSL329°84.42%15.10%
HSB/HSV329°91.55%27.84%
CMYK0.00%91.55%43.66%
72.16%

Color #470628 in popluar number systems.

HEX470628
Decimal71640
Binary1000111110101000
Octal107650

Shades and tints

Shades of #470628

#470628
(71,6,40)
#410625
(65,6,37)
#3B0622
(59,6,34)
#35061F
(53,6,31)
#2F061C
(47,6,28)
#290619
(41,6,25)
#230616
(35,6,22)
#1D0613
(29,6,19)
#170610
(23,6,16)
#11060D
(17,6,13)
#0B060A
(11,6,10)
#000000
(0,0,0)

Tints of #470628

#470628
(71,6,40)
#571C3B
(87,28,59)
#67324E
(103,50,78)
#774861
(119,72,97)
#875E74
(135,94,116)
#977487
(151,116,135)
#A78A9A
(167,138,154)
#B7A0AD
(183,160,173)
#C7B6C0
(199,182,192)
#D7CCD3
(215,204,211)
#E7E2E6
(231,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #470628; }

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

This text font color is #470628.


Background Color

.myBgColor { background-color: #470628; }

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

This div background color is #470628.


Border color

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

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

This div border color is #470628.


Opacity

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

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

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

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

This text has shadow with #470628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470628 on black background.


Color preview on white background

This text has color #470628 on white background.



Black color preview on #470628 background

This text has black color on #470628 background.


White color preview on #470628 background

This text has white color on #470628 background.