COLOR #403B42

HEX: #403B42
RGB: (64,59,66)

Color info

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

RGB color model

#403B42 color RGB value is (64,59,66).

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

RGB channels and saturation

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

64
59
66

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

Portions of RGB colors in percentages

R + G + B =
64 + 59 + 66 = 189 (100%)
R 64 of 189 ~ 33.86%
G 59 of 189 ~ 31.22%
B 66 of 189 ~ 34.92%

%33.86
%31.22
%34.92

CMYK color model

#403B42 color CMYK value is (3,11,0,74).

  • cyan value is 3.03%
  • magenta value is 10.61%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(3,11,0,74)
C3M11Y0K74 
(3%,11%,0%,74%)
(0.03/0.11/0.00/0.74)	

CMYK percentages

%3.03
%10.61
%0
%74.12

Codes

Color #403B42 in popluar color models

403B42
RGB645966
HSL283°5.60%24.51%
HSB/HSV283°10.61%25.88%
CMYK3.03%10.61%0.00%
74.12%

Color #403B42 in popluar number systems.

HEX403B42
Decimal645966
Binary10000001110111000010
Octal10073102

Shades and tints

Shades of #403B42

#403B42
(64,59,66)
#3B363C
(59,54,60)
#363136
(54,49,54)
#312C30
(49,44,48)
#2C272A
(44,39,42)
#272224
(39,34,36)
#221D1E
(34,29,30)
#1D1818
(29,24,24)
#181312
(24,19,18)
#130E0C
(19,14,12)
#0E0906
(14,9,6)
#000000
(0,0,0)

Tints of #403B42

#403B42
(64,59,66)
#514C53
(81,76,83)
#625D64
(98,93,100)
#736E75
(115,110,117)
#847F86
(132,127,134)
#959097
(149,144,151)
#A6A1A8
(166,161,168)
#B7B2B9
(183,178,185)
#C8C3CA
(200,195,202)
#D9D4DB
(217,212,219)
#EAE5EC
(234,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403B42; }

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

This text font color is #403B42.


Background Color

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

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

This div background color is #403B42.


Border color

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

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

This div border color is #403B42.


Opacity

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

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

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

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

This text has shadow with #403B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403B42 on black background.


Color preview on white background

This text has color #403B42 on white background.



Black color preview on #403B42 background

This text has black color on #403B42 background.


White color preview on #403B42 background

This text has white color on #403B42 background.