COLOR #403639

HEX: #403639
RGB: (64,54,57)

Color info

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

RGB color model

#403639 color RGB value is (64,54,57).

  • red value is 64;
  • green value is 54;
  • blue value is 57.
RGB:
(64,54,57)
(25%,21%,22%)

RGB channels and saturation

R 64 of 255 = 25%
G 54 of 255 = 21%
B 57 of 255 = 22%

64
54
57

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

Portions of RGB colors in percentages

R + G + B =
64 + 54 + 57 = 175 (100%)
R 64 of 175 ~ 36.57%
G 54 of 175 ~ 30.86%
B 57 of 175 ~ 32.57%

%36.57
%30.86
%32.57

CMYK color model

#403639 color CMYK value is (0,16,11,75).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 10.94%
  • key color value is 74.90%
CMYK:
(0,16,11,75)
C0M16Y11K75 
(0%,16%,11%,75%)
(0.00/0.16/0.11/0.75)	

CMYK percentages

%0
%15.63
%10.94
%74.9

Codes

Color #403639 in popluar color models

403639
RGB645457
HSL342°8.47%23.14%
HSB/HSV342°15.63%25.10%
CMYK0.00%15.63%10.94%
74.90%

Color #403639 in popluar number systems.

HEX403639
Decimal645457
Binary1000000110110111001
Octal1006671

Shades and tints

Shades of #403639

#403639
(64,54,57)
#3B3234
(59,50,52)
#362E2F
(54,46,47)
#312A2A
(49,42,42)
#2C2625
(44,38,37)
#272220
(39,34,32)
#221E1B
(34,30,27)
#1D1A16
(29,26,22)
#181611
(24,22,17)
#13120C
(19,18,12)
#0E0E07
(14,14,7)
#000000
(0,0,0)

Tints of #403639

#403639
(64,54,57)
#51484B
(81,72,75)
#625A5D
(98,90,93)
#736C6F
(115,108,111)
#847E81
(132,126,129)
#959093
(149,144,147)
#A6A2A5
(166,162,165)
#B7B4B7
(183,180,183)
#C8C6C9
(200,198,201)
#D9D8DB
(217,216,219)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403639; }

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

This text font color is #403639.


Background Color

.myBgColor { background-color: #403639; }

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

This div background color is #403639.


Border color

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

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

This div border color is #403639.


Opacity

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

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

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

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

This text has shadow with #403639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403639 on black background.


Color preview on white background

This text has color #403639 on white background.



Black color preview on #403639 background

This text has black color on #403639 background.


White color preview on #403639 background

This text has white color on #403639 background.