COLOR #002515

HEX: #002515
RGB: (0,37,21)

Renk bilgisi

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

RGB renk modeli

#002515 color RGB value is (0,37,21).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 37 of 255 = 15%
B 21 of 255 = 8%

0
37
21

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 37 + 21 = 58 (100%)
R 0 of 58 ~ 0%
G 37 of 58 ~ 63.79%
B 21 of 58 ~ 36.21%

%63.79
%36.21

CMYK RENK MODELİ

#002515 rengi CMYK tonu (100,0,43,85).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 43.24%
  • ana renk tonu 85.49%
CMYK:
(100,0,43,85)
C100M0Y43K85 
(100%,0%,43%,85%)
(1.00/0.00/0.43/0.85)	

CMYK yüzdeleri

%100
%0
%43.24
%85.49

Codes

Color #002515 in popluar color models

002515
RGB03721
HSL154°100.00%7.25%
HSB/HSV154°100.00%14.51%
CMYK100.00%0.00%43.24%
85.49%

Color #002515 in popluar number systems.

HEX002515
Decimal03721
Binary010010110101
Octal04525

Shades and tints

Shades of #002515

#002515
(0,37,21)
#002214
(0,34,20)
#001F13
(0,31,19)
#001C12
(0,28,18)
#001911
(0,25,17)
#001610
(0,22,16)
#00130F
(0,19,15)
#00100E
(0,16,14)
#000D0D
(0,13,13)
#000A0C
(0,10,12)
#00070B
(0,7,11)
#000000
(0,0,0)

Tints of #002515

#002515
(0,37,21)
#17382A
(23,56,42)
#2E4B3F
(46,75,63)
#455E54
(69,94,84)
#5C7169
(92,113,105)
#73847E
(115,132,126)
#8A9793
(138,151,147)
#A1AAA8
(161,170,168)
#B8BDBD
(184,189,189)
#CFD0D2
(207,208,210)
#E6E3E7
(230,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002515; }

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

This text font color is #002515.


Background Color

.myBgColor { background-color: #002515; }

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

This div background color is #002515.


Border color

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

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

This div border color is #002515.


Opacity

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

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

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

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

This text has shadow with #002515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002515 on black background.


Color preview on white background

This text has color #002515 on white background.



Black color preview on #002515 background

This text has black color on #002515 background.


White color preview on #002515 background

This text has white color on #002515 background.