COLOR #40383D

HEX: #40383D RGB: (64,56,61)

Color info

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

RGB color model

#40383D color RGB value is (64,56,61).

RGB: (64,56,61) (25%, 22%, 24%)

RGB channels and saturation

R 64 of 255 = 25%
G 56 of 255 = 22%
B 61 of 255 = 24%

64
56
61

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

Portions of RGB colors in percentages

R + G + B = 64 + 56 + 61 = 181 (100%)
R 64 of 181 ~ 35.36%
G 56 of 181 ~ 30.94%
B 61 of 181 ~ 33.7'%

%35.36
%30.94
%33.7

CMYK color model

#40383D color CMYK value is (0,13,5,75).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 4.69%
  • key color value is 74.90%

CMYK: (0,13,5,75)
C0M13Y5K75 (0%, 13%, 5%, 75%)
(0.00 / 0.13 / 0.05 / 0.75)

CMYK percentages

%0
%12.5
%4.69
%74.9

Codes

Color #40383D in popluar color models

40 38 3D
RGB 64 56 61
HSL 323° 6.67% 23.53%
HSB/HSV 323° 12.50% 25.10%
CMYK 0.00% 12.50% 4.69%
74.90%

Color #40383D in popluar number systems.

HEX 40 38 3D
Decimal 64 56 61
Binary 1000000 111000 111101
Octal 100 70 75

Shades and tints

Shades of #40383D

#40383D
(64,56,61)
#3B3338
(59,51,56)
#362E33
(54,46,51)
#31292E
(49,41,46)
#2C2429
(44,36,41)
#271F24
(39,31,36)
#221A1F
(34,26,31)
#1D151A
(29,21,26)
#181015
(24,16,21)
#130B10
(19,11,16)
#0E060B
(14,6,11)
#000000
(0,0,0)

Tints of #40383D

#40383D
(64,56,61)
#514A4E
(81,74,78)
#625C5F
(98,92,95)
#736E70
(115,110,112)
#848081
(132,128,129)
#959292
(149,146,146)
#A6A4A3
(166,164,163)
#B7B6B4
(183,182,180)
#C8C8C5
(200,200,197)
#D9DAD6
(217,218,214)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40383D; }

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

This text font color is #40383D.

Background Color

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

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

This div background color is #40383D.

Border color

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

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

This div border color is #40383D.

Opacity

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

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

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

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

This text has shadow with #40383D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40383D.

Preview

Color preview on black background

This text has color #40383D on black background.


Color preview on white background

This text has color #40383D on white background.


Black color preview on #40383D background

This text has black color on #40383D background.


White color preview on #40383D background

This text has white color on #40383D background.


Related colors

Complementary color

Complementary color for #hex is #BFC7C2.


I love getcolorcode.com

Triadic colors

1 #3D4038 and #383D40 with #40383D are triadic colors.

2 #3D3840 and #38403D with #40383D are triadic colors.