COLOR #403439

HEX: #403439
RGB: (64,52,57)

Color info

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

RGB color model

#403439 color RGB value is (64,52,57).

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

RGB channels and saturation

R 64 of 255 = 25%
G 52 of 255 = 20%
B 57 of 255 = 22%

64
52
57

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

Portions of RGB colors in percentages

R + G + B =
64 + 52 + 57 = 173 (100%)
R 64 of 173 ~ 36.99%
G 52 of 173 ~ 30.06%
B 57 of 173 ~ 32.95%

%36.99
%30.06
%32.95

CMYK color model

#403439 color CMYK value is (0,19,11,75).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 10.94%
  • key color value is 74.90%
CMYK:
(0,19,11,75)
C0M19Y11K75 
(0%,19%,11%,75%)
(0.00/0.19/0.11/0.75)	

CMYK percentages

%0
%18.75
%10.94
%74.9

Codes

Color #403439 in popluar color models

403439
RGB645257
HSL335°10.34%22.75%
HSB/HSV335°18.75%25.10%
CMYK0.00%18.75%10.94%
74.90%

Color #403439 in popluar number systems.

HEX403439
Decimal645257
Binary1000000110100111001
Octal1006471

Shades and tints

Shades of #403439

#403439
(64,52,57)
#3B3034
(59,48,52)
#362C2F
(54,44,47)
#31282A
(49,40,42)
#2C2425
(44,36,37)
#272020
(39,32,32)
#221C1B
(34,28,27)
#1D1816
(29,24,22)
#181411
(24,20,17)
#13100C
(19,16,12)
#0E0C07
(14,12,7)
#000000
(0,0,0)

Tints of #403439

#403439
(64,52,57)
#51464B
(81,70,75)
#62585D
(98,88,93)
#736A6F
(115,106,111)
#847C81
(132,124,129)
#958E93
(149,142,147)
#A6A0A5
(166,160,165)
#B7B2B7
(183,178,183)
#C8C4C9
(200,196,201)
#D9D6DB
(217,214,219)
#EAE8ED
(234,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403439; }

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

This text font color is #403439.


Background Color

.myBgColor { background-color: #403439; }

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

This div background color is #403439.


Border color

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

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

This div border color is #403439.


Opacity

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

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

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

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

This text has shadow with #403439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403439 on black background.


Color preview on white background

This text has color #403439 on white background.



Black color preview on #403439 background

This text has black color on #403439 background.


White color preview on #403439 background

This text has white color on #403439 background.