COLOR #033340

HEX: #033340
RGB: (3,51,64)

Color info

#033340 contains mainly green and blue colors. Web safe color of #033340 is #003333 (or #033).

RGB color model

#033340 color RGB value is (3,51,64).

  • red value is 3;
  • green value is 51;
  • blue value is 64.
RGB:
(3,51,64)
(1%,20%,25%)

RGB channels and saturation

R 3 of 255 = 1%
G 51 of 255 = 20%
B 64 of 255 = 25%

3
51
64

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

Portions of RGB colors in percentages

R + G + B =
3 + 51 + 64 = 118 (100%)
R 3 of 118 ~ 2.54%
G 51 of 118 ~ 43.22%
B 64 of 118 ~ 54.24%

%43.22
%54.24

CMYK color model

#033340 color CMYK value is (95,20,0,75).

  • cyan value is 95.31%
  • magenta value is 20.31%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(95,20,0,75)
C95M20Y0K75 
(95%,20%,0%,75%)
(0.95/0.20/0.00/0.75)	

CMYK percentages

%95.31
%20.31
%0
%74.9

Codes

Color #033340 in popluar color models

033340
RGB35164
HSL193°91.04%13.14%
HSB/HSV193°95.31%25.10%
CMYK95.31%20.31%0.00%
74.90%

Color #033340 in popluar number systems.

HEX033340
Decimal35164
Binary111100111000000
Octal363100

Shades and tints

Shades of #033340

#033340
(3,51,64)
#032F3B
(3,47,59)
#032B36
(3,43,54)
#032731
(3,39,49)
#03232C
(3,35,44)
#031F27
(3,31,39)
#031B22
(3,27,34)
#03171D
(3,23,29)
#031318
(3,19,24)
#030F13
(3,15,19)
#030B0E
(3,11,14)
#000000
(0,0,0)

Tints of #033340

#033340
(3,51,64)
#194551
(25,69,81)
#2F5762
(47,87,98)
#456973
(69,105,115)
#5B7B84
(91,123,132)
#718D95
(113,141,149)
#879FA6
(135,159,166)
#9DB1B7
(157,177,183)
#B3C3C8
(179,195,200)
#C9D5D9
(201,213,217)
#DFE7EA
(223,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #033340 color. Also use rgb(3,51,64) instead hex code.

Text Font Color

.myTextColor { color: #033340; }

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

This text font color is #033340.


Background Color

.myBgColor { background-color: #033340; }

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

This div background color is #033340.


Border color

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

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

This div border color is #033340.


Opacity

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

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

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

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

This text has shadow with #033340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #033340 on black background.


Color preview on white background

This text has color #033340 on white background.



Black color preview on #033340 background

This text has black color on #033340 background.


White color preview on #033340 background

This text has white color on #033340 background.