COLOR #033B46

HEX: #033B46
RGB: (3,59,70)

Color info

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

RGB color model

#033B46 color RGB value is (3,59,70).

  • red value is 3;
  • green value is 59;
  • blue value is 70.
RGB:
(3,59,70)
(1%,23%,27%)

RGB channels and saturation

R 3 of 255 = 1%
G 59 of 255 = 23%
B 70 of 255 = 27%

3
59
70

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

Portions of RGB colors in percentages

R + G + B =
3 + 59 + 70 = 132 (100%)
R 3 of 132 ~ 2.27%
G 59 of 132 ~ 44.7%
B 70 of 132 ~ 53.03%

%44.7
%53.03

CMYK color model

#033B46 color CMYK value is (96,16,0,73).

  • cyan value is 95.71%
  • magenta value is 15.71%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(96,16,0,73)
C96M16Y0K73 
(96%,16%,0%,73%)
(0.96/0.16/0.00/0.73)	

CMYK percentages

%95.71
%15.71
%0
%72.55

Codes

Color #033B46 in popluar color models

033B46
RGB35970
HSL190°91.78%14.31%
HSB/HSV190°95.71%27.45%
CMYK95.71%15.71%0.00%
72.55%

Color #033B46 in popluar number systems.

HEX033B46
Decimal35970
Binary111110111000110
Octal373106

Shades and tints

Shades of #033B46

#033B46
(3,59,70)
#033640
(3,54,64)
#03313A
(3,49,58)
#032C34
(3,44,52)
#03272E
(3,39,46)
#032228
(3,34,40)
#031D22
(3,29,34)
#03181C
(3,24,28)
#031316
(3,19,22)
#030E10
(3,14,16)
#03090A
(3,9,10)
#000000
(0,0,0)

Tints of #033B46

#033B46
(3,59,70)
#194C56
(25,76,86)
#2F5D66
(47,93,102)
#456E76
(69,110,118)
#5B7F86
(91,127,134)
#719096
(113,144,150)
#87A1A6
(135,161,166)
#9DB2B6
(157,178,182)
#B3C3C6
(179,195,198)
#C9D4D6
(201,212,214)
#DFE5E6
(223,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #033B46 color. Also use rgb(3,59,70) instead hex code.

Text Font Color

.myTextColor { color: #033B46; }

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

This text font color is #033B46.


Background Color

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

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

This div background color is #033B46.


Border color

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

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

This div border color is #033B46.


Opacity

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

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

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

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

This text has shadow with #033B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #033B46 on black background.


Color preview on white background

This text has color #033B46 on white background.



Black color preview on #033B46 background

This text has black color on #033B46 background.


White color preview on #033B46 background

This text has white color on #033B46 background.