COLOR #002505

HEX: #002505
RGB: (0,37,5)

Renk bilgisi

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

RGB renk modeli

#002505 color RGB value is (0,37,5).

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

RGB bağlantıları ve doygunluk

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

0
37
5

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 37 + 5 = 42 (100%)
R 0 of 42 ~ 0%
G 37 of 42 ~ 88.1%
B 5 of 42 ~ 11.9%

%88.1
%11.9

CMYK RENK MODELİ

#002505 rengi CMYK tonu (100,0,86,85).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 86.49%
  • ana renk tonu 85.49%
CMYK:
(100,0,86,85)
C100M0Y86K85 
(100%,0%,86%,85%)
(1.00/0.00/0.86/0.85)	

CMYK yüzdeleri

%100
%0
%86.49
%85.49

Codes

Color #002505 in popluar color models

002505
RGB0375
HSL128°100.00%7.25%
HSB/HSV128°100.00%14.51%
CMYK100.00%0.00%86.49%
85.49%

Color #002505 in popluar number systems.

HEX002505
Decimal0375
Binary0100101101
Octal0455

Shades and tints

Shades of #002505

#002505
(0,37,5)
#002205
(0,34,5)
#001F05
(0,31,5)
#001C05
(0,28,5)
#001905
(0,25,5)
#001605
(0,22,5)
#001305
(0,19,5)
#001005
(0,16,5)
#000D05
(0,13,5)
#000A05
(0,10,5)
#000705
(0,7,5)
#000000
(0,0,0)

Tints of #002505

#002505
(0,37,5)
#17381B
(23,56,27)
#2E4B31
(46,75,49)
#455E47
(69,94,71)
#5C715D
(92,113,93)
#738473
(115,132,115)
#8A9789
(138,151,137)
#A1AA9F
(161,170,159)
#B8BDB5
(184,189,181)
#CFD0CB
(207,208,203)
#E6E3E1
(230,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002505; }

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

This text font color is #002505.


Background Color

.myBgColor { background-color: #002505; }

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

This div background color is #002505.


Border color

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

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

This div border color is #002505.


Opacity

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

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

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

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

This text has shadow with #002505 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002505 on black background.


Color preview on white background

This text has color #002505 on white background.



Black color preview on #002505 background

This text has black color on #002505 background.


White color preview on #002505 background

This text has white color on #002505 background.