COLOR #000F30

HEX: #000F30
RGB: (0,15,48)

Color info

#000F30 contains only green and blue colors. Web safe color of #000F30 is #000033 (or #003).

RGB color model

#000F30 color RGB value is (0,15,48).

  • red value is 0;
  • green value is 15;
  • blue value is 48.
RGB:
(0,15,48)
(0%,6%,19%)

RGB channels and saturation

R 0 of 255 = 0%
G 15 of 255 = 6%
B 48 of 255 = 19%

0
15
48

R + G + B ~ 8%. #000F30 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 15 + 48 = 63 (100%)
R 0 of 63 ~ 0%
G 15 of 63 ~ 23.81%
B 48 of 63 ~ 76.19%

%23.81
%76.19

CMYK color model

#000F30 color CMYK value is (100,69,0,81).

  • cyan value is 100.00%
  • magenta value is 68.75%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(100,69,0,81)
C100M69Y0K81 
(100%,69%,0%,81%)
(1.00/0.69/0.00/0.81)	

CMYK percentages

%100
%68.75
%0
%81.18

Codes

Color #000F30 in popluar color models

000F30
RGB01548
HSL221°100.00%9.41%
HSB/HSV221°100.00%18.82%
CMYK100.00%68.75%0.00%
81.18%

Color #000F30 in popluar number systems.

HEX000F30
Decimal01548
Binary01111110000
Octal01760

Shades and tints

Shades of #000F30

#000F30
(0,15,48)
#000E2C
(0,14,44)
#000D28
(0,13,40)
#000C24
(0,12,36)
#000B20
(0,11,32)
#000A1C
(0,10,28)
#000918
(0,9,24)
#000814
(0,8,20)
#000710
(0,7,16)
#00060C
(0,6,12)
#000508
(0,5,8)
#000000
(0,0,0)

Tints of #000F30

#000F30
(0,15,48)
#172442
(23,36,66)
#2E3954
(46,57,84)
#454E66
(69,78,102)
#5C6378
(92,99,120)
#73788A
(115,120,138)
#8A8D9C
(138,141,156)
#A1A2AE
(161,162,174)
#B8B7C0
(184,183,192)
#CFCCD2
(207,204,210)
#E6E1E4
(230,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #000F30 color. Also use rgb(0,15,48) instead hex code.

Text Font Color

.myTextColor { color: #000F30; }

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

This text font color is #000F30.


Background Color

.myBgColor { background-color: #000F30; }

<div style="background-color:#000F30">Inner text</div>

This div background color is #000F30.


Border color

.myBorderColor { border: 1px solid #000F30; }

<div style="border:3px solid #000F30">Div</div>

This div border color is #000F30.


Opacity

.myOpacity80 { color: #000F30; opacity: 0.8; }

<p style="color:#000F30;opacity:0.8;">80%</p>

Text with #000F30 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 #000F30;}

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

This text has shadow with #000F30 color.

.textShadow {text-shadow: 3px 3px 1px #000F30, 3px 3px 1px red;}

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

This text has shadow with #000F30 primary color and red secondary color.


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

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

This text has shadow with #000F30 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000F30 on black background.


Color preview on white background

This text has color #000F30 on white background.



Black color preview on #000F30 background

This text has black color on #000F30 background.


White color preview on #000F30 background

This text has white color on #000F30 background.