COLOR #08335D

HEX: #08335D
RGB: (8,51,93)

Color info

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

RGB color model

#08335D color RGB value is (8,51,93).

  • red value is 8;
  • green value is 51;
  • blue value is 93.
RGB:
(8,51,93)
(3%,20%,36%)

RGB channels and saturation

R 8 of 255 = 3%
G 51 of 255 = 20%
B 93 of 255 = 36%

8
51
93

R + G + B ~ 20%. #08335D is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 51 + 93 = 152 (100%)
R 8 of 152 ~ 5.26%
G 51 of 152 ~ 33.55%
B 93 of 152 ~ 61.18%

%33.55
%61.18

CMYK color model

#08335D color CMYK value is (91,45,0,64).

  • cyan value is 91.40%
  • magenta value is 45.16%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(91,45,0,64)
C91M45Y0K64 
(91%,45%,0%,64%)
(0.91/0.45/0.00/0.64)	

CMYK percentages

%91.4
%45.16
%0
%63.53

Codes

Color #08335D in popluar color models

08335D
RGB85193
HSL210°84.16%19.80%
HSB/HSV210°91.40%36.47%
CMYK91.40%45.16%0.00%
63.53%

Color #08335D in popluar number systems.

HEX08335D
Decimal85193
Binary10001100111011101
Octal1063135

Shades and tints

Shades of #08335D

#08335D
(8,51,93)
#082F55
(8,47,85)
#082B4D
(8,43,77)
#082745
(8,39,69)
#08233D
(8,35,61)
#081F35
(8,31,53)
#081B2D
(8,27,45)
#081725
(8,23,37)
#08131D
(8,19,29)
#080F15
(8,15,21)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #08335D

#08335D
(8,51,93)
#1E456B
(30,69,107)
#345779
(52,87,121)
#4A6987
(74,105,135)
#607B95
(96,123,149)
#768DA3
(118,141,163)
#8C9FB1
(140,159,177)
#A2B1BF
(162,177,191)
#B8C3CD
(184,195,205)
#CED5DB
(206,213,219)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08335D color. Also use rgb(8,51,93) instead hex code.

Text Font Color

.myTextColor { color: #08335D; }

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

This text font color is #08335D.


Background Color

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

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

This div background color is #08335D.


Border color

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

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

This div border color is #08335D.


Opacity

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

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

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

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

This text has shadow with #08335D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08335D on black background.


Color preview on white background

This text has color #08335D on white background.



Black color preview on #08335D background

This text has black color on #08335D background.


White color preview on #08335D background

This text has white color on #08335D background.