COLOR #403139

HEX: #403139
RGB: (64,49,57)

Color info

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

RGB color model

#403139 color RGB value is (64,49,57).

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

RGB channels and saturation

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

64
49
57

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

Portions of RGB colors in percentages

R + G + B =
64 + 49 + 57 = 170 (100%)
R 64 of 170 ~ 37.65%
G 49 of 170 ~ 28.82%
B 57 of 170 ~ 33.53%

%37.65
%28.82
%33.53

CMYK color model

#403139 color CMYK value is (0,23,11,75).

  • cyan value is 0.00%
  • magenta value is 23.44%
  • yellow value is 10.94%
  • key color value is 74.90%
CMYK:
(0,23,11,75)
C0M23Y11K75 
(0%,23%,11%,75%)
(0.00/0.23/0.11/0.75)	

CMYK percentages

%0
%23.44
%10.94
%74.9

Codes

Color #403139 in popluar color models

403139
RGB644957
HSL328°13.27%22.16%
HSB/HSV328°23.44%25.10%
CMYK0.00%23.44%10.94%
74.90%

Color #403139 in popluar number systems.

HEX403139
Decimal644957
Binary1000000110001111001
Octal1006171

Shades and tints

Shades of #403139

#403139
(64,49,57)
#3B2D34
(59,45,52)
#36292F
(54,41,47)
#31252A
(49,37,42)
#2C2125
(44,33,37)
#271D20
(39,29,32)
#22191B
(34,25,27)
#1D1516
(29,21,22)
#181111
(24,17,17)
#130D0C
(19,13,12)
#0E0907
(14,9,7)
#000000
(0,0,0)

Tints of #403139

#403139
(64,49,57)
#51434B
(81,67,75)
#62555D
(98,85,93)
#73676F
(115,103,111)
#847981
(132,121,129)
#958B93
(149,139,147)
#A69DA5
(166,157,165)
#B7AFB7
(183,175,183)
#C8C1C9
(200,193,201)
#D9D3DB
(217,211,219)
#EAE5ED
(234,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403139; }

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

This text font color is #403139.


Background Color

.myBgColor { background-color: #403139; }

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

This div background color is #403139.


Border color

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

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

This div border color is #403139.


Opacity

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

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

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

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

This text has shadow with #403139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403139 on black background.


Color preview on white background

This text has color #403139 on white background.



Black color preview on #403139 background

This text has black color on #403139 background.


White color preview on #403139 background

This text has white color on #403139 background.