COLOR #406372

HEX: #406372
RGB: (64,99,114)

Color info

#406372 contains red, green and blue colors in about the same proportion. Web safe color of #406372 is #336666 (or #366).

RGB color model

#406372 color RGB value is (64,99,114).

  • red value is 64;
  • green value is 99;
  • blue value is 114.
RGB:
(64,99,114)
(25%,39%,45%)

RGB channels and saturation

R 64 of 255 = 25%
G 99 of 255 = 39%
B 114 of 255 = 45%

64
99
114

R + G + B ~ 36%. #406372 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 99 + 114 = 277 (100%)
R 64 of 277 ~ 23.1%
G 99 of 277 ~ 35.74%
B 114 of 277 ~ 41.16%

%23.1
%35.74
%41.16

CMYK color model

#406372 color CMYK value is (44,13,0,55).

  • cyan value is 43.86%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(44,13,0,55)
C44M13Y0K55 
(44%,13%,0%,55%)
(0.44/0.13/0.00/0.55)	

CMYK percentages

%43.86
%13.16
%0
%55.29

Codes

Color #406372 in popluar color models

406372
RGB6499114
HSL198°28.09%34.90%
HSB/HSV198°43.86%44.71%
CMYK43.86%13.16%0.00%
55.29%

Color #406372 in popluar number systems.

HEX406372
Decimal6499114
Binary100000011000111110010
Octal100143162

Shades and tints

Shades of #406372

#406372
(64,99,114)
#3B5A68
(59,90,104)
#36515E
(54,81,94)
#314854
(49,72,84)
#2C3F4A
(44,63,74)
#273640
(39,54,64)
#222D36
(34,45,54)
#1D242C
(29,36,44)
#181B22
(24,27,34)
#131218
(19,18,24)
#0E090E
(14,9,14)
#000000
(0,0,0)

Tints of #406372

#406372
(64,99,114)
#51717E
(81,113,126)
#627F8A
(98,127,138)
#738D96
(115,141,150)
#849BA2
(132,155,162)
#95A9AE
(149,169,174)
#A6B7BA
(166,183,186)
#B7C5C6
(183,197,198)
#C8D3D2
(200,211,210)
#D9E1DE
(217,225,222)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406372 color. Also use rgb(64,99,114) instead hex code.

Text Font Color

.myTextColor { color: #406372; }

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

This text font color is #406372.


Background Color

.myBgColor { background-color: #406372; }

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

This div background color is #406372.


Border color

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

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

This div border color is #406372.


Opacity

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

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

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

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

This text has shadow with #406372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406372 on black background.


Color preview on white background

This text has color #406372 on white background.



Black color preview on #406372 background

This text has black color on #406372 background.


White color preview on #406372 background

This text has white color on #406372 background.