COLOR #0829A3

HEX: #0829A3
RGB: (8,41,163)

Color info

#0829A3 contains mainly blue color. Web safe color of #0829A3 is #003399 (or #039).

RGB color model

#0829A3 color RGB value is (8,41,163).

  • red value is 8;
  • green value is 41;
  • blue value is 163.
RGB:
(8,41,163)
(3%,16%,64%)

RGB channels and saturation

R 8 of 255 = 3%
G 41 of 255 = 16%
B 163 of 255 = 64%

8
41
163

R + G + B ~ 28%. #0829A3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 41 + 163 = 212 (100%)
R 8 of 212 ~ 3.77%
G 41 of 212 ~ 19.34%
B 163 of 212 ~ 76.89%

%19.34
%76.89

CMYK color model

#0829A3 color CMYK value is (95,75,0,36).

  • cyan value is 95.09%
  • magenta value is 74.85%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(95,75,0,36)
C95M75Y0K36 
(95%,75%,0%,36%)
(0.95/0.75/0.00/0.36)	

CMYK percentages

%95.09
%74.85
%0
%36.08

Codes

Color #0829A3 in popluar color models

0829A3
RGB841163
HSL227°90.64%33.53%
HSB/HSV227°95.09%63.92%
CMYK95.09%74.85%0.00%
36.08%

Color #0829A3 in popluar number systems.

HEX0829A3
Decimal841163
Binary100010100110100011
Octal1051243

Shades and tints

Shades of #0829A3

#0829A3
(8,41,163)
#082695
(8,38,149)
#082387
(8,35,135)
#082079
(8,32,121)
#081D6B
(8,29,107)
#081A5D
(8,26,93)
#08174F
(8,23,79)
#081441
(8,20,65)
#081133
(8,17,51)
#080E25
(8,14,37)
#080B17
(8,11,23)
#000000
(0,0,0)

Tints of #0829A3

#0829A3
(8,41,163)
#1E3CAB
(30,60,171)
#344FB3
(52,79,179)
#4A62BB
(74,98,187)
#6075C3
(96,117,195)
#7688CB
(118,136,203)
#8C9BD3
(140,155,211)
#A2AEDB
(162,174,219)
#B8C1E3
(184,193,227)
#CED4EB
(206,212,235)
#E4E7F3
(228,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0829A3 color. Also use rgb(8,41,163) instead hex code.

Text Font Color

.myTextColor { color: #0829A3; }

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

This text font color is #0829A3.


Background Color

.myBgColor { background-color: #0829A3; }

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

This div background color is #0829A3.


Border color

.myBorderColor { border: 1px solid #0829A3; }

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

This div border color is #0829A3.


Opacity

.myOpacity80 { color: #0829A3; opacity: 0.8; }

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

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

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

This text has shadow with #0829A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0829A3 on black background.


Color preview on white background

This text has color #0829A3 on white background.



Black color preview on #0829A3 background

This text has black color on #0829A3 background.


White color preview on #0829A3 background

This text has white color on #0829A3 background.