COLOR #033138

HEX: #033138 RGB: (3,49,56)

Color info

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

RGB color model

#033138 color RGB value is (3,49,56).

RGB: (3,49,56) (1%, 19%, 22%)

RGB channels and saturation

R 3 of 255 = 1%
G 49 of 255 = 19%
B 56 of 255 = 22%

3
49
56

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

Portions of RGB colors in percentages

R + G + B = 3 + 49 + 56 = 108 (100%)
R 3 of 108 ~ 2.78%
G 49 of 108 ~ 45.37%
B 56 of 108 ~ 51.85'%

%45.37
%51.85

CMYK color model

#033138 color CMYK value is (95,13,0,78).

  • cyan value is 94.64%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 78.04%

CMYK: (95,13,0,78)
C95M13Y0K78 (95%, 13%, 0%, 78%)
(0.95 / 0.13 / 0.00 / 0.78)

CMYK percentages

%94.64
%12.5
%0
%78.04

Codes

Color #033138 in popluar color models

03 31 38
RGB 3 49 56
HSL 188° 89.83% 11.57%
HSB/HSV 188° 94.64% 21.96%
CMYK 94.64% 12.50% 0.00%
78.04%

Color #033138 in popluar number systems.

HEX 03 31 38
Decimal 3 49 56
Binary 11 110001 111000
Octal 3 61 70

Shades and tints

Shades of #033138

#033138
(3,49,56)
#032D33
(3,45,51)
#03292E
(3,41,46)
#032529
(3,37,41)
#032124
(3,33,36)
#031D1F
(3,29,31)
#03191A
(3,25,26)
#031515
(3,21,21)
#031110
(3,17,16)
#030D0B
(3,13,11)
#030906
(3,9,6)
#000000
(0,0,0)

Tints of #033138

#033138
(3,49,56)
#19434A
(25,67,74)
#2F555C
(47,85,92)
#45676E
(69,103,110)
#5B7980
(91,121,128)
#718B92
(113,139,146)
#879DA4
(135,157,164)
#9DAFB6
(157,175,182)
#B3C1C8
(179,193,200)
#C9D3DA
(201,211,218)
#DFE5EC
(223,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #033138 color. Also use rgb(3,49,56) instead hex code.

Text Font Color

.myTextColor { color: #033138; }

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

This text font color is #033138.

Background Color

.myBgColor { background-color: #033138; }

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

This div background color is #033138.

Border color

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

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

This div border color is #033138.

Opacity

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

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

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

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

This text has shadow with #033138 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #033138.

Preview

Color preview on black background

This text has color #033138 on black background.


Color preview on white background

This text has color #033138 on white background.


Black color preview on #033138 background

This text has black color on #033138 background.


White color preview on #033138 background

This text has white color on #033138 background.


Related colors

Complementary color

Complementary color for #hex is #FCCEC7.


I love getcolorcode.com

Triadic colors

1 #380331 and #313803 with #033138 are triadic colors.

2 #383103 and #310338 with #033138 are triadic colors.