COLOR #403738

HEX: #403738 RGB: (64,55,56)

Color info

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

RGB color model

#403738 color RGB value is (64,55,56).

RGB: (64,55,56) (25%, 22%, 22%)

RGB channels and saturation

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

64
55
56

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

Portions of RGB colors in percentages

R + G + B = 64 + 55 + 56 = 175 (100%)
R 64 of 175 ~ 36.57%
G 55 of 175 ~ 31.43%
B 56 of 175 ~ 32'%

%36.57
%31.43
%32

CMYK color model

#403738 color CMYK value is (0,14,13,75).

  • cyan value is 0.00%
  • magenta value is 14.06%
  • yellow value is 12.50%
  • key color value is 74.90%
CMYK: (0,14,13,75) C0M14Y13K75 (0%,14%,13%,75%) (0.00/0.14/0.13/0.75) 

CMYK percentages

%0
%14.06
%12.5
%74.9

Codes

Color #403738 in popluar color models

40 37 38
RGB 64 55 56
HSL 353° 7.56% 23.33%
HSB/HSV 353° 14.06% 25.10%
CMYK 0.00% 14.06% 12.50%
74.90%

Color #403738 in popluar number systems.

HEX 40 37 38
Decimal 64 55 56
Binary 1000000 110111 111000
Octal 100 67 70

Shades and tints

Shades of #403738

#403738
(64,55,56)
#3B3233
(59,50,51)
#362D2E
(54,45,46)
#312829
(49,40,41)
#2C2324
(44,35,36)
#271E1F
(39,30,31)
#22191A
(34,25,26)
#1D1415
(29,20,21)
#180F10
(24,15,16)
#130A0B
(19,10,11)
#0E0506
(14,5,6)
#000000
(0,0,0)

Tints of #403738

#403738
(64,55,56)
#51494A
(81,73,74)
#625B5C
(98,91,92)
#736D6E
(115,109,110)
#847F80
(132,127,128)
#959192
(149,145,146)
#A6A3A4
(166,163,164)
#B7B5B6
(183,181,182)
#C8C7C8
(200,199,200)
#D9D9DA
(217,217,218)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403738; }

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

This text font color is #403738.

Background Color

.myBgColor { background-color: #403738; }

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

This div background color is #403738.

Border color

.myBorderColor { border: 1px solid #403738; }

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

This div border color is #403738.

Opacity

.myOpacity80 { color: #403738; opacity: 0.8; }

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

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

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

This text has shadow with #403738 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #403738.

Preview

Color preview on black background

This text has color #403738 on black background.


Color preview on white background

This text has color #403738 on white background.


Black color preview on #403738 background

This text has black color on #403738 background.


White color preview on #403738 background

This text has white color on #403738 background.


Related colors

Complementary color

Complementary color for #hex is #BFC8C7.


I love getcolorcode.com

Triadic colors

1 #384037 and #373840 with #403738 are triadic colors.

2 #383740 and #374038 with #403738 are triadic colors.