COLOR #470137

HEX: #470137
RGB: (71,1,55)

Renk bilgisi

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

RGB renk modeli

#470137 color RGB value is (71,1,55).

  • kırmız ton 71;
  • yeşil ton 1;
  • mavi ton 55.
RGB:
(71,1,55)
(28%,0%,22%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 1 of 255 = 0%
B 55 of 255 = 22%

71
1
55

R + G + B ~ 17%. #470137 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 1 + 55 = 127 (100%)
R 71 of 127 ~ 55.91%
G 1 of 127 ~ 0.79%
B 55 of 127 ~ 43.31%

%55.91
%43.31

CMYK RENK MODELİ

#470137 rengi CMYK tonu (0,99,23,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 98.59%
  • sarı tonu 22.54%
  • ana renk tonu 72.16%
CMYK:
(0,99,23,72)
C0M99Y23K72 
(0%,99%,23%,72%)
(0.00/0.99/0.23/0.72)	

CMYK yüzdeleri

%0
%98.59
%22.54
%72.16

Codes

Color #470137 in popluar color models

470137
RGB71155
HSL314°97.22%14.12%
HSB/HSV314°98.59%27.84%
CMYK0.00%98.59%22.54%
72.16%

Color #470137 in popluar number systems.

HEX470137
Decimal71155
Binary10001111110111
Octal107167

Shades and tints

Shades of #470137

#470137
(71,1,55)
#410132
(65,1,50)
#3B012D
(59,1,45)
#350128
(53,1,40)
#2F0123
(47,1,35)
#29011E
(41,1,30)
#230119
(35,1,25)
#1D0114
(29,1,20)
#17010F
(23,1,15)
#11010A
(17,1,10)
#0B0105
(11,1,5)
#000000
(0,0,0)

Tints of #470137

#470137
(71,1,55)
#571849
(87,24,73)
#672F5B
(103,47,91)
#77466D
(119,70,109)
#875D7F
(135,93,127)
#977491
(151,116,145)
#A78BA3
(167,139,163)
#B7A2B5
(183,162,181)
#C7B9C7
(199,185,199)
#D7D0D9
(215,208,217)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470137 color. Also use rgb(71,1,55) instead hex code.

Text Font Color

.myTextColor { color: #470137; }

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

This text font color is #470137.


Background Color

.myBgColor { background-color: #470137; }

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

This div background color is #470137.


Border color

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

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

This div border color is #470137.


Opacity

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

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

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

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

This text has shadow with #470137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470137 on black background.


Color preview on white background

This text has color #470137 on white background.



Black color preview on #470137 background

This text has black color on #470137 background.


White color preview on #470137 background

This text has white color on #470137 background.