COLOR #003319

HEX: #003319
RGB: (0,51,25)

Renk bilgisi

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

RGB renk modeli

#003319 color RGB value is (0,51,25).

  • kırmız ton 0;
  • yeşil ton 51;
  • mavi ton 25.
RGB:
(0,51,25)
(0%,20%,10%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 51 of 255 = 20%
B 25 of 255 = 10%

0
51
25

R + G + B ~ 10%. #003319 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 51 + 25 = 76 (100%)
R 0 of 76 ~ 0%
G 51 of 76 ~ 67.11%
B 25 of 76 ~ 32.89%

%67.11
%32.89

CMYK RENK MODELİ

#003319 rengi CMYK tonu (100,0,51,80).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 50.98%
  • ana renk tonu 80.00%
CMYK:
(100,0,51,80)
C100M0Y51K80 
(100%,0%,51%,80%)
(1.00/0.00/0.51/0.80)	

CMYK yüzdeleri

%100
%0
%50.98
%80

Codes

Color #003319 in popluar color models

003319
RGB05125
HSL149°100.00%10.00%
HSB/HSV149°100.00%20.00%
CMYK100.00%0.00%50.98%
80.00%

Color #003319 in popluar number systems.

HEX003319
Decimal05125
Binary011001111001
Octal06331

Shades and tints

Shades of #003319

#003319
(0,51,25)
#002F17
(0,47,23)
#002B15
(0,43,21)
#002713
(0,39,19)
#002311
(0,35,17)
#001F0F
(0,31,15)
#001B0D
(0,27,13)
#00170B
(0,23,11)
#001309
(0,19,9)
#000F07
(0,15,7)
#000B05
(0,11,5)
#000000
(0,0,0)

Tints of #003319

#003319
(0,51,25)
#17452D
(23,69,45)
#2E5741
(46,87,65)
#456955
(69,105,85)
#5C7B69
(92,123,105)
#738D7D
(115,141,125)
#8A9F91
(138,159,145)
#A1B1A5
(161,177,165)
#B8C3B9
(184,195,185)
#CFD5CD
(207,213,205)
#E6E7E1
(230,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003319 color. Also use rgb(0,51,25) instead hex code.

Text Font Color

.myTextColor { color: #003319; }

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

This text font color is #003319.


Background Color

.myBgColor { background-color: #003319; }

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

This div background color is #003319.


Border color

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

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

This div border color is #003319.


Opacity

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

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

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

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

This text has shadow with #003319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003319 on black background.


Color preview on white background

This text has color #003319 on white background.



Black color preview on #003319 background

This text has black color on #003319 background.


White color preview on #003319 background

This text has white color on #003319 background.