COLOR #03424E

HEX: #03424E
RGB: (3,66,78)

Color info

#03424E contains mainly green and blue colors. Web safe color of #03424E is #003366 (or #036).

RGB color model

#03424E color RGB value is (3,66,78).

  • red value is 3;
  • green value is 66;
  • blue value is 78.
RGB:
(3,66,78)
(1%,26%,31%)

RGB channels and saturation

R 3 of 255 = 1%
G 66 of 255 = 26%
B 78 of 255 = 31%

3
66
78

R + G + B ~ 19%. #03424E is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 66 + 78 = 147 (100%)
R 3 of 147 ~ 2.04%
G 66 of 147 ~ 44.9%
B 78 of 147 ~ 53.06%

%44.9
%53.06

CMYK color model

#03424E color CMYK value is (96,15,0,69).

  • cyan value is 96.15%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(96,15,0,69)
C96M15Y0K69 
(96%,15%,0%,69%)
(0.96/0.15/0.00/0.69)	

CMYK percentages

%96.15
%15.38
%0
%69.41

Codes

Color #03424E in popluar color models

03424E
RGB36678
HSL190°92.59%15.88%
HSB/HSV190°96.15%30.59%
CMYK96.15%15.38%0.00%
69.41%

Color #03424E in popluar number systems.

HEX03424E
Decimal36678
Binary1110000101001110
Octal3102116

Shades and tints

Shades of #03424E

#03424E
(3,66,78)
#033C47
(3,60,71)
#033640
(3,54,64)
#033039
(3,48,57)
#032A32
(3,42,50)
#03242B
(3,36,43)
#031E24
(3,30,36)
#03181D
(3,24,29)
#031216
(3,18,22)
#030C0F
(3,12,15)
#030608
(3,6,8)
#000000
(0,0,0)

Tints of #03424E

#03424E
(3,66,78)
#19535E
(25,83,94)
#2F646E
(47,100,110)
#45757E
(69,117,126)
#5B868E
(91,134,142)
#71979E
(113,151,158)
#87A8AE
(135,168,174)
#9DB9BE
(157,185,190)
#B3CACE
(179,202,206)
#C9DBDE
(201,219,222)
#DFECEE
(223,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03424E color. Also use rgb(3,66,78) instead hex code.

Text Font Color

.myTextColor { color: #03424E; }

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

This text font color is #03424E.


Background Color

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

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

This div background color is #03424E.


Border color

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

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

This div border color is #03424E.


Opacity

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

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

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

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

This text has shadow with #03424E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03424E on black background.


Color preview on white background

This text has color #03424E on white background.



Black color preview on #03424E background

This text has black color on #03424E background.


White color preview on #03424E background

This text has white color on #03424E background.