COLOR #003341

HEX: #003341
RGB: (0,51,65)

Renk bilgisi

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

RGB renk modeli

#003341 color RGB value is (0,51,65).

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

RGB bağlantıları ve doygunluk

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

0
51
65

R + G + B ~ 15%. #003341 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 51 + 65 = 116 (100%)
R 0 of 116 ~ 0%
G 51 of 116 ~ 43.97%
B 65 of 116 ~ 56.03%

%43.97
%56.03

CMYK RENK MODELİ

#003341 rengi CMYK tonu (100,22,0,75).

  • camgöbeği tonu 100.00%
  • eflatun tonu 21.54%
  • sarı tonu 0.00%
  • ana renk tonu 74.51%
CMYK:
(100,22,0,75)
C100M22Y0K75 
(100%,22%,0%,75%)
(1.00/0.22/0.00/0.75)	

CMYK yüzdeleri

%100
%21.54
%0
%74.51

Codes

Color #003341 in popluar color models

003341
RGB05165
HSL193°100.00%12.75%
HSB/HSV193°100.00%25.49%
CMYK100.00%21.54%0.00%
74.51%

Color #003341 in popluar number systems.

HEX003341
Decimal05165
Binary01100111000001
Octal063101

Shades and tints

Shades of #003341

#003341
(0,51,65)
#002F3C
(0,47,60)
#002B37
(0,43,55)
#002732
(0,39,50)
#00232D
(0,35,45)
#001F28
(0,31,40)
#001B23
(0,27,35)
#00171E
(0,23,30)
#001319
(0,19,25)
#000F14
(0,15,20)
#000B0F
(0,11,15)
#000000
(0,0,0)

Tints of #003341

#003341
(0,51,65)
#174552
(23,69,82)
#2E5763
(46,87,99)
#456974
(69,105,116)
#5C7B85
(92,123,133)
#738D96
(115,141,150)
#8A9FA7
(138,159,167)
#A1B1B8
(161,177,184)
#B8C3C9
(184,195,201)
#CFD5DA
(207,213,218)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003341; }

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

This text font color is #003341.


Background Color

.myBgColor { background-color: #003341; }

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

This div background color is #003341.


Border color

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

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

This div border color is #003341.


Opacity

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

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

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

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

This text has shadow with #003341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003341 on black background.


Color preview on white background

This text has color #003341 on white background.



Black color preview on #003341 background

This text has black color on #003341 background.


White color preview on #003341 background

This text has white color on #003341 background.