COLOR #403731

HEX: #403731
RGB: (64,55,49)

Color info

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

RGB color model

#403731 color RGB value is (64,55,49).

  • red value is 64;
  • green value is 55;
  • blue value is 49.
RGB:
(64,55,49)
(25%,22%,19%)

RGB channels and saturation

R 64 of 255 = 25%
G 55 of 255 = 22%
B 49 of 255 = 19%

64
55
49

R + G + B ~ 22%. #403731 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 55 + 49 = 168 (100%)
R 64 of 168 ~ 38.1%
G 55 of 168 ~ 32.74%
B 49 of 168 ~ 29.17%

%38.1
%32.74
%29.17

CMYK color model

#403731 color CMYK value is (0,14,23,75).

  • cyan value is 0.00%
  • magenta value is 14.06%
  • yellow value is 23.44%
  • key color value is 74.90%
CMYK:
(0,14,23,75)
C0M14Y23K75 
(0%,14%,23%,75%)
(0.00/0.14/0.23/0.75)	

CMYK percentages

%0
%14.06
%23.44
%74.9

Codes

Color #403731 in popluar color models

403731
RGB645549
HSL24°13.27%22.16%
HSB/HSV24°23.44%25.10%
CMYK0.00%14.06%23.44%
74.90%

Color #403731 in popluar number systems.

HEX403731
Decimal645549
Binary1000000110111110001
Octal1006761

Shades and tints

Shades of #403731

#403731
(64,55,49)
#3B322D
(59,50,45)
#362D29
(54,45,41)
#312825
(49,40,37)
#2C2321
(44,35,33)
#271E1D
(39,30,29)
#221919
(34,25,25)
#1D1415
(29,20,21)
#180F11
(24,15,17)
#130A0D
(19,10,13)
#0E0509
(14,5,9)
#000000
(0,0,0)

Tints of #403731

#403731
(64,55,49)
#514943
(81,73,67)
#625B55
(98,91,85)
#736D67
(115,109,103)
#847F79
(132,127,121)
#95918B
(149,145,139)
#A6A39D
(166,163,157)
#B7B5AF
(183,181,175)
#C8C7C1
(200,199,193)
#D9D9D3
(217,217,211)
#EAEBE5
(234,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #403731 color. Also use rgb(64,55,49) instead hex code.

Text Font Color

.myTextColor { color: #403731; }

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

This text font color is #403731.


Background Color

.myBgColor { background-color: #403731; }

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

This div background color is #403731.


Border color

.myBorderColor { border: 1px solid #403731; }

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

This div border color is #403731.


Opacity

.myOpacity80 { color: #403731; opacity: 0.8; }

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

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

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

This text has shadow with #403731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403731 on black background.


Color preview on white background

This text has color #403731 on white background.



Black color preview on #403731 background

This text has black color on #403731 background.


White color preview on #403731 background

This text has white color on #403731 background.