COLOR #08446D

HEX: #08446D
RGB: (8,68,109)

Color info

#08446D contains mainly green and blue colors. Web safe color of #08446D is #003366 (or #036).

RGB color model

#08446D color RGB value is (8,68,109).

  • red value is 8;
  • green value is 68;
  • blue value is 109.
RGB:
(8,68,109)
(3%,27%,43%)

RGB channels and saturation

R 8 of 255 = 3%
G 68 of 255 = 27%
B 109 of 255 = 43%

8
68
109

R + G + B ~ 24%. #08446D is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 68 + 109 = 185 (100%)
R 8 of 185 ~ 4.32%
G 68 of 185 ~ 36.76%
B 109 of 185 ~ 58.92%

%36.76
%58.92

CMYK color model

#08446D color CMYK value is (93,38,0,57).

  • cyan value is 92.66%
  • magenta value is 37.61%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(93,38,0,57)
C93M38Y0K57 
(93%,38%,0%,57%)
(0.93/0.38/0.00/0.57)	

CMYK percentages

%92.66
%37.61
%0
%57.25

Codes

Color #08446D in popluar color models

08446D
RGB868109
HSL204°86.32%22.94%
HSB/HSV204°92.66%42.75%
CMYK92.66%37.61%0.00%
57.25%

Color #08446D in popluar number systems.

HEX08446D
Decimal868109
Binary100010001001101101
Octal10104155

Shades and tints

Shades of #08446D

#08446D
(8,68,109)
#083E64
(8,62,100)
#08385B
(8,56,91)
#083252
(8,50,82)
#082C49
(8,44,73)
#082640
(8,38,64)
#082037
(8,32,55)
#081A2E
(8,26,46)
#081425
(8,20,37)
#080E1C
(8,14,28)
#080813
(8,8,19)
#000000
(0,0,0)

Tints of #08446D

#08446D
(8,68,109)
#1E557A
(30,85,122)
#346687
(52,102,135)
#4A7794
(74,119,148)
#6088A1
(96,136,161)
#7699AE
(118,153,174)
#8CAABB
(140,170,187)
#A2BBC8
(162,187,200)
#B8CCD5
(184,204,213)
#CEDDE2
(206,221,226)
#E4EEEF
(228,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08446D color. Also use rgb(8,68,109) instead hex code.

Text Font Color

.myTextColor { color: #08446D; }

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

This text font color is #08446D.


Background Color

.myBgColor { background-color: #08446D; }

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

This div background color is #08446D.


Border color

.myBorderColor { border: 1px solid #08446D; }

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

This div border color is #08446D.


Opacity

.myOpacity80 { color: #08446D; opacity: 0.8; }

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

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

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

This text has shadow with #08446D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08446D on black background.


Color preview on white background

This text has color #08446D on white background.



Black color preview on #08446D background

This text has black color on #08446D background.


White color preview on #08446D background

This text has white color on #08446D background.