COLOR #03171C

HEX: #03171C RGB: (3,23,28)

Color info

#03171C contains red, green and blue colors in about the same proportion. Web safe color of #03171C is #000033 (or #003).

RGB color model

#03171C color RGB value is (3,23,28).

RGB: (3,23,28) (1%, 9%, 11%)

RGB channels and saturation

R 3 of 255 = 1%
G 23 of 255 = 9%
B 28 of 255 = 11%

3
23
28

R + G + B ~ 7%. #03171C is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 23 + 28 = 54 (100%)
R 3 of 54 ~ 5.56%
G 23 of 54 ~ 42.59%
B 28 of 54 ~ 51.85'%

%42.59
%51.85

CMYK color model

#03171C color CMYK value is (89,18,0,89).

  • cyan value is 89.29%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 89.02%

CMYK: (89,18,0,89)
C89M18Y0K89 (89%, 18%, 0%, 89%)
(0.89 / 0.18 / 0.00 / 0.89)

CMYK percentages

%89.29
%17.86
%0
%89.02

Codes

Color #03171C in popluar color models

03 17 1C
RGB 3 23 28
HSL 192° 80.65% 6.08%
HSB/HSV 192° 89.29% 10.98%
CMYK 89.29% 17.86% 0.00%
89.02%

Color #03171C in popluar number systems.

HEX 03 17 1C
Decimal 3 23 28
Binary 11 10111 11100
Octal 3 27 34

Shades and tints

Shades of #03171C

#03171C
(3,23,28)
#03151A
(3,21,26)
#031318
(3,19,24)
#031116
(3,17,22)
#030F14
(3,15,20)
#030D12
(3,13,18)
#030B10
(3,11,16)
#03090E
(3,9,14)
#03070C
(3,7,12)
#03050A
(3,5,10)
#030308
(3,3,8)
#000000
(0,0,0)

Tints of #03171C

#03171C
(3,23,28)
#192C30
(25,44,48)
#2F4144
(47,65,68)
#455658
(69,86,88)
#5B6B6C
(91,107,108)
#718080
(113,128,128)
#879594
(135,149,148)
#9DAAA8
(157,170,168)
#B3BFBC
(179,191,188)
#C9D4D0
(201,212,208)
#DFE9E4
(223,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03171C color. Also use rgb(3,23,28) instead hex code.

Text Font Color

.myTextColor { color: #03171C; }

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

This text font color is #03171C.

Background Color

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

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

This div background color is #03171C.

Border color

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

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

This div border color is #03171C.

Opacity

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

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

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

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

This text has shadow with #03171C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03171C.

Preview

Color preview on black background

This text has color #03171C on black background.


Color preview on white background

This text has color #03171C on white background.


Black color preview on #03171C background

This text has black color on #03171C background.


White color preview on #03171C background

This text has white color on #03171C background.


Related colors

Complementary color

Complementary color for #hex is #FCE8E3.


I love getcolorcode.com

Triadic colors

1 #1C0317 and #171C03 with #03171C are triadic colors.

2 #1C1703 and #17031C with #03171C are triadic colors.