COLOR #002604

HEX: #002604
RGB: (0,38,4)

Renk bilgisi

#002604 contains only green and blue colors. #002604 ‘ nin web güvenlik rengi #003300 (ya da #030) dir.

RGB renk modeli

#002604 color RGB value is (0,38,4).

  • kırmız ton 0;
  • yeşil ton 38;
  • mavi ton 4.
RGB: (0,38,4) (0%,15%,2%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 38 of 255 = 15%
B 4 of 255 = 2%

0
38
4

R + G + B ~ 6%. #002604 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 38 + 4 = 42 (100%)
R 0 of 42 ~ 0%
G 38 of 42 ~ 90.48%
B 4 of 42 ~ 9.52%

%90.48
%9.52

CMYK RENK MODELİ

#002604 rengi CMYK tonu (100,0,89,85).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 89.47%
  • ana renk tonu 85.10%
CMYK: (100,0,89,85) C100M0Y89K85 (100%,0%,89%,85%) (1.00/0.00/0.89/0.85)

CMYK yüzdeleri

%100
%0
%89.47
%85.1

Codes

Color #002604 in popluar color models

002604
RGB0384
HSL126°100.00%7.45%
HSB/HSV126°100.00%14.90%
CMYK100.00%0.00%89.47%
85.10%

Color #002604 in popluar number systems.

HEX002604
Decimal0384
Binary0100110100
Octal0464

Shades and tints

Shades of #002604

#002604
(0,38,4)
#002304
(0,35,4)
#002004
(0,32,4)
#001D04
(0,29,4)
#001A04
(0,26,4)
#001704
(0,23,4)
#001404
(0,20,4)
#001104
(0,17,4)
#000E04
(0,14,4)
#000B04
(0,11,4)
#000804
(0,8,4)
#000000
(0,0,0)

Tints of #002604

#002604
(0,38,4)
#17391A
(23,57,26)
#2E4C30
(46,76,48)
#455F46
(69,95,70)
#5C725C
(92,114,92)
#738572
(115,133,114)
#8A9888
(138,152,136)
#A1AB9E
(161,171,158)
#B8BEB4
(184,190,180)
#CFD1CA
(207,209,202)
#E6E4E0
(230,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002604; }

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

This text font color is #002604.


Background Color

.myBgColor { background-color: #002604; }

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

This div background color is #002604.


Border color

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

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

This div border color is #002604.


Opacity

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

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

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

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

This text has shadow with #002604 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #002604 on black background.


Color preview on white background

This text has color #002604 on white background.



Black color preview on #002604 background

This text has black color on #002604 background.


White color preview on #002604 background

This text has white color on #002604 background.