COLOR #40373B

HEX: #40373B
RGB: (64,55,59)

Color info

#40373B contains red, green and blue colors in about the same proportion. Web safe color of #40373B is #333333 (or #333).

RGB color model

#40373B color RGB value is (64,55,59).

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

RGB channels and saturation

R 64 of 255 = 25%
G 55 of 255 = 22%
B 59 of 255 = 23%

64
55
59

R + G + B ~ 23%. #40373B is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 55 + 59 = 178 (100%)
R 64 of 178 ~ 35.96%
G 55 of 178 ~ 30.9%
B 59 of 178 ~ 33.15%

%35.96
%30.9
%33.15

CMYK color model

#40373B color CMYK value is (0,14,8,75).

  • cyan value is 0.00%
  • magenta value is 14.06%
  • yellow value is 7.81%
  • key color value is 74.90%
CMYK:
(0,14,8,75)
C0M14Y8K75 
(0%,14%,8%,75%)
(0.00/0.14/0.08/0.75)	

CMYK percentages

%0
%14.06
%7.81
%74.9

Codes

Color #40373B in popluar color models

40373B
RGB645559
HSL333°7.56%23.33%
HSB/HSV333°14.06%25.10%
CMYK0.00%14.06%7.81%
74.90%

Color #40373B in popluar number systems.

HEX40373B
Decimal645559
Binary1000000110111111011
Octal1006773

Shades and tints

Shades of #40373B

#40373B
(64,55,59)
#3B3236
(59,50,54)
#362D31
(54,45,49)
#31282C
(49,40,44)
#2C2327
(44,35,39)
#271E22
(39,30,34)
#22191D
(34,25,29)
#1D1418
(29,20,24)
#180F13
(24,15,19)
#130A0E
(19,10,14)
#0E0509
(14,5,9)
#000000
(0,0,0)

Tints of #40373B

#40373B
(64,55,59)
#51494C
(81,73,76)
#625B5D
(98,91,93)
#736D6E
(115,109,110)
#847F7F
(132,127,127)
#959190
(149,145,144)
#A6A3A1
(166,163,161)
#B7B5B2
(183,181,178)
#C8C7C3
(200,199,195)
#D9D9D4
(217,217,212)
#EAEBE5
(234,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40373B color. Also use rgb(64,55,59) instead hex code.

Text Font Color

.myTextColor { color: #40373B; }

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

This text font color is #40373B.


Background Color

.myBgColor { background-color: #40373B; }

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

This div background color is #40373B.


Border color

.myBorderColor { border: 1px solid #40373B; }

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

This div border color is #40373B.


Opacity

.myOpacity80 { color: #40373B; opacity: 0.8; }

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

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

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

This text has shadow with #40373B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40373B on black background.


Color preview on white background

This text has color #40373B on white background.



Black color preview on #40373B background

This text has black color on #40373B background.


White color preview on #40373B background

This text has white color on #40373B background.