COLOR #083352

HEX: #083352 RGB: (8,51,82)

Color info

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

RGB color model

#083352 color RGB value is (8,51,82).

RGB: (8,51,82) (3%, 20%, 32%)

RGB channels and saturation

R 8 of 255 = 3%
G 51 of 255 = 20%
B 82 of 255 = 32%

8
51
82

R + G + B ~ 18%. #083352 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 51 + 82 = 141 (100%)
R 8 of 141 ~ 5.67%
G 51 of 141 ~ 36.17%
B 82 of 141 ~ 58.16'%

%36.17
%58.16

CMYK color model

#083352 color CMYK value is (90,38,0,68).

  • cyan value is 90.24%
  • magenta value is 37.80%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (90,38,0,68)
C90M38Y0K68 (90%, 38%, 0%, 68%)
(0.90 / 0.38 / 0.00 / 0.68)

CMYK percentages

%90.24
%37.8
%0
%67.84

Codes

Color #083352 in popluar color models

08 33 52
RGB 8 51 82
HSL 205° 82.22% 17.65%
HSB/HSV 205° 90.24% 32.16%
CMYK 90.24% 37.80% 0.00%
67.84%

Color #083352 in popluar number systems.

HEX 08 33 52
Decimal 8 51 82
Binary 1000 110011 1010010
Octal 10 63 122

Shades and tints

Shades of #083352

#083352
(8,51,82)
#082F4B
(8,47,75)
#082B44
(8,43,68)
#08273D
(8,39,61)
#082336
(8,35,54)
#081F2F
(8,31,47)
#081B28
(8,27,40)
#081721
(8,23,33)
#08131A
(8,19,26)
#080F13
(8,15,19)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #083352

#083352
(8,51,82)
#1E4561
(30,69,97)
#345770
(52,87,112)
#4A697F
(74,105,127)
#607B8E
(96,123,142)
#768D9D
(118,141,157)
#8C9FAC
(140,159,172)
#A2B1BB
(162,177,187)
#B8C3CA
(184,195,202)
#CED5D9
(206,213,217)
#E4E7E8
(228,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #083352; }

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

This text font color is #083352.

Background Color

.myBgColor { background-color: #083352; }

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

This div background color is #083352.

Border color

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

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

This div border color is #083352.

Opacity

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

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

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

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

This text has shadow with #083352 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #083352.

Preview

Color preview on black background

This text has color #083352 on black background.


Color preview on white background

This text has color #083352 on white background.


Black color preview on #083352 background

This text has black color on #083352 background.


White color preview on #083352 background

This text has white color on #083352 background.


Related colors

Complementary color

Complementary color for #hex is #F7CCAD.


I love getcolorcode.com

Triadic colors

1 #520833 and #335208 with #083352 are triadic colors.

2 #523308 and #330852 with #083352 are triadic colors.