COLOR #003C15

HEX: #003C15
RGB: (0,60,21)

Renk bilgisi

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

RGB renk modeli

#003C15 color RGB value is (0,60,21).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 60 of 255 = 24%
B 21 of 255 = 8%

0
60
21

R + G + B ~ 11%. #003C15 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 60 + 21 = 81 (100%)
R 0 of 81 ~ 0%
G 60 of 81 ~ 74.07%
B 21 of 81 ~ 25.93%

%74.07
%25.93

CMYK RENK MODELİ

#003C15 rengi CMYK tonu (100,0,65,76).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 65.00%
  • ana renk tonu 76.47%
CMYK:
(100,0,65,76)
C100M0Y65K76 
(100%,0%,65%,76%)
(1.00/0.00/0.65/0.76)	

CMYK yüzdeleri

%100
%0
%65
%76.47

Codes

Color #003C15 in popluar color models

003C15
RGB06021
HSL141°100.00%11.76%
HSB/HSV141°100.00%23.53%
CMYK100.00%0.00%65.00%
76.47%

Color #003C15 in popluar number systems.

HEX003C15
Decimal06021
Binary011110010101
Octal07425

Shades and tints

Shades of #003C15

#003C15
(0,60,21)
#003714
(0,55,20)
#003213
(0,50,19)
#002D12
(0,45,18)
#002811
(0,40,17)
#002310
(0,35,16)
#001E0F
(0,30,15)
#00190E
(0,25,14)
#00140D
(0,20,13)
#000F0C
(0,15,12)
#000A0B
(0,10,11)
#000000
(0,0,0)

Tints of #003C15

#003C15
(0,60,21)
#174D2A
(23,77,42)
#2E5E3F
(46,94,63)
#456F54
(69,111,84)
#5C8069
(92,128,105)
#73917E
(115,145,126)
#8AA293
(138,162,147)
#A1B3A8
(161,179,168)
#B8C4BD
(184,196,189)
#CFD5D2
(207,213,210)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003C15; }

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

This text font color is #003C15.


Background Color

.myBgColor { background-color: #003C15; }

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

This div background color is #003C15.


Border color

.myBorderColor { border: 1px solid #003C15; }

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

This div border color is #003C15.


Opacity

.myOpacity80 { color: #003C15; opacity: 0.8; }

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

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

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

This text has shadow with #003C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003C15 on black background.


Color preview on white background

This text has color #003C15 on white background.



Black color preview on #003C15 background

This text has black color on #003C15 background.


White color preview on #003C15 background

This text has white color on #003C15 background.