COLOR #408FA8

HEX: #408FA8
RGB: (64,143,168)

Color info

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

RGB color model

#408FA8 color RGB value is (64,143,168).

  • red value is 64;
  • green value is 143;
  • blue value is 168.
RGB:
(64,143,168)
(25%,56%,66%)

RGB channels and saturation

R 64 of 255 = 25%
G 143 of 255 = 56%
B 168 of 255 = 66%

64
143
168

R + G + B ~ 49%. #408FA8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 143 + 168 = 375 (100%)
R 64 of 375 ~ 17.07%
G 143 of 375 ~ 38.13%
B 168 of 375 ~ 44.8%

%17.07
%38.13
%44.8

CMYK color model

#408FA8 color CMYK value is (62,15,0,34).

  • cyan value is 61.90%
  • magenta value is 14.88%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(62,15,0,34)
C62M15Y0K34 
(62%,15%,0%,34%)
(0.62/0.15/0.00/0.34)	

CMYK percentages

%61.9
%14.88
%0
%34.12

Codes

Color #408FA8 in popluar color models

408FA8
RGB64143168
HSL194°44.83%45.49%
HSB/HSV194°61.90%65.88%
CMYK61.90%14.88%0.00%
34.12%

Color #408FA8 in popluar number systems.

HEX408FA8
Decimal64143168
Binary10000001000111110101000
Octal100217250

Shades and tints

Shades of #408FA8

#408FA8
(64,143,168)
#3B8299
(59,130,153)
#36758A
(54,117,138)
#31687B
(49,104,123)
#2C5B6C
(44,91,108)
#274E5D
(39,78,93)
#22414E
(34,65,78)
#1D343F
(29,52,63)
#182730
(24,39,48)
#131A21
(19,26,33)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #408FA8

#408FA8
(64,143,168)
#5199AF
(81,153,175)
#62A3B6
(98,163,182)
#73ADBD
(115,173,189)
#84B7C4
(132,183,196)
#95C1CB
(149,193,203)
#A6CBD2
(166,203,210)
#B7D5D9
(183,213,217)
#C8DFE0
(200,223,224)
#D9E9E7
(217,233,231)
#EAF3EE
(234,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #408FA8 color. Also use rgb(64,143,168) instead hex code.

Text Font Color

.myTextColor { color: #408FA8; }

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

This text font color is #408FA8.


Background Color

.myBgColor { background-color: #408FA8; }

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

This div background color is #408FA8.


Border color

.myBorderColor { border: 1px solid #408FA8; }

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

This div border color is #408FA8.


Opacity

.myOpacity80 { color: #408FA8; opacity: 0.8; }

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

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

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

This text has shadow with #408FA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #408FA8 on black background.


Color preview on white background

This text has color #408FA8 on white background.



Black color preview on #408FA8 background

This text has black color on #408FA8 background.


White color preview on #408FA8 background

This text has white color on #408FA8 background.