COLOR #033D44

HEX: #033D44 RGB: (3,61,68)

Color info

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

RGB color model

#033D44 color RGB value is (3,61,68).

RGB: (3,61,68) (1%, 24%, 27%)

RGB channels and saturation

R 3 of 255 = 1%
G 61 of 255 = 24%
B 68 of 255 = 27%

3
61
68

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

Portions of RGB colors in percentages

R + G + B = 3 + 61 + 68 = 132 (100%)
R 3 of 132 ~ 2.27%
G 61 of 132 ~ 46.21%
B 68 of 132 ~ 51.52'%

%46.21
%51.52

CMYK color model

#033D44 color CMYK value is (96,10,0,73).

  • cyan value is 95.59%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 73.33%

CMYK: (96,10,0,73)
C96M10Y0K73 (96%, 10%, 0%, 73%)
(0.96 / 0.10 / 0.00 / 0.73)

CMYK percentages

%95.59
%10.29
%0
%73.33

Codes

Color #033D44 in popluar color models

03 3D 44
RGB 3 61 68
HSL 186° 91.55% 13.92%
HSB/HSV 186° 95.59% 26.67%
CMYK 95.59% 10.29% 0.00%
73.33%

Color #033D44 in popluar number systems.

HEX 03 3D 44
Decimal 3 61 68
Binary 11 111101 1000100
Octal 3 75 104

Shades and tints

Shades of #033D44

#033D44
(3,61,68)
#03383E
(3,56,62)
#033338
(3,51,56)
#032E32
(3,46,50)
#03292C
(3,41,44)
#032426
(3,36,38)
#031F20
(3,31,32)
#031A1A
(3,26,26)
#031514
(3,21,20)
#03100E
(3,16,14)
#030B08
(3,11,8)
#000000
(0,0,0)

Tints of #033D44

#033D44
(3,61,68)
#194E55
(25,78,85)
#2F5F66
(47,95,102)
#457077
(69,112,119)
#5B8188
(91,129,136)
#719299
(113,146,153)
#87A3AA
(135,163,170)
#9DB4BB
(157,180,187)
#B3C5CC
(179,197,204)
#C9D6DD
(201,214,221)
#DFE7EE
(223,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #033D44 color. Also use rgb(3,61,68) instead hex code.

Text Font Color

.myTextColor { color: #033D44; }

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

This text font color is #033D44.

Background Color

.myBgColor { background-color: #033D44; }

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

This div background color is #033D44.

Border color

.myBorderColor { border: 1px solid #033D44; }

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

This div border color is #033D44.

Opacity

.myOpacity80 { color: #033D44; opacity: 0.8; }

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

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

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

This text has shadow with #033D44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #033D44.

Preview

Color preview on black background

This text has color #033D44 on black background.


Color preview on white background

This text has color #033D44 on white background.


Black color preview on #033D44 background

This text has black color on #033D44 background.


White color preview on #033D44 background

This text has white color on #033D44 background.


Related colors

Complementary color

Complementary color for #hex is #FCC2BB.


I love getcolorcode.com

Triadic colors

1 #44033D and #3D4403 with #033D44 are triadic colors.

2 #443D03 and #3D0344 with #033D44 are triadic colors.