COLOR #033339

HEX: #033339 RGB: (3,51,57)

Color info

#033339 contains red, green and blue colors in about the same proportion. Web safe color of #033339 is #003333 (or #033).

RGB color model

#033339 color RGB value is (3,51,57).

RGB: (3,51,57) (1%, 20%, 22%)

RGB channels and saturation

R 3 of 255 = 1%
G 51 of 255 = 20%
B 57 of 255 = 22%

3
51
57

R + G + B ~ 14%. #033339 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 51 + 57 = 111 (100%)
R 3 of 111 ~ 2.7%
G 51 of 111 ~ 45.95%
B 57 of 111 ~ 51.35'%

%45.95
%51.35

CMYK color model

#033339 color CMYK value is (95,11,0,78).

  • cyan value is 94.74%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 77.65%

CMYK: (95,11,0,78)
C95M11Y0K78 (95%, 11%, 0%, 78%)
(0.95 / 0.11 / 0.00 / 0.78)

CMYK percentages

%94.74
%10.53
%0
%77.65

Codes

Color #033339 in popluar color models

03 33 39
RGB 3 51 57
HSL 187° 90.00% 11.76%
HSB/HSV 187° 94.74% 22.35%
CMYK 94.74% 10.53% 0.00%
77.65%

Color #033339 in popluar number systems.

HEX 03 33 39
Decimal 3 51 57
Binary 11 110011 111001
Octal 3 63 71

Shades and tints

Shades of #033339

#033339
(3,51,57)
#032F34
(3,47,52)
#032B2F
(3,43,47)
#03272A
(3,39,42)
#032325
(3,35,37)
#031F20
(3,31,32)
#031B1B
(3,27,27)
#031716
(3,23,22)
#031311
(3,19,17)
#030F0C
(3,15,12)
#030B07
(3,11,7)
#000000
(0,0,0)

Tints of #033339

#033339
(3,51,57)
#19454B
(25,69,75)
#2F575D
(47,87,93)
#45696F
(69,105,111)
#5B7B81
(91,123,129)
#718D93
(113,141,147)
#879FA5
(135,159,165)
#9DB1B7
(157,177,183)
#B3C3C9
(179,195,201)
#C9D5DB
(201,213,219)
#DFE7ED
(223,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #033339; }

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

This text font color is #033339.

Background Color

.myBgColor { background-color: #033339; }

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

This div background color is #033339.

Border color

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

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

This div border color is #033339.

Opacity

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

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

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

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

This text has shadow with #033339 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #033339.

Preview

Color preview on black background

This text has color #033339 on black background.


Color preview on white background

This text has color #033339 on white background.


Black color preview on #033339 background

This text has black color on #033339 background.


White color preview on #033339 background

This text has white color on #033339 background.


Related colors

Complementary color

Complementary color for #hex is #FCCCC6.


I love getcolorcode.com

Triadic colors

1 #390333 and #333903 with #033339 are triadic colors.

2 #393303 and #330339 with #033339 are triadic colors.