COLOR #003749

HEX: #003749
RGB: (0,55,73)

Renk bilgisi

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

RGB renk modeli

#003749 color RGB value is (0,55,73).

  • kırmız ton 0;
  • yeşil ton 55;
  • mavi ton 73.
RGB:
(0,55,73)
(0%,22%,29%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 55 of 255 = 22%
B 73 of 255 = 29%

0
55
73

R + G + B ~ 17%. #003749 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 55 + 73 = 128 (100%)
R 0 of 128 ~ 0%
G 55 of 128 ~ 42.97%
B 73 of 128 ~ 57.03%

%42.97
%57.03

CMYK RENK MODELİ

#003749 rengi CMYK tonu (100,25,0,71).

  • camgöbeği tonu 100.00%
  • eflatun tonu 24.66%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(100,25,0,71)
C100M25Y0K71 
(100%,25%,0%,71%)
(1.00/0.25/0.00/0.71)	

CMYK yüzdeleri

%100
%24.66
%0
%71.37

Codes

Color #003749 in popluar color models

003749
RGB05573
HSL195°100.00%14.31%
HSB/HSV195°100.00%28.63%
CMYK100.00%24.66%0.00%
71.37%

Color #003749 in popluar number systems.

HEX003749
Decimal05573
Binary01101111001001
Octal067111

Shades and tints

Shades of #003749

#003749
(0,55,73)
#003243
(0,50,67)
#002D3D
(0,45,61)
#002837
(0,40,55)
#002331
(0,35,49)
#001E2B
(0,30,43)
#001925
(0,25,37)
#00141F
(0,20,31)
#000F19
(0,15,25)
#000A13
(0,10,19)
#00050D
(0,5,13)
#000000
(0,0,0)

Tints of #003749

#003749
(0,55,73)
#174959
(23,73,89)
#2E5B69
(46,91,105)
#456D79
(69,109,121)
#5C7F89
(92,127,137)
#739199
(115,145,153)
#8AA3A9
(138,163,169)
#A1B5B9
(161,181,185)
#B8C7C9
(184,199,201)
#CFD9D9
(207,217,217)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003749 color. Also use rgb(0,55,73) instead hex code.

Text Font Color

.myTextColor { color: #003749; }

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

This text font color is #003749.


Background Color

.myBgColor { background-color: #003749; }

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

This div background color is #003749.


Border color

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

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

This div border color is #003749.


Opacity

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

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

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

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

This text has shadow with #003749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003749 on black background.


Color preview on white background

This text has color #003749 on white background.



Black color preview on #003749 background

This text has black color on #003749 background.


White color preview on #003749 background

This text has white color on #003749 background.