COLOR #003330

HEX: #003330
RGB: (0,51,48)

Renk bilgisi

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

RGB renk modeli

#003330 color RGB value is (0,51,48).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 51 of 255 = 20%
B 48 of 255 = 19%

0
51
48

R + G + B ~ 13%. #003330 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 51 + 48 = 99 (100%)
R 0 of 99 ~ 0%
G 51 of 99 ~ 51.52%
B 48 of 99 ~ 48.48%

%51.52
%48.48

CMYK RENK MODELİ

#003330 rengi CMYK tonu (100,0,6,80).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 5.88%
  • ana renk tonu 80.00%
CMYK:
(100,0,6,80)
C100M0Y6K80 
(100%,0%,6%,80%)
(1.00/0.00/0.06/0.80)	

CMYK yüzdeleri

%100
%0
%5.88
%80

Codes

Color #003330 in popluar color models

003330
RGB05148
HSL176°100.00%10.00%
HSB/HSV176°100.00%20.00%
CMYK100.00%0.00%5.88%
80.00%

Color #003330 in popluar number systems.

HEX003330
Decimal05148
Binary0110011110000
Octal06360

Shades and tints

Shades of #003330

#003330
(0,51,48)
#002F2C
(0,47,44)
#002B28
(0,43,40)
#002724
(0,39,36)
#002320
(0,35,32)
#001F1C
(0,31,28)
#001B18
(0,27,24)
#001714
(0,23,20)
#001310
(0,19,16)
#000F0C
(0,15,12)
#000B08
(0,11,8)
#000000
(0,0,0)

Tints of #003330

#003330
(0,51,48)
#174542
(23,69,66)
#2E5754
(46,87,84)
#456966
(69,105,102)
#5C7B78
(92,123,120)
#738D8A
(115,141,138)
#8A9F9C
(138,159,156)
#A1B1AE
(161,177,174)
#B8C3C0
(184,195,192)
#CFD5D2
(207,213,210)
#E6E7E4
(230,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003330; }

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

This text font color is #003330.


Background Color

.myBgColor { background-color: #003330; }

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

This div background color is #003330.


Border color

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

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

This div border color is #003330.


Opacity

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

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

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

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

This text has shadow with #003330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003330 on black background.


Color preview on white background

This text has color #003330 on white background.



Black color preview on #003330 background

This text has black color on #003330 background.


White color preview on #003330 background

This text has white color on #003330 background.