COLOR #03343F

HEX: #03343F
RGB: (3,52,63)

Color info

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

RGB color model

#03343F color RGB value is (3,52,63).

  • red value is 3;
  • green value is 52;
  • blue value is 63.
RGB:
(3,52,63)
(1%,20%,25%)

RGB channels and saturation

R 3 of 255 = 1%
G 52 of 255 = 20%
B 63 of 255 = 25%

3
52
63

R + G + B ~ 15%. #03343F is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 52 + 63 = 118 (100%)
R 3 of 118 ~ 2.54%
G 52 of 118 ~ 44.07%
B 63 of 118 ~ 53.39%

%44.07
%53.39

CMYK color model

#03343F color CMYK value is (95,17,0,75).

  • cyan value is 95.24%
  • magenta value is 17.46%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(95,17,0,75)
C95M17Y0K75 
(95%,17%,0%,75%)
(0.95/0.17/0.00/0.75)	

CMYK percentages

%95.24
%17.46
%0
%75.29

Codes

Color #03343F in popluar color models

03343F
RGB35263
HSL191°90.91%12.94%
HSB/HSV191°95.24%24.71%
CMYK95.24%17.46%0.00%
75.29%

Color #03343F in popluar number systems.

HEX03343F
Decimal35263
Binary11110100111111
Octal36477

Shades and tints

Shades of #03343F

#03343F
(3,52,63)
#03303A
(3,48,58)
#032C35
(3,44,53)
#032830
(3,40,48)
#03242B
(3,36,43)
#032026
(3,32,38)
#031C21
(3,28,33)
#03181C
(3,24,28)
#031417
(3,20,23)
#031012
(3,16,18)
#030C0D
(3,12,13)
#000000
(0,0,0)

Tints of #03343F

#03343F
(3,52,63)
#194650
(25,70,80)
#2F5861
(47,88,97)
#456A72
(69,106,114)
#5B7C83
(91,124,131)
#718E94
(113,142,148)
#87A0A5
(135,160,165)
#9DB2B6
(157,178,182)
#B3C4C7
(179,196,199)
#C9D6D8
(201,214,216)
#DFE8E9
(223,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03343F color. Also use rgb(3,52,63) instead hex code.

Text Font Color

.myTextColor { color: #03343F; }

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

This text font color is #03343F.


Background Color

.myBgColor { background-color: #03343F; }

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

This div background color is #03343F.


Border color

.myBorderColor { border: 1px solid #03343F; }

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

This div border color is #03343F.


Opacity

.myOpacity80 { color: #03343F; opacity: 0.8; }

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

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

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

This text has shadow with #03343F color.

.textShadow {text-shadow: 3px 3px 1px #03343F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03343F on black background.


Color preview on white background

This text has color #03343F on white background.



Black color preview on #03343F background

This text has black color on #03343F background.


White color preview on #03343F background

This text has white color on #03343F background.