COLOR #403E33

HEX: #403E33
RGB: (64,62,51)

Color info

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

RGB color model

#403E33 color RGB value is (64,62,51).

  • red value is 64;
  • green value is 62;
  • blue value is 51.
RGB:
(64,62,51)
(25%,24%,20%)

RGB channels and saturation

R 64 of 255 = 25%
G 62 of 255 = 24%
B 51 of 255 = 20%

64
62
51

R + G + B ~ 23%. #403E33 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 62 + 51 = 177 (100%)
R 64 of 177 ~ 36.16%
G 62 of 177 ~ 35.03%
B 51 of 177 ~ 28.81%

%36.16
%35.03
%28.81

CMYK color model

#403E33 color CMYK value is (0,3,20,75).

  • cyan value is 0.00%
  • magenta value is 3.12%
  • yellow value is 20.31%
  • key color value is 74.90%
CMYK:
(0,3,20,75)
C0M3Y20K75 
(0%,3%,20%,75%)
(0.00/0.03/0.20/0.75)	

CMYK percentages

%0
%3.12
%20.31
%74.9

Codes

Color #403E33 in popluar color models

403E33
RGB646251
HSL51°11.30%22.55%
HSB/HSV51°20.31%25.10%
CMYK0.00%3.12%20.31%
74.90%

Color #403E33 in popluar number systems.

HEX403E33
Decimal646251
Binary1000000111110110011
Octal1007663

Shades and tints

Shades of #403E33

#403E33
(64,62,51)
#3B392F
(59,57,47)
#36342B
(54,52,43)
#312F27
(49,47,39)
#2C2A23
(44,42,35)
#27251F
(39,37,31)
#22201B
(34,32,27)
#1D1B17
(29,27,23)
#181613
(24,22,19)
#13110F
(19,17,15)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #403E33

#403E33
(64,62,51)
#514F45
(81,79,69)
#626057
(98,96,87)
#737169
(115,113,105)
#84827B
(132,130,123)
#95938D
(149,147,141)
#A6A49F
(166,164,159)
#B7B5B1
(183,181,177)
#C8C6C3
(200,198,195)
#D9D7D5
(217,215,213)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #403E33 color. Also use rgb(64,62,51) instead hex code.

Text Font Color

.myTextColor { color: #403E33; }

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

This text font color is #403E33.


Background Color

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

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

This div background color is #403E33.


Border color

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

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

This div border color is #403E33.


Opacity

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

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

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

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

This text has shadow with #403E33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403E33 on black background.


Color preview on white background

This text has color #403E33 on white background.



Black color preview on #403E33 background

This text has black color on #403E33 background.


White color preview on #403E33 background

This text has white color on #403E33 background.