COLOR #083354

HEX: #083354 RGB: (8,51,84)

Color info

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

RGB color model

#083354 color RGB value is (8,51,84).

RGB: (8,51,84) (3%, 20%, 33%)

RGB channels and saturation

R 8 of 255 = 3%
G 51 of 255 = 20%
B 84 of 255 = 33%

8
51
84

R + G + B ~ 19%. #083354 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 51 + 84 = 143 (100%)
R 8 of 143 ~ 5.59%
G 51 of 143 ~ 35.66%
B 84 of 143 ~ 58.74'%

%35.66
%58.74

CMYK color model

#083354 color CMYK value is (90,39,0,67).

  • cyan value is 90.48%
  • magenta value is 39.29%
  • yellow value is 0.00%
  • key color value is 67.06%

CMYK: (90,39,0,67)
C90M39Y0K67 (90%, 39%, 0%, 67%)
(0.90 / 0.39 / 0.00 / 0.67)

CMYK percentages

%90.48
%39.29
%0
%67.06

Codes

Color #083354 in popluar color models

08 33 54
RGB 8 51 84
HSL 206° 82.61% 18.04%
HSB/HSV 206° 90.48% 32.94%
CMYK 90.48% 39.29% 0.00%
67.06%

Color #083354 in popluar number systems.

HEX 08 33 54
Decimal 8 51 84
Binary 1000 110011 1010100
Octal 10 63 124

Shades and tints

Shades of #083354

#083354
(8,51,84)
#082F4D
(8,47,77)
#082B46
(8,43,70)
#08273F
(8,39,63)
#082338
(8,35,56)
#081F31
(8,31,49)
#081B2A
(8,27,42)
#081723
(8,23,35)
#08131C
(8,19,28)
#080F15
(8,15,21)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #083354

#083354
(8,51,84)
#1E4563
(30,69,99)
#345772
(52,87,114)
#4A6981
(74,105,129)
#607B90
(96,123,144)
#768D9F
(118,141,159)
#8C9FAE
(140,159,174)
#A2B1BD
(162,177,189)
#B8C3CC
(184,195,204)
#CED5DB
(206,213,219)
#E4E7EA
(228,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #083354; }

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

This text font color is #083354.

Background Color

.myBgColor { background-color: #083354; }

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

This div background color is #083354.

Border color

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

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

This div border color is #083354.

Opacity

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

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

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

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

This text has shadow with #083354 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #083354.

Preview

Color preview on black background

This text has color #083354 on black background.


Color preview on white background

This text has color #083354 on white background.


Black color preview on #083354 background

This text has black color on #083354 background.


White color preview on #083354 background

This text has white color on #083354 background.


Related colors

Complementary color

Complementary color for #hex is #F7CCAB.


I love getcolorcode.com

Triadic colors

1 #540833 and #335408 with #083354 are triadic colors.

2 #543308 and #330854 with #083354 are triadic colors.