COLOR #000704

HEX: #000704 RGB: (0,7,4)

Renk bilgisi

#000704 contains only green and blue colors. #000704 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#000704 color RGB value is (0,7,4).

RGB: (0,7,4) (0%, 3%, 2%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 7 of 255 = 3%
B 4 of 255 = 2%

0
7
4

R + G + B ~ 2%. #000704 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B = 0 + 7 + 4 = 11 (100%)
R 0 of 11 ~ 0%
G 7 of 11 ~ 63.64%
B 4 of 11 ~ 36.36'%

%63.64
%36.36

CMYK RENK MODELİ

#000704 rengi CMYK tonu (100,0,43,97).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 42.86%
  • ana renk tonu 97.25%

CMYK: (100,0,43,97)
C100M0Y43K97 (100%, 0%, 43%, 97%)
(1.00 / 0.00 / 0.43 / 0.97)

CMYK yüzdeleri

%100
%0
%42.86
%97.25

Codes

Color #000704 in popluar color models

00 07 04
RGB 0 7 4
HSL 154° 100.00% 1.37%
HSB/HSV 154° 100.00% 2.75%
CMYK 100.00% 0.00% 42.86%
97.25%

Color #000704 in popluar number systems.

HEX 00 07 04
Decimal 0 7 4
Binary 0 111 100
Octal 0 7 4

Shades and tints

Tints of #000704

#000704
(0,7,4)
#171D1A
(23,29,26)
#2E3330
(46,51,48)
#454946
(69,73,70)
#5C5F5C
(92,95,92)
#737572
(115,117,114)
#8A8B88
(138,139,136)
#A1A19E
(161,161,158)
#B8B7B4
(184,183,180)
#CFCDCA
(207,205,202)
#E6E3E0
(230,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000704; }

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

This text font color is #000704.

Background Color

.myBgColor { background-color: #000704; }

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

This div background color is #000704.

Border color

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

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

This div border color is #000704.

Opacity

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

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

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

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

This text has shadow with #000704 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #000704.

Preview

Color preview on black background

This text has color #000704 on black background.


Color preview on white background

This text has color #000704 on white background.


Black color preview on #000704 background

This text has black color on #000704 background.


White color preview on #000704 background

This text has white color on #000704 background.


Related colors

Complementary color

Complementary color for #hex is #FFF8FB.


I love getcolorcode.com

Triadic colors

1 #040007 and #070400 with #000704 are triadic colors.

2 #040700 and #070004 with #000704 are triadic colors.