COLOR #403539

HEX: #403539
RGB: (64,53,57)

Color info

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

RGB color model

#403539 color RGB value is (64,53,57).

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

RGB channels and saturation

R 64 of 255 = 25%
G 53 of 255 = 21%
B 57 of 255 = 22%

64
53
57

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

Portions of RGB colors in percentages

R + G + B =
64 + 53 + 57 = 174 (100%)
R 64 of 174 ~ 36.78%
G 53 of 174 ~ 30.46%
B 57 of 174 ~ 32.76%

%36.78
%30.46
%32.76

CMYK color model

#403539 color CMYK value is (0,17,11,75).

  • cyan value is 0.00%
  • magenta value is 17.19%
  • yellow value is 10.94%
  • key color value is 74.90%
CMYK:
(0,17,11,75)
C0M17Y11K75 
(0%,17%,11%,75%)
(0.00/0.17/0.11/0.75)	

CMYK percentages

%0
%17.19
%10.94
%74.9

Codes

Color #403539 in popluar color models

403539
RGB645357
HSL338°9.40%22.94%
HSB/HSV338°17.19%25.10%
CMYK0.00%17.19%10.94%
74.90%

Color #403539 in popluar number systems.

HEX403539
Decimal645357
Binary1000000110101111001
Octal1006571

Shades and tints

Shades of #403539

#403539
(64,53,57)
#3B3134
(59,49,52)
#362D2F
(54,45,47)
#31292A
(49,41,42)
#2C2525
(44,37,37)
#272120
(39,33,32)
#221D1B
(34,29,27)
#1D1916
(29,25,22)
#181511
(24,21,17)
#13110C
(19,17,12)
#0E0D07
(14,13,7)
#000000
(0,0,0)

Tints of #403539

#403539
(64,53,57)
#51474B
(81,71,75)
#62595D
(98,89,93)
#736B6F
(115,107,111)
#847D81
(132,125,129)
#958F93
(149,143,147)
#A6A1A5
(166,161,165)
#B7B3B7
(183,179,183)
#C8C5C9
(200,197,201)
#D9D7DB
(217,215,219)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403539; }

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

This text font color is #403539.


Background Color

.myBgColor { background-color: #403539; }

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

This div background color is #403539.


Border color

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

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

This div border color is #403539.


Opacity

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

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

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

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

This text has shadow with #403539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403539 on black background.


Color preview on white background

This text has color #403539 on white background.



Black color preview on #403539 background

This text has black color on #403539 background.


White color preview on #403539 background

This text has white color on #403539 background.