COLOR #40645D

HEX: #40645D
RGB: (64,100,93)

Color info

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

RGB color model

#40645D color RGB value is (64,100,93).

  • red value is 64;
  • green value is 100;
  • blue value is 93.
RGB:
(64,100,93)
(25%,39%,36%)

RGB channels and saturation

R 64 of 255 = 25%
G 100 of 255 = 39%
B 93 of 255 = 36%

64
100
93

R + G + B ~ 33%. #40645D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 100 + 93 = 257 (100%)
R 64 of 257 ~ 24.9%
G 100 of 257 ~ 38.91%
B 93 of 257 ~ 36.19%

%24.9
%38.91
%36.19

CMYK color model

#40645D color CMYK value is (36,0,7,61).

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 7.00%
  • key color value is 60.78%
CMYK:
(36,0,7,61)
C36M0Y7K61 
(36%,0%,7%,61%)
(0.36/0.00/0.07/0.61)	

CMYK percentages

%36
%0
%7
%60.78

Codes

Color #40645D in popluar color models

40645D
RGB6410093
HSL168°21.95%32.16%
HSB/HSV168°36.00%39.22%
CMYK36.00%0.00%7.00%
60.78%

Color #40645D in popluar number systems.

HEX40645D
Decimal6410093
Binary100000011001001011101
Octal100144135

Shades and tints

Shades of #40645D

#40645D
(64,100,93)
#3B5B55
(59,91,85)
#36524D
(54,82,77)
#314945
(49,73,69)
#2C403D
(44,64,61)
#273735
(39,55,53)
#222E2D
(34,46,45)
#1D2525
(29,37,37)
#181C1D
(24,28,29)
#131315
(19,19,21)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #40645D

#40645D
(64,100,93)
#51726B
(81,114,107)
#628079
(98,128,121)
#738E87
(115,142,135)
#849C95
(132,156,149)
#95AAA3
(149,170,163)
#A6B8B1
(166,184,177)
#B7C6BF
(183,198,191)
#C8D4CD
(200,212,205)
#D9E2DB
(217,226,219)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40645D color. Also use rgb(64,100,93) instead hex code.

Text Font Color

.myTextColor { color: #40645D; }

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

This text font color is #40645D.


Background Color

.myBgColor { background-color: #40645D; }

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

This div background color is #40645D.


Border color

.myBorderColor { border: 1px solid #40645D; }

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

This div border color is #40645D.


Opacity

.myOpacity80 { color: #40645D; opacity: 0.8; }

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

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

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

This text has shadow with #40645D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40645D on black background.


Color preview on white background

This text has color #40645D on white background.



Black color preview on #40645D background

This text has black color on #40645D background.


White color preview on #40645D background

This text has white color on #40645D background.