COLOR #403D43

HEX: #403D43
RGB: (64,61,67)

Color info

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

RGB color model

#403D43 color RGB value is (64,61,67).

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

RGB channels and saturation

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

64
61
67

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

Portions of RGB colors in percentages

R + G + B =
64 + 61 + 67 = 192 (100%)
R 64 of 192 ~ 33.33%
G 61 of 192 ~ 31.77%
B 67 of 192 ~ 34.9%

%33.33
%31.77
%34.9

CMYK color model

#403D43 color CMYK value is (4,9,0,74).

  • cyan value is 4.48%
  • magenta value is 8.96%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(4,9,0,74)
C4M9Y0K74 
(4%,9%,0%,74%)
(0.04/0.09/0.00/0.74)	

CMYK percentages

%4.48
%8.96
%0
%73.73

Codes

Color #403D43 in popluar color models

403D43
RGB646167
HSL270°4.69%25.10%
HSB/HSV270°8.96%26.27%
CMYK4.48%8.96%0.00%
73.73%

Color #403D43 in popluar number systems.

HEX403D43
Decimal646167
Binary10000001111011000011
Octal10075103

Shades and tints

Shades of #403D43

#403D43
(64,61,67)
#3B383D
(59,56,61)
#363337
(54,51,55)
#312E31
(49,46,49)
#2C292B
(44,41,43)
#272425
(39,36,37)
#221F1F
(34,31,31)
#1D1A19
(29,26,25)
#181513
(24,21,19)
#13100D
(19,16,13)
#0E0B07
(14,11,7)
#000000
(0,0,0)

Tints of #403D43

#403D43
(64,61,67)
#514E54
(81,78,84)
#625F65
(98,95,101)
#737076
(115,112,118)
#848187
(132,129,135)
#959298
(149,146,152)
#A6A3A9
(166,163,169)
#B7B4BA
(183,180,186)
#C8C5CB
(200,197,203)
#D9D6DC
(217,214,220)
#EAE7ED
(234,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403D43; }

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

This text font color is #403D43.


Background Color

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

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

This div background color is #403D43.


Border color

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

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

This div border color is #403D43.


Opacity

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

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

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

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

This text has shadow with #403D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403D43 on black background.


Color preview on white background

This text has color #403D43 on white background.



Black color preview on #403D43 background

This text has black color on #403D43 background.


White color preview on #403D43 background

This text has white color on #403D43 background.