COLOR #40353B

HEX: #40353B
RGB: (64,53,59)

Color info

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

RGB color model

#40353B color RGB value is (64,53,59).

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

RGB channels and saturation

R 64 of 255 = 25%
G 53 of 255 = 21%
B 59 of 255 = 23%

64
53
59

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

Portions of RGB colors in percentages

R + G + B =
64 + 53 + 59 = 176 (100%)
R 64 of 176 ~ 36.36%
G 53 of 176 ~ 30.11%
B 59 of 176 ~ 33.52%

%36.36
%30.11
%33.52

CMYK color model

#40353B color CMYK value is (0,17,8,75).

  • cyan value is 0.00%
  • magenta value is 17.19%
  • yellow value is 7.81%
  • key color value is 74.90%
CMYK:
(0,17,8,75)
C0M17Y8K75 
(0%,17%,8%,75%)
(0.00/0.17/0.08/0.75)	

CMYK percentages

%0
%17.19
%7.81
%74.9

Codes

Color #40353B in popluar color models

40353B
RGB645359
HSL327°9.40%22.94%
HSB/HSV327°17.19%25.10%
CMYK0.00%17.19%7.81%
74.90%

Color #40353B in popluar number systems.

HEX40353B
Decimal645359
Binary1000000110101111011
Octal1006573

Shades and tints

Shades of #40353B

#40353B
(64,53,59)
#3B3136
(59,49,54)
#362D31
(54,45,49)
#31292C
(49,41,44)
#2C2527
(44,37,39)
#272122
(39,33,34)
#221D1D
(34,29,29)
#1D1918
(29,25,24)
#181513
(24,21,19)
#13110E
(19,17,14)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #40353B

#40353B
(64,53,59)
#51474C
(81,71,76)
#62595D
(98,89,93)
#736B6E
(115,107,110)
#847D7F
(132,125,127)
#958F90
(149,143,144)
#A6A1A1
(166,161,161)
#B7B3B2
(183,179,178)
#C8C5C3
(200,197,195)
#D9D7D4
(217,215,212)
#EAE9E5
(234,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40353B; }

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

This text font color is #40353B.


Background Color

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

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

This div background color is #40353B.


Border color

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

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

This div border color is #40353B.


Opacity

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

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

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

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

This text has shadow with #40353B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40353B on black background.


Color preview on white background

This text has color #40353B on white background.



Black color preview on #40353B background

This text has black color on #40353B background.


White color preview on #40353B background

This text has white color on #40353B background.