COLOR #003321

HEX: #003321
RGB: (0,51,33)

Renk bilgisi

#003321 contains only green and blue colors. #003321 ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#003321 color RGB value is (0,51,33).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 51 of 255 = 20%
B 33 of 255 = 13%

0
51
33

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 51 + 33 = 84 (100%)
R 0 of 84 ~ 0%
G 51 of 84 ~ 60.71%
B 33 of 84 ~ 39.29%

%60.71
%39.29

CMYK RENK MODELİ

#003321 rengi CMYK tonu (100,0,35,80).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 35.29%
  • ana renk tonu 80.00%
CMYK:
(100,0,35,80)
C100M0Y35K80 
(100%,0%,35%,80%)
(1.00/0.00/0.35/0.80)	

CMYK yüzdeleri

%100
%0
%35.29
%80

Codes

Color #003321 in popluar color models

003321
RGB05133
HSL159°100.00%10.00%
HSB/HSV159°100.00%20.00%
CMYK100.00%0.00%35.29%
80.00%

Color #003321 in popluar number systems.

HEX003321
Decimal05133
Binary0110011100001
Octal06341

Shades and tints

Shades of #003321

#003321
(0,51,33)
#002F1E
(0,47,30)
#002B1B
(0,43,27)
#002718
(0,39,24)
#002315
(0,35,21)
#001F12
(0,31,18)
#001B0F
(0,27,15)
#00170C
(0,23,12)
#001309
(0,19,9)
#000F06
(0,15,6)
#000B03
(0,11,3)
#000000
(0,0,0)

Tints of #003321

#003321
(0,51,33)
#174535
(23,69,53)
#2E5749
(46,87,73)
#45695D
(69,105,93)
#5C7B71
(92,123,113)
#738D85
(115,141,133)
#8A9F99
(138,159,153)
#A1B1AD
(161,177,173)
#B8C3C1
(184,195,193)
#CFD5D5
(207,213,213)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003321; }

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

This text font color is #003321.


Background Color

.myBgColor { background-color: #003321; }

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

This div background color is #003321.


Border color

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

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

This div border color is #003321.


Opacity

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

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

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

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

This text has shadow with #003321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003321 on black background.


Color preview on white background

This text has color #003321 on white background.



Black color preview on #003321 background

This text has black color on #003321 background.


White color preview on #003321 background

This text has white color on #003321 background.