COLOR #403538

HEX: #403538
RGB: (64,53,56)

Color info

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

RGB color model

#403538 color RGB value is (64,53,56).

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

RGB channels and saturation

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

64
53
56

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

Portions of RGB colors in percentages

R + G + B =
64 + 53 + 56 = 173 (100%)
R 64 of 173 ~ 36.99%
G 53 of 173 ~ 30.64%
B 56 of 173 ~ 32.37%

%36.99
%30.64
%32.37

CMYK color model

#403538 color CMYK value is (0,17,13,75).

  • cyan value is 0.00%
  • magenta value is 17.19%
  • yellow value is 12.50%
  • key color value is 74.90%
CMYK:
(0,17,13,75)
C0M17Y13K75 
(0%,17%,13%,75%)
(0.00/0.17/0.13/0.75)	

CMYK percentages

%0
%17.19
%12.5
%74.9

Codes

Color #403538 in popluar color models

403538
RGB645356
HSL344°9.40%22.94%
HSB/HSV344°17.19%25.10%
CMYK0.00%17.19%12.50%
74.90%

Color #403538 in popluar number systems.

HEX403538
Decimal645356
Binary1000000110101111000
Octal1006570

Shades and tints

Shades of #403538

#403538
(64,53,56)
#3B3133
(59,49,51)
#362D2E
(54,45,46)
#312929
(49,41,41)
#2C2524
(44,37,36)
#27211F
(39,33,31)
#221D1A
(34,29,26)
#1D1915
(29,25,21)
#181510
(24,21,16)
#13110B
(19,17,11)
#0E0D06
(14,13,6)
#000000
(0,0,0)

Tints of #403538

#403538
(64,53,56)
#51474A
(81,71,74)
#62595C
(98,89,92)
#736B6E
(115,107,110)
#847D80
(132,125,128)
#958F92
(149,143,146)
#A6A1A4
(166,161,164)
#B7B3B6
(183,179,182)
#C8C5C8
(200,197,200)
#D9D7DA
(217,215,218)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403538; }

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

This text font color is #403538.


Background Color

.myBgColor { background-color: #403538; }

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

This div background color is #403538.


Border color

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

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

This div border color is #403538.


Opacity

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

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

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

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

This text has shadow with #403538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403538 on black background.


Color preview on white background

This text has color #403538 on white background.



Black color preview on #403538 background

This text has black color on #403538 background.


White color preview on #403538 background

This text has white color on #403538 background.