COLOR #40383B

HEX: #40383B
RGB: (64,56,59)

Color info

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

RGB color model

#40383B color RGB value is (64,56,59).

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

RGB channels and saturation

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

64
56
59

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

Portions of RGB colors in percentages

R + G + B =
64 + 56 + 59 = 179 (100%)
R 64 of 179 ~ 35.75%
G 56 of 179 ~ 31.28%
B 59 of 179 ~ 32.96%

%35.75
%31.28
%32.96

CMYK color model

#40383B color CMYK value is (0,13,8,75).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 7.81%
  • key color value is 74.90%
CMYK:
(0,13,8,75)
C0M13Y8K75 
(0%,13%,8%,75%)
(0.00/0.13/0.08/0.75)	

CMYK percentages

%0
%12.5
%7.81
%74.9

Codes

Color #40383B in popluar color models

40383B
RGB645659
HSL338°6.67%23.53%
HSB/HSV338°12.50%25.10%
CMYK0.00%12.50%7.81%
74.90%

Color #40383B in popluar number systems.

HEX40383B
Decimal645659
Binary1000000111000111011
Octal1007073

Shades and tints

Shades of #40383B

#40383B
(64,56,59)
#3B3336
(59,51,54)
#362E31
(54,46,49)
#31292C
(49,41,44)
#2C2427
(44,36,39)
#271F22
(39,31,34)
#221A1D
(34,26,29)
#1D1518
(29,21,24)
#181013
(24,16,19)
#130B0E
(19,11,14)
#0E0609
(14,6,9)
#000000
(0,0,0)

Tints of #40383B

#40383B
(64,56,59)
#514A4C
(81,74,76)
#625C5D
(98,92,93)
#736E6E
(115,110,110)
#84807F
(132,128,127)
#959290
(149,146,144)
#A6A4A1
(166,164,161)
#B7B6B2
(183,182,178)
#C8C8C3
(200,200,195)
#D9DAD4
(217,218,212)
#EAECE5
(234,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40383B; }

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

This text font color is #40383B.


Background Color

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

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

This div background color is #40383B.


Border color

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

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

This div border color is #40383B.


Opacity

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

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

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

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

This text has shadow with #40383B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40383B on black background.


Color preview on white background

This text has color #40383B on white background.



Black color preview on #40383B background

This text has black color on #40383B background.


White color preview on #40383B background

This text has white color on #40383B background.