COLOR #03313A

HEX: #03313A
RGB: (3,49,58)

Color info

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

RGB color model

#03313A color RGB value is (3,49,58).

  • red value is 3;
  • green value is 49;
  • blue value is 58.
RGB:
(3,49,58)
(1%,19%,23%)

RGB channels and saturation

R 3 of 255 = 1%
G 49 of 255 = 19%
B 58 of 255 = 23%

3
49
58

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

Portions of RGB colors in percentages

R + G + B =
3 + 49 + 58 = 110 (100%)
R 3 of 110 ~ 2.73%
G 49 of 110 ~ 44.55%
B 58 of 110 ~ 52.73%

%44.55
%52.73

CMYK color model

#03313A color CMYK value is (95,16,0,77).

  • cyan value is 94.83%
  • magenta value is 15.52%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(95,16,0,77)
C95M16Y0K77 
(95%,16%,0%,77%)
(0.95/0.16/0.00/0.77)	

CMYK percentages

%94.83
%15.52
%0
%77.25

Codes

Color #03313A in popluar color models

03313A
RGB34958
HSL190°90.16%11.96%
HSB/HSV190°94.83%22.75%
CMYK94.83%15.52%0.00%
77.25%

Color #03313A in popluar number systems.

HEX03313A
Decimal34958
Binary11110001111010
Octal36172

Shades and tints

Shades of #03313A

#03313A
(3,49,58)
#032D35
(3,45,53)
#032930
(3,41,48)
#03252B
(3,37,43)
#032126
(3,33,38)
#031D21
(3,29,33)
#03191C
(3,25,28)
#031517
(3,21,23)
#031112
(3,17,18)
#030D0D
(3,13,13)
#030908
(3,9,8)
#000000
(0,0,0)

Tints of #03313A

#03313A
(3,49,58)
#19434B
(25,67,75)
#2F555C
(47,85,92)
#45676D
(69,103,109)
#5B797E
(91,121,126)
#718B8F
(113,139,143)
#879DA0
(135,157,160)
#9DAFB1
(157,175,177)
#B3C1C2
(179,193,194)
#C9D3D3
(201,211,211)
#DFE5E4
(223,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03313A; }

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

This text font color is #03313A.


Background Color

.myBgColor { background-color: #03313A; }

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

This div background color is #03313A.


Border color

.myBorderColor { border: 1px solid #03313A; }

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

This div border color is #03313A.


Opacity

.myOpacity80 { color: #03313A; opacity: 0.8; }

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

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

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

This text has shadow with #03313A color.

.textShadow {text-shadow: 3px 3px 1px #03313A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03313A on black background.


Color preview on white background

This text has color #03313A on white background.



Black color preview on #03313A background

This text has black color on #03313A background.


White color preview on #03313A background

This text has white color on #03313A background.