COLOR #03362E

HEX: #03362E
RGB: (3,54,46)

Color info

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

RGB color model

#03362E color RGB value is (3,54,46).

  • red value is 3;
  • green value is 54;
  • blue value is 46.
RGB:
(3,54,46)
(1%,21%,18%)

RGB channels and saturation

R 3 of 255 = 1%
G 54 of 255 = 21%
B 46 of 255 = 18%

3
54
46

R + G + B ~ 13%. #03362E is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 54 + 46 = 103 (100%)
R 3 of 103 ~ 2.91%
G 54 of 103 ~ 52.43%
B 46 of 103 ~ 44.66%

%52.43
%44.66

CMYK color model

#03362E color CMYK value is (94,0,15,79).

  • cyan value is 94.44%
  • magenta value is 0.00%
  • yellow value is 14.81%
  • key color value is 78.82%
CMYK:
(94,0,15,79)
C94M0Y15K79 
(94%,0%,15%,79%)
(0.94/0.00/0.15/0.79)	

CMYK percentages

%94.44
%0
%14.81
%78.82

Codes

Color #03362E in popluar color models

03362E
RGB35446
HSL171°89.47%11.18%
HSB/HSV171°94.44%21.18%
CMYK94.44%0.00%14.81%
78.82%

Color #03362E in popluar number systems.

HEX03362E
Decimal35446
Binary11110110101110
Octal36656

Shades and tints

Shades of #03362E

#03362E
(3,54,46)
#03322A
(3,50,42)
#032E26
(3,46,38)
#032A22
(3,42,34)
#03261E
(3,38,30)
#03221A
(3,34,26)
#031E16
(3,30,22)
#031A12
(3,26,18)
#03160E
(3,22,14)
#03120A
(3,18,10)
#030E06
(3,14,6)
#000000
(0,0,0)

Tints of #03362E

#03362E
(3,54,46)
#194841
(25,72,65)
#2F5A54
(47,90,84)
#456C67
(69,108,103)
#5B7E7A
(91,126,122)
#71908D
(113,144,141)
#87A2A0
(135,162,160)
#9DB4B3
(157,180,179)
#B3C6C6
(179,198,198)
#C9D8D9
(201,216,217)
#DFEAEC
(223,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03362E color. Also use rgb(3,54,46) instead hex code.

Text Font Color

.myTextColor { color: #03362E; }

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

This text font color is #03362E.


Background Color

.myBgColor { background-color: #03362E; }

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

This div background color is #03362E.


Border color

.myBorderColor { border: 1px solid #03362E; }

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

This div border color is #03362E.


Opacity

.myOpacity80 { color: #03362E; opacity: 0.8; }

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

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

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

This text has shadow with #03362E color.

.textShadow {text-shadow: 3px 3px 1px #03362E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03362E on black background.


Color preview on white background

This text has color #03362E on white background.



Black color preview on #03362E background

This text has black color on #03362E background.


White color preview on #03362E background

This text has white color on #03362E background.