COLOR #40383F

HEX: #40383F
RGB: (64,56,63)

Color info

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

RGB color model

#40383F color RGB value is (64,56,63).

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

RGB channels and saturation

R 64 of 255 = 25%
G 56 of 255 = 22%
B 63 of 255 = 25%

64
56
63

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

Portions of RGB colors in percentages

R + G + B =
64 + 56 + 63 = 183 (100%)
R 64 of 183 ~ 34.97%
G 56 of 183 ~ 30.6%
B 63 of 183 ~ 34.43%

%34.97
%30.6
%34.43

CMYK color model

#40383F color CMYK value is (0,13,2,75).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 1.56%
  • key color value is 74.90%
CMYK:
(0,13,2,75)
C0M13Y2K75 
(0%,13%,2%,75%)
(0.00/0.13/0.02/0.75)	

CMYK percentages

%0
%12.5
%1.56
%74.9

Codes

Color #40383F in popluar color models

40383F
RGB645663
HSL308°6.67%23.53%
HSB/HSV308°12.50%25.10%
CMYK0.00%12.50%1.56%
74.90%

Color #40383F in popluar number systems.

HEX40383F
Decimal645663
Binary1000000111000111111
Octal1007077

Shades and tints

Shades of #40383F

#40383F
(64,56,63)
#3B333A
(59,51,58)
#362E35
(54,46,53)
#312930
(49,41,48)
#2C242B
(44,36,43)
#271F26
(39,31,38)
#221A21
(34,26,33)
#1D151C
(29,21,28)
#181017
(24,16,23)
#130B12
(19,11,18)
#0E060D
(14,6,13)
#000000
(0,0,0)

Tints of #40383F

#40383F
(64,56,63)
#514A50
(81,74,80)
#625C61
(98,92,97)
#736E72
(115,110,114)
#848083
(132,128,131)
#959294
(149,146,148)
#A6A4A5
(166,164,165)
#B7B6B6
(183,182,182)
#C8C8C7
(200,200,199)
#D9DAD8
(217,218,216)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40383F; }

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

This text font color is #40383F.


Background Color

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

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

This div background color is #40383F.


Border color

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

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

This div border color is #40383F.


Opacity

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

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

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

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

This text has shadow with #40383F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40383F on black background.


Color preview on white background

This text has color #40383F on white background.



Black color preview on #40383F background

This text has black color on #40383F background.


White color preview on #40383F background

This text has white color on #40383F background.