COLOR #03151C

HEX: #03151C
RGB: (3,21,28)

Color info

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

RGB color model

#03151C color RGB value is (3,21,28).

  • red value is 3;
  • green value is 21;
  • blue value is 28.
RGB:
(3,21,28)
(1%,8%,11%)

RGB channels and saturation

R 3 of 255 = 1%
G 21 of 255 = 8%
B 28 of 255 = 11%

3
21
28

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

Portions of RGB colors in percentages

R + G + B =
3 + 21 + 28 = 52 (100%)
R 3 of 52 ~ 5.77%
G 21 of 52 ~ 40.38%
B 28 of 52 ~ 53.85%

%40.38
%53.85

CMYK color model

#03151C color CMYK value is (89,25,0,89).

  • cyan value is 89.29%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(89,25,0,89)
C89M25Y0K89 
(89%,25%,0%,89%)
(0.89/0.25/0.00/0.89)	

CMYK percentages

%89.29
%25
%0
%89.02

Codes

Color #03151C in popluar color models

03151C
RGB32128
HSL197°80.65%6.08%
HSB/HSV197°89.29%10.98%
CMYK89.29%25.00%0.00%
89.02%

Color #03151C in popluar number systems.

HEX03151C
Decimal32128
Binary111010111100
Octal32534

Shades and tints

Shades of #03151C

#03151C
(3,21,28)
#03141A
(3,20,26)
#031318
(3,19,24)
#031216
(3,18,22)
#031114
(3,17,20)
#031012
(3,16,18)
#030F10
(3,15,16)
#030E0E
(3,14,14)
#030D0C
(3,13,12)
#030C0A
(3,12,10)
#030B08
(3,11,8)
#000000
(0,0,0)

Tints of #03151C

#03151C
(3,21,28)
#192A30
(25,42,48)
#2F3F44
(47,63,68)
#455458
(69,84,88)
#5B696C
(91,105,108)
#717E80
(113,126,128)
#879394
(135,147,148)
#9DA8A8
(157,168,168)
#B3BDBC
(179,189,188)
#C9D2D0
(201,210,208)
#DFE7E4
(223,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03151C; }

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

This text font color is #03151C.


Background Color

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

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

This div background color is #03151C.


Border color

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

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

This div border color is #03151C.


Opacity

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

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

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

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

This text has shadow with #03151C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03151C on black background.


Color preview on white background

This text has color #03151C on white background.



Black color preview on #03151C background

This text has black color on #03151C background.


White color preview on #03151C background

This text has white color on #03151C background.