COLOR #03443E

HEX: #03443E RGB: (3,68,62)

Color info

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

RGB color model

#03443E color RGB value is (3,68,62).

RGB: (3,68,62) (1%, 27%, 24%)

RGB channels and saturation

R 3 of 255 = 1%
G 68 of 255 = 27%
B 62 of 255 = 24%

3
68
62

R + G + B ~ 17%. #03443E is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 68 + 62 = 133 (100%)
R 3 of 133 ~ 2.26%
G 68 of 133 ~ 51.13%
B 62 of 133 ~ 46.62'%

%51.13
%46.62

CMYK color model

#03443E color CMYK value is (96,0,9,73).

  • cyan value is 95.59%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 73.33%

CMYK: (96,0,9,73)
C96M0Y9K73 (96%, 0%, 9%, 73%)
(0.96 / 0.00 / 0.09 / 0.73)

CMYK percentages

%95.59
%0
%8.82
%73.33

Codes

Color #03443E in popluar color models

03 44 3E
RGB 3 68 62
HSL 174° 91.55% 13.92%
HSB/HSV 174° 95.59% 26.67%
CMYK 95.59% 0.00% 8.82%
73.33%

Color #03443E in popluar number systems.

HEX 03 44 3E
Decimal 3 68 62
Binary 11 1000100 111110
Octal 3 104 76

Shades and tints

Shades of #03443E

#03443E
(3,68,62)
#033E39
(3,62,57)
#033834
(3,56,52)
#03322F
(3,50,47)
#032C2A
(3,44,42)
#032625
(3,38,37)
#032020
(3,32,32)
#031A1B
(3,26,27)
#031416
(3,20,22)
#030E11
(3,14,17)
#03080C
(3,8,12)
#000000
(0,0,0)

Tints of #03443E

#03443E
(3,68,62)
#19554F
(25,85,79)
#2F6660
(47,102,96)
#457771
(69,119,113)
#5B8882
(91,136,130)
#719993
(113,153,147)
#87AAA4
(135,170,164)
#9DBBB5
(157,187,181)
#B3CCC6
(179,204,198)
#C9DDD7
(201,221,215)
#DFEEE8
(223,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03443E color. Also use rgb(3,68,62) instead hex code.

Text Font Color

.myTextColor { color: #03443E; }

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

This text font color is #03443E.

Background Color

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

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

This div background color is #03443E.

Border color

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

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

This div border color is #03443E.

Opacity

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

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

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

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

This text has shadow with #03443E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03443E.

Preview

Color preview on black background

This text has color #03443E on black background.


Color preview on white background

This text has color #03443E on white background.


Black color preview on #03443E background

This text has black color on #03443E background.


White color preview on #03443E background

This text has white color on #03443E background.


Related colors

Complementary color

Complementary color for #hex is #FCBBC1.


I love getcolorcode.com

Triadic colors

1 #3E0344 and #443E03 with #03443E are triadic colors.

2 #3E4403 and #44033E with #03443E are triadic colors.