COLOR #002507

HEX: #002507
RGB: (0,37,7)

Renk bilgisi

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

RGB renk modeli

#002507 color RGB value is (0,37,7).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 37 of 255 = 15%
B 7 of 255 = 3%

0
37
7

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 37 + 7 = 44 (100%)
R 0 of 44 ~ 0%
G 37 of 44 ~ 84.09%
B 7 of 44 ~ 15.91%

%84.09
%15.91

CMYK RENK MODELİ

#002507 rengi CMYK tonu (100,0,81,85).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 81.08%
  • ana renk tonu 85.49%
CMYK:
(100,0,81,85)
C100M0Y81K85 
(100%,0%,81%,85%)
(1.00/0.00/0.81/0.85)	

CMYK yüzdeleri

%100
%0
%81.08
%85.49

Codes

Color #002507 in popluar color models

002507
RGB0377
HSL131°100.00%7.25%
HSB/HSV131°100.00%14.51%
CMYK100.00%0.00%81.08%
85.49%

Color #002507 in popluar number systems.

HEX002507
Decimal0377
Binary0100101111
Octal0457

Shades and tints

Shades of #002507

#002507
(0,37,7)
#002207
(0,34,7)
#001F07
(0,31,7)
#001C07
(0,28,7)
#001907
(0,25,7)
#001607
(0,22,7)
#001307
(0,19,7)
#001007
(0,16,7)
#000D07
(0,13,7)
#000A07
(0,10,7)
#000707
(0,7,7)
#000000
(0,0,0)

Tints of #002507

#002507
(0,37,7)
#17381D
(23,56,29)
#2E4B33
(46,75,51)
#455E49
(69,94,73)
#5C715F
(92,113,95)
#738475
(115,132,117)
#8A978B
(138,151,139)
#A1AAA1
(161,170,161)
#B8BDB7
(184,189,183)
#CFD0CD
(207,208,205)
#E6E3E3
(230,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002507; }

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

This text font color is #002507.


Background Color

.myBgColor { background-color: #002507; }

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

This div background color is #002507.


Border color

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

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

This div border color is #002507.


Opacity

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

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

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

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

This text has shadow with #002507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002507 on black background.


Color preview on white background

This text has color #002507 on white background.



Black color preview on #002507 background

This text has black color on #002507 background.


White color preview on #002507 background

This text has white color on #002507 background.