COLOR #403B3F

HEX: #403B3F
RGB: (64,59,63)

Color info

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

RGB color model

#403B3F color RGB value is (64,59,63).

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

RGB channels and saturation

R 64 of 255 = 25%
G 59 of 255 = 23%
B 63 of 255 = 25%

64
59
63

R + G + B ~ 24%. #403B3F is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 59 + 63 = 186 (100%)
R 64 of 186 ~ 34.41%
G 59 of 186 ~ 31.72%
B 63 of 186 ~ 33.87%

%34.41
%31.72
%33.87

CMYK color model

#403B3F color CMYK value is (0,8,2,75).

  • cyan value is 0.00%
  • magenta value is 7.81%
  • yellow value is 1.56%
  • key color value is 74.90%
CMYK:
(0,8,2,75)
C0M8Y2K75 
(0%,8%,2%,75%)
(0.00/0.08/0.02/0.75)	

CMYK percentages

%0
%7.81
%1.56
%74.9

Codes

Color #403B3F in popluar color models

403B3F
RGB645963
HSL312°4.07%24.12%
HSB/HSV312°7.81%25.10%
CMYK0.00%7.81%1.56%
74.90%

Color #403B3F in popluar number systems.

HEX403B3F
Decimal645963
Binary1000000111011111111
Octal1007377

Shades and tints

Shades of #403B3F

#403B3F
(64,59,63)
#3B363A
(59,54,58)
#363135
(54,49,53)
#312C30
(49,44,48)
#2C272B
(44,39,43)
#272226
(39,34,38)
#221D21
(34,29,33)
#1D181C
(29,24,28)
#181317
(24,19,23)
#130E12
(19,14,18)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #403B3F

#403B3F
(64,59,63)
#514C50
(81,76,80)
#625D61
(98,93,97)
#736E72
(115,110,114)
#847F83
(132,127,131)
#959094
(149,144,148)
#A6A1A5
(166,161,165)
#B7B2B6
(183,178,182)
#C8C3C7
(200,195,199)
#D9D4D8
(217,212,216)
#EAE5E9
(234,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403B3F; }

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

This text font color is #403B3F.


Background Color

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

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

This div background color is #403B3F.


Border color

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

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

This div border color is #403B3F.


Opacity

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

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

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

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

This text has shadow with #403B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403B3F on black background.


Color preview on white background

This text has color #403B3F on white background.



Black color preview on #403B3F background

This text has black color on #403B3F background.


White color preview on #403B3F background

This text has white color on #403B3F background.