COLOR #000834

HEX: #000834
RGB: (0,8,52)

Color info

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

RGB color model

#000834 color RGB value is (0,8,52).

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

RGB channels and saturation

R 0 of 255 = 0%
G 8 of 255 = 3%
B 52 of 255 = 20%

0
8
52

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

Portions of RGB colors in percentages

R + G + B =
0 + 8 + 52 = 60 (100%)
R 0 of 60 ~ 0%
G 8 of 60 ~ 13.33%
B 52 of 60 ~ 86.67%

%13.33
%86.67

CMYK color model

#000834 color CMYK value is (100,85,0,80).

  • cyan value is 100.00%
  • magenta value is 84.62%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(100,85,0,80)
C100M85Y0K80 
(100%,85%,0%,80%)
(1.00/0.85/0.00/0.80)	

CMYK percentages

%100
%84.62
%0
%79.61

Codes

Color #000834 in popluar color models

000834
RGB0852
HSL231°100.00%10.20%
HSB/HSV231°100.00%20.39%
CMYK100.00%84.62%0.00%
79.61%

Color #000834 in popluar number systems.

HEX000834
Decimal0852
Binary01000110100
Octal01064

Shades and tints

Shades of #000834

#000834
(0,8,52)
#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)
#000000
(0,0,0)

Tints of #000834

#000834
(0,8,52)
#171E46
(23,30,70)
#2E3458
(46,52,88)
#454A6A
(69,74,106)
#5C607C
(92,96,124)
#73768E
(115,118,142)
#8A8CA0
(138,140,160)
#A1A2B2
(161,162,178)
#B8B8C4
(184,184,196)
#CFCED6
(207,206,214)
#E6E4E8
(230,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000834; }

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

This text font color is #000834.


Background Color

.myBgColor { background-color: #000834; }

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

This div background color is #000834.


Border color

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

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

This div border color is #000834.


Opacity

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

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

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

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

This text has shadow with #000834 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000834 on black background.


Color preview on white background

This text has color #000834 on white background.



Black color preview on #000834 background

This text has black color on #000834 background.


White color preview on #000834 background

This text has white color on #000834 background.