COLOR #780006

HEX: #780006
RGB: (120,0,6)

Renk bilgisi

#780006 contains mainly red color. #780006 ‘ nin web güvenlik rengi #660000 (ya da #600) dir.

RGB renk modeli

#780006 color RGB value is (120,0,6).

  • kırmız ton 120;
  • yeşil ton 0;
  • mavi ton 6.
RGB:
(120,0,6)
(47%,0%,2%)

RGB bağlantıları ve doygunluk

R 120 of 255 = 47%
G 0 of 255 = 0%
B 6 of 255 = 2%

120
0
6

R + G + B ~ 16%. #780006 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
120 + 0 + 6 = 126 (100%)
R 120 of 126 ~ 95.24%
G 0 of 126 ~ 0%
B 6 of 126 ~ 4.76%

%95.24

CMYK RENK MODELİ

#780006 rengi CMYK tonu (0,100,95,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 95.00%
  • ana renk tonu 52.94%
CMYK:
(0,100,95,53)
C0M100Y95K53 
(0%,100%,95%,53%)
(0.00/1.00/0.95/0.53)	

CMYK yüzdeleri

%0
%100
%95
%52.94

Codes

Color #780006 in popluar color models

780006
RGB12006
HSL357°100.00%23.53%
HSB/HSV357°100.00%47.06%
CMYK0.00%100.00%95.00%
52.94%

Color #780006 in popluar number systems.

HEX780006
Decimal12006
Binary11110000110
Octal17006

Shades and tints

Shades of #780006

#780006
(120,0,6)
#6E0006
(110,0,6)
#640006
(100,0,6)
#5A0006
(90,0,6)
#500006
(80,0,6)
#460006
(70,0,6)
#3C0006
(60,0,6)
#320006
(50,0,6)
#280006
(40,0,6)
#1E0006
(30,0,6)
#140006
(20,0,6)
#000000
(0,0,0)

Tints of #780006

#780006
(120,0,6)
#84171C
(132,23,28)
#902E32
(144,46,50)
#9C4548
(156,69,72)
#A85C5E
(168,92,94)
#B47374
(180,115,116)
#C08A8A
(192,138,138)
#CCA1A0
(204,161,160)
#D8B8B6
(216,184,182)
#E4CFCC
(228,207,204)
#F0E6E2
(240,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #780006 color. Also use rgb(120,0,6) instead hex code.

Text Font Color

.myTextColor { color: #780006; }

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

This text font color is #780006.


Background Color

.myBgColor { background-color: #780006; }

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

This div background color is #780006.


Border color

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

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

This div border color is #780006.


Opacity

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

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

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

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

This text has shadow with #780006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #780006 on black background.


Color preview on white background

This text has color #780006 on white background.



Black color preview on #780006 background

This text has black color on #780006 background.


White color preview on #780006 background

This text has white color on #780006 background.