COLOR #40373C

HEX: #40373C
RGB: (64,55,60)

Color info

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

RGB color model

#40373C color RGB value is (64,55,60).

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

RGB channels and saturation

R 64 of 255 = 25%
G 55 of 255 = 22%
B 60 of 255 = 24%

64
55
60

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

Portions of RGB colors in percentages

R + G + B =
64 + 55 + 60 = 179 (100%)
R 64 of 179 ~ 35.75%
G 55 of 179 ~ 30.73%
B 60 of 179 ~ 33.52%

%35.75
%30.73
%33.52

CMYK color model

#40373C color CMYK value is (0,14,6,75).

  • cyan value is 0.00%
  • magenta value is 14.06%
  • yellow value is 6.25%
  • key color value is 74.90%
CMYK:
(0,14,6,75)
C0M14Y6K75 
(0%,14%,6%,75%)
(0.00/0.14/0.06/0.75)	

CMYK percentages

%0
%14.06
%6.25
%74.9

Codes

Color #40373C in popluar color models

40373C
RGB645560
HSL327°7.56%23.33%
HSB/HSV327°14.06%25.10%
CMYK0.00%14.06%6.25%
74.90%

Color #40373C in popluar number systems.

HEX40373C
Decimal645560
Binary1000000110111111100
Octal1006774

Shades and tints

Shades of #40373C

#40373C
(64,55,60)
#3B3237
(59,50,55)
#362D32
(54,45,50)
#31282D
(49,40,45)
#2C2328
(44,35,40)
#271E23
(39,30,35)
#22191E
(34,25,30)
#1D1419
(29,20,25)
#180F14
(24,15,20)
#130A0F
(19,10,15)
#0E050A
(14,5,10)
#000000
(0,0,0)

Tints of #40373C

#40373C
(64,55,60)
#51494D
(81,73,77)
#625B5E
(98,91,94)
#736D6F
(115,109,111)
#847F80
(132,127,128)
#959191
(149,145,145)
#A6A3A2
(166,163,162)
#B7B5B3
(183,181,179)
#C8C7C4
(200,199,196)
#D9D9D5
(217,217,213)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40373C; }

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

This text font color is #40373C.


Background Color

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

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

This div background color is #40373C.


Border color

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

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

This div border color is #40373C.


Opacity

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

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

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

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

This text has shadow with #40373C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40373C on black background.


Color preview on white background

This text has color #40373C on white background.



Black color preview on #40373C background

This text has black color on #40373C background.


White color preview on #40373C background

This text has white color on #40373C background.