COLOR #470707

HEX: #470707
RGB: (71,7,7)

Renk bilgisi

#470707 contains mainly red color. #470707 ‘ nin web güvenlik rengi #330000 (ya da #300) dir.

RGB renk modeli

#470707 color RGB value is (71,7,7).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 7 of 255 = 3%
B 7 of 255 = 3%

71
7
7

R + G + B ~ 11%. #470707 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 7 + 7 = 85 (100%)
R 71 of 85 ~ 83.53%
G 7 of 85 ~ 8.24%
B 7 of 85 ~ 8.24%

%83.53

CMYK RENK MODELİ

#470707 rengi CMYK tonu (0,90,90,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 90.14%
  • sarı tonu 90.14%
  • ana renk tonu 72.16%
CMYK:
(0,90,90,72)
C0M90Y90K72 
(0%,90%,90%,72%)
(0.00/0.90/0.90/0.72)	

CMYK yüzdeleri

%0
%90.14
%90.14
%72.16

Codes

Color #470707 in popluar color models

470707
RGB7177
HSL82.05%15.29%
HSB/HSV90.14%27.84%
CMYK0.00%90.14%90.14%
72.16%

Color #470707 in popluar number systems.

HEX470707
Decimal7177
Binary1000111111111
Octal10777

Shades and tints

Shades of #470707

#470707
(71,7,7)
#410707
(65,7,7)
#3B0707
(59,7,7)
#350707
(53,7,7)
#2F0707
(47,7,7)
#290707
(41,7,7)
#230707
(35,7,7)
#1D0707
(29,7,7)
#170707
(23,7,7)
#110707
(17,7,7)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #470707

#470707
(71,7,7)
#571D1D
(87,29,29)
#673333
(103,51,51)
#774949
(119,73,73)
#875F5F
(135,95,95)
#977575
(151,117,117)
#A78B8B
(167,139,139)
#B7A1A1
(183,161,161)
#C7B7B7
(199,183,183)
#D7CDCD
(215,205,205)
#E7E3E3
(231,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #470707; }

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

This text font color is #470707.


Background Color

.myBgColor { background-color: #470707; }

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

This div background color is #470707.


Border color

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

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

This div border color is #470707.


Opacity

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

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

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

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

This text has shadow with #470707 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470707 on black background.


Color preview on white background

This text has color #470707 on white background.



Black color preview on #470707 background

This text has black color on #470707 background.


White color preview on #470707 background

This text has white color on #470707 background.