COLOR #403531

HEX: #403531
RGB: (64,53,49)

Color info

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

RGB color model

#403531 color RGB value is (64,53,49).

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

RGB channels and saturation

R 64 of 255 = 25%
G 53 of 255 = 21%
B 49 of 255 = 19%

64
53
49

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

Portions of RGB colors in percentages

R + G + B =
64 + 53 + 49 = 166 (100%)
R 64 of 166 ~ 38.55%
G 53 of 166 ~ 31.93%
B 49 of 166 ~ 29.52%

%38.55
%31.93
%29.52

CMYK color model

#403531 color CMYK value is (0,17,23,75).

  • cyan value is 0.00%
  • magenta value is 17.19%
  • yellow value is 23.44%
  • key color value is 74.90%
CMYK:
(0,17,23,75)
C0M17Y23K75 
(0%,17%,23%,75%)
(0.00/0.17/0.23/0.75)	

CMYK percentages

%0
%17.19
%23.44
%74.9

Codes

Color #403531 in popluar color models

403531
RGB645349
HSL16°13.27%22.16%
HSB/HSV16°23.44%25.10%
CMYK0.00%17.19%23.44%
74.90%

Color #403531 in popluar number systems.

HEX403531
Decimal645349
Binary1000000110101110001
Octal1006561

Shades and tints

Shades of #403531

#403531
(64,53,49)
#3B312D
(59,49,45)
#362D29
(54,45,41)
#312925
(49,41,37)
#2C2521
(44,37,33)
#27211D
(39,33,29)
#221D19
(34,29,25)
#1D1915
(29,25,21)
#181511
(24,21,17)
#13110D
(19,17,13)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #403531

#403531
(64,53,49)
#514743
(81,71,67)
#625955
(98,89,85)
#736B67
(115,107,103)
#847D79
(132,125,121)
#958F8B
(149,143,139)
#A6A19D
(166,161,157)
#B7B3AF
(183,179,175)
#C8C5C1
(200,197,193)
#D9D7D3
(217,215,211)
#EAE9E5
(234,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403531; }

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

This text font color is #403531.


Background Color

.myBgColor { background-color: #403531; }

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

This div background color is #403531.


Border color

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

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

This div border color is #403531.


Opacity

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

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

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

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

This text has shadow with #403531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403531 on black background.


Color preview on white background

This text has color #403531 on white background.



Black color preview on #403531 background

This text has black color on #403531 background.


White color preview on #403531 background

This text has white color on #403531 background.