COLOR #002605

HEX: #002605
RGB: (0,38,5)

Renk bilgisi

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

RGB renk modeli

#002605 color RGB value is (0,38,5).

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

RGB bağlantıları ve doygunluk

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

0
38
5

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 38 + 5 = 43 (100%)
R 0 of 43 ~ 0%
G 38 of 43 ~ 88.37%
B 5 of 43 ~ 11.63%

%88.37
%11.63

CMYK RENK MODELİ

#002605 rengi CMYK tonu (100,0,87,85).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 86.84%
  • ana renk tonu 85.10%
CMYK:
(100,0,87,85)
C100M0Y87K85 
(100%,0%,87%,85%)
(1.00/0.00/0.87/0.85)	

CMYK yüzdeleri

%100
%0
%86.84
%85.1

Codes

Color #002605 in popluar color models

002605
RGB0385
HSL128°100.00%7.45%
HSB/HSV128°100.00%14.90%
CMYK100.00%0.00%86.84%
85.10%

Color #002605 in popluar number systems.

HEX002605
Decimal0385
Binary0100110101
Octal0465

Shades and tints

Shades of #002605

#002605
(0,38,5)
#002305
(0,35,5)
#002005
(0,32,5)
#001D05
(0,29,5)
#001A05
(0,26,5)
#001705
(0,23,5)
#001405
(0,20,5)
#001105
(0,17,5)
#000E05
(0,14,5)
#000B05
(0,11,5)
#000805
(0,8,5)
#000000
(0,0,0)

Tints of #002605

#002605
(0,38,5)
#17391B
(23,57,27)
#2E4C31
(46,76,49)
#455F47
(69,95,71)
#5C725D
(92,114,93)
#738573
(115,133,115)
#8A9889
(138,152,137)
#A1AB9F
(161,171,159)
#B8BEB5
(184,190,181)
#CFD1CB
(207,209,203)
#E6E4E1
(230,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002605; }

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

This text font color is #002605.


Background Color

.myBgColor { background-color: #002605; }

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

This div background color is #002605.


Border color

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

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

This div border color is #002605.


Opacity

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

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

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

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

This text has shadow with #002605 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002605 on black background.


Color preview on white background

This text has color #002605 on white background.



Black color preview on #002605 background

This text has black color on #002605 background.


White color preview on #002605 background

This text has white color on #002605 background.