COLOR #033941

HEX: #033941 RGB: (3,57,65)

Color info

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

RGB color model

#033941 color RGB value is (3,57,65).

RGB: (3,57,65) (1%, 22%, 25%)

RGB channels and saturation

R 3 of 255 = 1%
G 57 of 255 = 22%
B 65 of 255 = 25%

3
57
65

R + G + B ~ 16%. #033941 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 57 + 65 = 125 (100%)
R 3 of 125 ~ 2.4%
G 57 of 125 ~ 45.6%
B 65 of 125 ~ 52'%

%45.6
%52

CMYK color model

#033941 color CMYK value is (95,12,0,75).

  • cyan value is 95.38%
  • magenta value is 12.31%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK: (95,12,0,75) C95M12Y0K75 (95%,12%,0%,75%) (0.95/0.12/0.00/0.75) 

CMYK percentages

%95.38
%12.31
%0
%74.51

Codes

Color #033941 in popluar color models

03 39 41
RGB 3 57 65
HSL 188° 91.18% 13.33%
HSB/HSV 188° 95.38% 25.49%
CMYK 95.38% 12.31% 0.00%
74.51%

Color #033941 in popluar number systems.

HEX 03 39 41
Decimal 3 57 65
Binary 11 111001 1000001
Octal 3 71 101

Shades and tints

Shades of #033941

#033941
(3,57,65)
#03343C
(3,52,60)
#032F37
(3,47,55)
#032A32
(3,42,50)
#03252D
(3,37,45)
#032028
(3,32,40)
#031B23
(3,27,35)
#03161E
(3,22,30)
#031119
(3,17,25)
#030C14
(3,12,20)
#03070F
(3,7,15)
#000000
(0,0,0)

Tints of #033941

#033941
(3,57,65)
#194B52
(25,75,82)
#2F5D63
(47,93,99)
#456F74
(69,111,116)
#5B8185
(91,129,133)
#719396
(113,147,150)
#87A5A7
(135,165,167)
#9DB7B8
(157,183,184)
#B3C9C9
(179,201,201)
#C9DBDA
(201,219,218)
#DFEDEB
(223,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #033941; }

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

This text font color is #033941.

Background Color

.myBgColor { background-color: #033941; }

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

This div background color is #033941.

Border color

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

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

This div border color is #033941.

Opacity

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

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

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

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

This text has shadow with #033941 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #033941.

Preview

Color preview on black background

This text has color #033941 on black background.


Color preview on white background

This text has color #033941 on white background.


Black color preview on #033941 background

This text has black color on #033941 background.


White color preview on #033941 background

This text has white color on #033941 background.


Related colors

Complementary color

Complementary color for #hex is #FCC6BE.


I love getcolorcode.com

Triadic colors

1 #410339 and #394103 with #033941 are triadic colors.

2 #413903 and #390341 with #033941 are triadic colors.