COLOR #000830

HEX: #000830
RGB: (0,8,48)

Color info

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

RGB color model

#000830 color RGB value is (0,8,48).

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

RGB channels and saturation

R 0 of 255 = 0%
G 8 of 255 = 3%
B 48 of 255 = 19%

0
8
48

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

Portions of RGB colors in percentages

R + G + B =
0 + 8 + 48 = 56 (100%)
R 0 of 56 ~ 0%
G 8 of 56 ~ 14.29%
B 48 of 56 ~ 85.71%

%14.29
%85.71

CMYK color model

#000830 color CMYK value is (100,83,0,81).

  • cyan value is 100.00%
  • magenta value is 83.33%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(100,83,0,81)
C100M83Y0K81 
(100%,83%,0%,81%)
(1.00/0.83/0.00/0.81)	

CMYK percentages

%100
%83.33
%0
%81.18

Codes

Color #000830 in popluar color models

000830
RGB0848
HSL230°100.00%9.41%
HSB/HSV230°100.00%18.82%
CMYK100.00%83.33%0.00%
81.18%

Color #000830 in popluar number systems.

HEX000830
Decimal0848
Binary01000110000
Octal01060

Shades and tints

Shades of #000830

#000830
(0,8,48)
#00082C
(0,8,44)
#000828
(0,8,40)
#000824
(0,8,36)
#000820
(0,8,32)
#00081C
(0,8,28)
#000818
(0,8,24)
#000814
(0,8,20)
#000810
(0,8,16)
#00080C
(0,8,12)
#000808
(0,8,8)
#000000
(0,0,0)

Tints of #000830

#000830
(0,8,48)
#171E42
(23,30,66)
#2E3454
(46,52,84)
#454A66
(69,74,102)
#5C6078
(92,96,120)
#73768A
(115,118,138)
#8A8C9C
(138,140,156)
#A1A2AE
(161,162,174)
#B8B8C0
(184,184,192)
#CFCED2
(207,206,210)
#E6E4E4
(230,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000830; }

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

This text font color is #000830.


Background Color

.myBgColor { background-color: #000830; }

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

This div background color is #000830.


Border color

.myBorderColor { border: 1px solid #000830; }

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

This div border color is #000830.


Opacity

.myOpacity80 { color: #000830; opacity: 0.8; }

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

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

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

This text has shadow with #000830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000830 on black background.


Color preview on white background

This text has color #000830 on white background.



Black color preview on #000830 background

This text has black color on #000830 background.


White color preview on #000830 background

This text has white color on #000830 background.