COLOR #403A42

HEX: #403A42
RGB: (64,58,66)

Color info

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

RGB color model

#403A42 color RGB value is (64,58,66).

  • red value is 64;
  • green value is 58;
  • blue value is 66.
RGB:
(64,58,66)
(25%,23%,26%)

RGB channels and saturation

R 64 of 255 = 25%
G 58 of 255 = 23%
B 66 of 255 = 26%

64
58
66

R + G + B ~ 25%. #403A42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 58 + 66 = 188 (100%)
R 64 of 188 ~ 34.04%
G 58 of 188 ~ 30.85%
B 66 of 188 ~ 35.11%

%34.04
%30.85
%35.11

CMYK color model

#403A42 color CMYK value is (3,12,0,74).

  • cyan value is 3.03%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(3,12,0,74)
C3M12Y0K74 
(3%,12%,0%,74%)
(0.03/0.12/0.00/0.74)	

CMYK percentages

%3.03
%12.12
%0
%74.12

Codes

Color #403A42 in popluar color models

403A42
RGB645866
HSL285°6.45%24.31%
HSB/HSV285°12.12%25.88%
CMYK3.03%12.12%0.00%
74.12%

Color #403A42 in popluar number systems.

HEX403A42
Decimal645866
Binary10000001110101000010
Octal10072102

Shades and tints

Shades of #403A42

#403A42
(64,58,66)
#3B353C
(59,53,60)
#363036
(54,48,54)
#312B30
(49,43,48)
#2C262A
(44,38,42)
#272124
(39,33,36)
#221C1E
(34,28,30)
#1D1718
(29,23,24)
#181212
(24,18,18)
#130D0C
(19,13,12)
#0E0806
(14,8,6)
#000000
(0,0,0)

Tints of #403A42

#403A42
(64,58,66)
#514B53
(81,75,83)
#625C64
(98,92,100)
#736D75
(115,109,117)
#847E86
(132,126,134)
#958F97
(149,143,151)
#A6A0A8
(166,160,168)
#B7B1B9
(183,177,185)
#C8C2CA
(200,194,202)
#D9D3DB
(217,211,219)
#EAE4EC
(234,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #403A42 color. Also use rgb(64,58,66) instead hex code.

Text Font Color

.myTextColor { color: #403A42; }

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

This text font color is #403A42.


Background Color

.myBgColor { background-color: #403A42; }

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

This div background color is #403A42.


Border color

.myBorderColor { border: 1px solid #403A42; }

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

This div border color is #403A42.


Opacity

.myOpacity80 { color: #403A42; opacity: 0.8; }

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

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

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

This text has shadow with #403A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403A42 on black background.


Color preview on white background

This text has color #403A42 on white background.



Black color preview on #403A42 background

This text has black color on #403A42 background.


White color preview on #403A42 background

This text has white color on #403A42 background.