COLOR #403628

HEX: #403628 RGB: (64,54,40)

Color info

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

RGB color model

#403628 color RGB value is (64,54,40).

RGB: (64,54,40) (25%, 21%, 16%)

RGB channels and saturation

R 64 of 255 = 25%
G 54 of 255 = 21%
B 40 of 255 = 16%

64
54
40

R + G + B ~ 21%. #403628 is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 54 + 40 = 158 (100%)
R 64 of 158 ~ 40.51%
G 54 of 158 ~ 34.18%
B 40 of 158 ~ 25.32'%

%40.51
%34.18
%25.32

CMYK color model

#403628 color CMYK value is (0,16,38,75).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 37.50%
  • key color value is 74.90%

CMYK: (0,16,38,75)
C0M16Y38K75 (0%, 16%, 38%, 75%)
(0.00 / 0.16 / 0.38 / 0.75)

CMYK percentages

%0
%15.63
%37.5
%74.9

Codes

Color #403628 in popluar color models

40 36 28
RGB 64 54 40
HSL 35° 23.08% 20.39%
HSB/HSV 35° 37.50% 25.10%
CMYK 0.00% 15.63% 37.50%
74.90%

Color #403628 in popluar number systems.

HEX 40 36 28
Decimal 64 54 40
Binary 1000000 110110 101000
Octal 100 66 50

Shades and tints

Shades of #403628

#403628
(64,54,40)
#3B3225
(59,50,37)
#362E22
(54,46,34)
#312A1F
(49,42,31)
#2C261C
(44,38,28)
#272219
(39,34,25)
#221E16
(34,30,22)
#1D1A13
(29,26,19)
#181610
(24,22,16)
#13120D
(19,18,13)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #403628

#403628
(64,54,40)
#51483B
(81,72,59)
#625A4E
(98,90,78)
#736C61
(115,108,97)
#847E74
(132,126,116)
#959087
(149,144,135)
#A6A29A
(166,162,154)
#B7B4AD
(183,180,173)
#C8C6C0
(200,198,192)
#D9D8D3
(217,216,211)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #403628 color. Also use rgb(64,54,40) instead hex code.

Text Font Color

.myTextColor { color: #403628; }

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

This text font color is #403628.

Background Color

.myBgColor { background-color: #403628; }

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

This div background color is #403628.

Border color

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

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

This div border color is #403628.

Opacity

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

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

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

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

This text has shadow with #403628 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #403628.

Preview

Color preview on black background

This text has color #403628 on black background.


Color preview on white background

This text has color #403628 on white background.


Black color preview on #403628 background

This text has black color on #403628 background.


White color preview on #403628 background

This text has white color on #403628 background.


Related colors

Complementary color

Complementary color for #hex is #BFC9D7.


I love getcolorcode.com

Triadic colors

1 #284036 and #362840 with #403628 are triadic colors.

2 #283640 and #364028 with #403628 are triadic colors.