COLOR #403653

HEX: #403653
RGB: (64,54,83)

Color info

#403653 contains red, green and blue colors in about the same proportion. Web safe color of #403653 is #333366 (or #336).

RGB color model

#403653 color RGB value is (64,54,83).

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

RGB channels and saturation

R 64 of 255 = 25%
G 54 of 255 = 21%
B 83 of 255 = 33%

64
54
83

R + G + B ~ 26%. #403653 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 54 + 83 = 201 (100%)
R 64 of 201 ~ 31.84%
G 54 of 201 ~ 26.87%
B 83 of 201 ~ 41.29%

%31.84
%26.87
%41.29

CMYK color model

#403653 color CMYK value is (23,35,0,67).

  • cyan value is 22.89%
  • magenta value is 34.94%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(23,35,0,67)
C23M35Y0K67 
(23%,35%,0%,67%)
(0.23/0.35/0.00/0.67)	

CMYK percentages

%22.89
%34.94
%0
%67.45

Codes

Color #403653 in popluar color models

403653
RGB645483
HSL261°21.17%26.86%
HSB/HSV261°34.94%32.55%
CMYK22.89%34.94%0.00%
67.45%

Color #403653 in popluar number systems.

HEX403653
Decimal645483
Binary10000001101101010011
Octal10066123

Shades and tints

Shades of #403653

#403653
(64,54,83)
#3B324C
(59,50,76)
#362E45
(54,46,69)
#312A3E
(49,42,62)
#2C2637
(44,38,55)
#272230
(39,34,48)
#221E29
(34,30,41)
#1D1A22
(29,26,34)
#18161B
(24,22,27)
#131214
(19,18,20)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #403653

#403653
(64,54,83)
#514862
(81,72,98)
#625A71
(98,90,113)
#736C80
(115,108,128)
#847E8F
(132,126,143)
#95909E
(149,144,158)
#A6A2AD
(166,162,173)
#B7B4BC
(183,180,188)
#C8C6CB
(200,198,203)
#D9D8DA
(217,216,218)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403653; }

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

This text font color is #403653.


Background Color

.myBgColor { background-color: #403653; }

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

This div background color is #403653.


Border color

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

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

This div border color is #403653.


Opacity

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

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

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

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

This text has shadow with #403653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403653 on black background.


Color preview on white background

This text has color #403653 on white background.



Black color preview on #403653 background

This text has black color on #403653 background.


White color preview on #403653 background

This text has white color on #403653 background.