COLOR #408688

HEX: #408688
RGB: (64,134,136)

Color info

#408688 contains mainly green and blue colors. Web safe color of #408688 is #339999 (or #399).

RGB color model

#408688 color RGB value is (64,134,136).

  • red value is 64;
  • green value is 134;
  • blue value is 136.
RGB:
(64,134,136)
(25%,53%,53%)

RGB channels and saturation

R 64 of 255 = 25%
G 134 of 255 = 53%
B 136 of 255 = 53%

64
134
136

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

Portions of RGB colors in percentages

R + G + B =
64 + 134 + 136 = 334 (100%)
R 64 of 334 ~ 19.16%
G 134 of 334 ~ 40.12%
B 136 of 334 ~ 40.72%

%19.16
%40.12
%40.72

CMYK color model

#408688 color CMYK value is (53,1,0,47).

  • cyan value is 52.94%
  • magenta value is 1.47%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(53,1,0,47)
C53M1Y0K47 
(53%,1%,0%,47%)
(0.53/0.01/0.00/0.47)	

CMYK percentages

%52.94
%1.47
%0
%46.67

Codes

Color #408688 in popluar color models

408688
RGB64134136
HSL182°36.00%39.22%
HSB/HSV182°52.94%53.33%
CMYK52.94%1.47%0.00%
46.67%

Color #408688 in popluar number systems.

HEX408688
Decimal64134136
Binary10000001000011010001000
Octal100206210

Shades and tints

Shades of #408688

#408688
(64,134,136)
#3B7A7C
(59,122,124)
#366E70
(54,110,112)
#316264
(49,98,100)
#2C5658
(44,86,88)
#274A4C
(39,74,76)
#223E40
(34,62,64)
#1D3234
(29,50,52)
#182628
(24,38,40)
#131A1C
(19,26,28)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #408688

#408688
(64,134,136)
#519192
(81,145,146)
#629C9C
(98,156,156)
#73A7A6
(115,167,166)
#84B2B0
(132,178,176)
#95BDBA
(149,189,186)
#A6C8C4
(166,200,196)
#B7D3CE
(183,211,206)
#C8DED8
(200,222,216)
#D9E9E2
(217,233,226)
#EAF4EC
(234,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #408688 color. Also use rgb(64,134,136) instead hex code.

Text Font Color

.myTextColor { color: #408688; }

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

This text font color is #408688.


Background Color

.myBgColor { background-color: #408688; }

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

This div background color is #408688.


Border color

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

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

This div border color is #408688.


Opacity

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

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

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

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

This text has shadow with #408688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #408688 on black background.


Color preview on white background

This text has color #408688 on white background.



Black color preview on #408688 background

This text has black color on #408688 background.


White color preview on #408688 background

This text has white color on #408688 background.