COLOR #408085

HEX: #408085
RGB: (64,128,133)

Color info

#408085 contains mainly green and blue colors. Web safe color of #408085 is #336699 (or #369).

RGB color model

#408085 color RGB value is (64,128,133).

  • red value is 64;
  • green value is 128;
  • blue value is 133.
RGB:
(64,128,133)
(25%,50%,52%)

RGB channels and saturation

R 64 of 255 = 25%
G 128 of 255 = 50%
B 133 of 255 = 52%

64
128
133

R + G + B ~ 42%. #408085 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 128 + 133 = 325 (100%)
R 64 of 325 ~ 19.69%
G 128 of 325 ~ 39.38%
B 133 of 325 ~ 40.92%

%19.69
%39.38
%40.92

CMYK color model

#408085 color CMYK value is (52,4,0,48).

  • cyan value is 51.88%
  • magenta value is 3.76%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(52,4,0,48)
C52M4Y0K48 
(52%,4%,0%,48%)
(0.52/0.04/0.00/0.48)	

CMYK percentages

%51.88
%3.76
%0
%47.84

Codes

Color #408085 in popluar color models

408085
RGB64128133
HSL184°35.03%38.63%
HSB/HSV184°51.88%52.16%
CMYK51.88%3.76%0.00%
47.84%

Color #408085 in popluar number systems.

HEX408085
Decimal64128133
Binary10000001000000010000101
Octal100200205

Shades and tints

Shades of #408085

#408085
(64,128,133)
#3B7579
(59,117,121)
#366A6D
(54,106,109)
#315F61
(49,95,97)
#2C5455
(44,84,85)
#274949
(39,73,73)
#223E3D
(34,62,61)
#1D3331
(29,51,49)
#182825
(24,40,37)
#131D19
(19,29,25)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #408085

#408085
(64,128,133)
#518B90
(81,139,144)
#62969B
(98,150,155)
#73A1A6
(115,161,166)
#84ACB1
(132,172,177)
#95B7BC
(149,183,188)
#A6C2C7
(166,194,199)
#B7CDD2
(183,205,210)
#C8D8DD
(200,216,221)
#D9E3E8
(217,227,232)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #408085 color. Also use rgb(64,128,133) instead hex code.

Text Font Color

.myTextColor { color: #408085; }

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

This text font color is #408085.


Background Color

.myBgColor { background-color: #408085; }

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

This div background color is #408085.


Border color

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

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

This div border color is #408085.


Opacity

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

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

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

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

This text has shadow with #408085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #408085 on black background.


Color preview on white background

This text has color #408085 on white background.



Black color preview on #408085 background

This text has black color on #408085 background.


White color preview on #408085 background

This text has white color on #408085 background.