COLOR #403D42

HEX: #403D42
RGB: (64,61,66)

Color info

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

RGB color model

#403D42 color RGB value is (64,61,66).

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

RGB channels and saturation

R 64 of 255 = 25%
G 61 of 255 = 24%
B 66 of 255 = 26%

64
61
66

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

Portions of RGB colors in percentages

R + G + B =
64 + 61 + 66 = 191 (100%)
R 64 of 191 ~ 33.51%
G 61 of 191 ~ 31.94%
B 66 of 191 ~ 34.55%

%33.51
%31.94
%34.55

CMYK color model

#403D42 color CMYK value is (3,8,0,74).

  • cyan value is 3.03%
  • magenta value is 7.58%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(3,8,0,74)
C3M8Y0K74 
(3%,8%,0%,74%)
(0.03/0.08/0.00/0.74)	

CMYK percentages

%3.03
%7.58
%0
%74.12

Codes

Color #403D42 in popluar color models

403D42
RGB646166
HSL276°3.94%24.90%
HSB/HSV276°7.58%25.88%
CMYK3.03%7.58%0.00%
74.12%

Color #403D42 in popluar number systems.

HEX403D42
Decimal646166
Binary10000001111011000010
Octal10075102

Shades and tints

Shades of #403D42

#403D42
(64,61,66)
#3B383C
(59,56,60)
#363336
(54,51,54)
#312E30
(49,46,48)
#2C292A
(44,41,42)
#272424
(39,36,36)
#221F1E
(34,31,30)
#1D1A18
(29,26,24)
#181512
(24,21,18)
#13100C
(19,16,12)
#0E0B06
(14,11,6)
#000000
(0,0,0)

Tints of #403D42

#403D42
(64,61,66)
#514E53
(81,78,83)
#625F64
(98,95,100)
#737075
(115,112,117)
#848186
(132,129,134)
#959297
(149,146,151)
#A6A3A8
(166,163,168)
#B7B4B9
(183,180,185)
#C8C5CA
(200,197,202)
#D9D6DB
(217,214,219)
#EAE7EC
(234,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403D42; }

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

This text font color is #403D42.


Background Color

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

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

This div background color is #403D42.


Border color

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

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

This div border color is #403D42.


Opacity

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

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

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

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

This text has shadow with #403D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403D42 on black background.


Color preview on white background

This text has color #403D42 on white background.



Black color preview on #403D42 background

This text has black color on #403D42 background.


White color preview on #403D42 background

This text has white color on #403D42 background.