COLOR #002517

HEX: #002517
RGB: (0,37,23)

Renk bilgisi

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

RGB renk modeli

#002517 color RGB value is (0,37,23).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 37 of 255 = 15%
B 23 of 255 = 9%

0
37
23

R + G + B ~ 8%. #002517 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 37 + 23 = 60 (100%)
R 0 of 60 ~ 0%
G 37 of 60 ~ 61.67%
B 23 of 60 ~ 38.33%

%61.67
%38.33

CMYK RENK MODELİ

#002517 rengi CMYK tonu (100,0,38,85).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 37.84%
  • ana renk tonu 85.49%
CMYK:
(100,0,38,85)
C100M0Y38K85 
(100%,0%,38%,85%)
(1.00/0.00/0.38/0.85)	

CMYK yüzdeleri

%100
%0
%37.84
%85.49

Codes

Color #002517 in popluar color models

002517
RGB03723
HSL157°100.00%7.25%
HSB/HSV157°100.00%14.51%
CMYK100.00%0.00%37.84%
85.49%

Color #002517 in popluar number systems.

HEX002517
Decimal03723
Binary010010110111
Octal04527

Shades and tints

Shades of #002517

#002517
(0,37,23)
#002215
(0,34,21)
#001F13
(0,31,19)
#001C11
(0,28,17)
#00190F
(0,25,15)
#00160D
(0,22,13)
#00130B
(0,19,11)
#001009
(0,16,9)
#000D07
(0,13,7)
#000A05
(0,10,5)
#000703
(0,7,3)
#000000
(0,0,0)

Tints of #002517

#002517
(0,37,23)
#17382C
(23,56,44)
#2E4B41
(46,75,65)
#455E56
(69,94,86)
#5C716B
(92,113,107)
#738480
(115,132,128)
#8A9795
(138,151,149)
#A1AAAA
(161,170,170)
#B8BDBF
(184,189,191)
#CFD0D4
(207,208,212)
#E6E3E9
(230,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002517; }

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

This text font color is #002517.


Background Color

.myBgColor { background-color: #002517; }

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

This div background color is #002517.


Border color

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

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

This div border color is #002517.


Opacity

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

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

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

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

This text has shadow with #002517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002517 on black background.


Color preview on white background

This text has color #002517 on white background.



Black color preview on #002517 background

This text has black color on #002517 background.


White color preview on #002517 background

This text has white color on #002517 background.