COLOR #40375E

HEX: #40375E
RGB: (64,55,94)

Color info

#40375E contains red, green and blue colors in about the same proportion. Web safe color of #40375E is #333366 (or #336).

RGB color model

#40375E color RGB value is (64,55,94).

  • red value is 64;
  • green value is 55;
  • blue value is 94.
RGB:
(64,55,94)
(25%,22%,37%)

RGB channels and saturation

R 64 of 255 = 25%
G 55 of 255 = 22%
B 94 of 255 = 37%

64
55
94

R + G + B ~ 28%. #40375E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 55 + 94 = 213 (100%)
R 64 of 213 ~ 30.05%
G 55 of 213 ~ 25.82%
B 94 of 213 ~ 44.13%

%30.05
%25.82
%44.13

CMYK color model

#40375E color CMYK value is (32,41,0,63).

  • cyan value is 31.91%
  • magenta value is 41.49%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(32,41,0,63)
C32M41Y0K63 
(32%,41%,0%,63%)
(0.32/0.41/0.00/0.63)	

CMYK percentages

%31.91
%41.49
%0
%63.14

Codes

Color #40375E in popluar color models

40375E
RGB645594
HSL254°26.17%29.22%
HSB/HSV254°41.49%36.86%
CMYK31.91%41.49%0.00%
63.14%

Color #40375E in popluar number systems.

HEX40375E
Decimal645594
Binary10000001101111011110
Octal10067136

Shades and tints

Shades of #40375E

#40375E
(64,55,94)
#3B3256
(59,50,86)
#362D4E
(54,45,78)
#312846
(49,40,70)
#2C233E
(44,35,62)
#271E36
(39,30,54)
#22192E
(34,25,46)
#1D1426
(29,20,38)
#180F1E
(24,15,30)
#130A16
(19,10,22)
#0E050E
(14,5,14)
#000000
(0,0,0)

Tints of #40375E

#40375E
(64,55,94)
#51496C
(81,73,108)
#625B7A
(98,91,122)
#736D88
(115,109,136)
#847F96
(132,127,150)
#9591A4
(149,145,164)
#A6A3B2
(166,163,178)
#B7B5C0
(183,181,192)
#C8C7CE
(200,199,206)
#D9D9DC
(217,217,220)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40375E color. Also use rgb(64,55,94) instead hex code.

Text Font Color

.myTextColor { color: #40375E; }

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

This text font color is #40375E.


Background Color

.myBgColor { background-color: #40375E; }

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

This div background color is #40375E.


Border color

.myBorderColor { border: 1px solid #40375E; }

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

This div border color is #40375E.


Opacity

.myOpacity80 { color: #40375E; opacity: 0.8; }

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

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

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

This text has shadow with #40375E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40375E on black background.


Color preview on white background

This text has color #40375E on white background.



Black color preview on #40375E background

This text has black color on #40375E background.


White color preview on #40375E background

This text has white color on #40375E background.