COLOR #03424C

HEX: #03424C RGB: (3,66,76)

Color info

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

RGB color model

#03424C color RGB value is (3,66,76).

RGB: (3,66,76) (1%, 26%, 30%)

RGB channels and saturation

R 3 of 255 = 1%
G 66 of 255 = 26%
B 76 of 255 = 30%

3
66
76

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

Portions of RGB colors in percentages

R + G + B = 3 + 66 + 76 = 145 (100%)
R 3 of 145 ~ 2.07%
G 66 of 145 ~ 45.52%
B 76 of 145 ~ 52.41'%

%45.52
%52.41

CMYK color model

#03424C color CMYK value is (96,13,0,70).

  • cyan value is 96.05%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (96,13,0,70)
C96M13Y0K70 (96%, 13%, 0%, 70%)
(0.96 / 0.13 / 0.00 / 0.70)

CMYK percentages

%96.05
%13.16
%0
%70.2

Codes

Color #03424C in popluar color models

03 42 4C
RGB 3 66 76
HSL 188° 92.41% 15.49%
HSB/HSV 188° 96.05% 29.80%
CMYK 96.05% 13.16% 0.00%
70.20%

Color #03424C in popluar number systems.

HEX 03 42 4C
Decimal 3 66 76
Binary 11 1000010 1001100
Octal 3 102 114

Shades and tints

Shades of #03424C

#03424C
(3,66,76)
#033C46
(3,60,70)
#033640
(3,54,64)
#03303A
(3,48,58)
#032A34
(3,42,52)
#03242E
(3,36,46)
#031E28
(3,30,40)
#031822
(3,24,34)
#03121C
(3,18,28)
#030C16
(3,12,22)
#030610
(3,6,16)
#000000
(0,0,0)

Tints of #03424C

#03424C
(3,66,76)
#19535C
(25,83,92)
#2F646C
(47,100,108)
#45757C
(69,117,124)
#5B868C
(91,134,140)
#71979C
(113,151,156)
#87A8AC
(135,168,172)
#9DB9BC
(157,185,188)
#B3CACC
(179,202,204)
#C9DBDC
(201,219,220)
#DFECEC
(223,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03424C; }

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

This text font color is #03424C.

Background Color

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

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

This div background color is #03424C.

Border color

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

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

This div border color is #03424C.

Opacity

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

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

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

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

This text has shadow with #03424C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03424C.

Preview

Color preview on black background

This text has color #03424C on black background.


Color preview on white background

This text has color #03424C on white background.


Black color preview on #03424C background

This text has black color on #03424C background.


White color preview on #03424C background

This text has white color on #03424C background.


Related colors

Complementary color

Complementary color for #hex is #FCBDB3.


I love getcolorcode.com

Triadic colors

1 #4C0342 and #424C03 with #03424C are triadic colors.

2 #4C4203 and #42034C with #03424C are triadic colors.