COLOR #403F3B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

64
63
59

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

Portions of RGB colors in percentages

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

%34.41
%33.87
%31.72

CMYK color model

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

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

CMYK percentages

%0
%1.56
%7.81
%74.9

Codes

Color #403F3B in popluar color models

403F3B
RGB646359
HSL48°4.07%24.12%
HSB/HSV48°7.81%25.10%
CMYK0.00%1.56%7.81%
74.90%

Color #403F3B in popluar number systems.

HEX403F3B
Decimal646359
Binary1000000111111111011
Octal1007773

Shades and tints

Shades of #403F3B

#403F3B
(64,63,59)
#3B3A36
(59,58,54)
#363531
(54,53,49)
#31302C
(49,48,44)
#2C2B27
(44,43,39)
#272622
(39,38,34)
#22211D
(34,33,29)
#1D1C18
(29,28,24)
#181713
(24,23,19)
#13120E
(19,18,14)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #403F3B

#403F3B
(64,63,59)
#51504C
(81,80,76)
#62615D
(98,97,93)
#73726E
(115,114,110)
#84837F
(132,131,127)
#959490
(149,148,144)
#A6A5A1
(166,165,161)
#B7B6B2
(183,182,178)
#C8C7C3
(200,199,195)
#D9D8D4
(217,216,212)
#EAE9E5
(234,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403F3B; }

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

This text font color is #403F3B.


Background Color

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

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

This div background color is #403F3B.


Border color

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

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

This div border color is #403F3B.


Opacity

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

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

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

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

This text has shadow with #403F3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403F3B on black background.


Color preview on white background

This text has color #403F3B on white background.



Black color preview on #403F3B background

This text has black color on #403F3B background.


White color preview on #403F3B background

This text has white color on #403F3B background.