COLOR #403039

HEX: #403039
RGB: (64,48,57)

Color info

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

RGB color model

#403039 color RGB value is (64,48,57).

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

RGB channels and saturation

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

64
48
57

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

Portions of RGB colors in percentages

R + G + B =
64 + 48 + 57 = 169 (100%)
R 64 of 169 ~ 37.87%
G 48 of 169 ~ 28.4%
B 57 of 169 ~ 33.73%

%37.87
%28.4
%33.73

CMYK color model

#403039 color CMYK value is (0,25,11,75).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 10.94%
  • key color value is 74.90%
CMYK:
(0,25,11,75)
C0M25Y11K75 
(0%,25%,11%,75%)
(0.00/0.25/0.11/0.75)	

CMYK percentages

%0
%25
%10.94
%74.9

Codes

Color #403039 in popluar color models

403039
RGB644857
HSL326°14.29%21.96%
HSB/HSV326°25.00%25.10%
CMYK0.00%25.00%10.94%
74.90%

Color #403039 in popluar number systems.

HEX403039
Decimal644857
Binary1000000110000111001
Octal1006071

Shades and tints

Shades of #403039

#403039
(64,48,57)
#3B2C34
(59,44,52)
#36282F
(54,40,47)
#31242A
(49,36,42)
#2C2025
(44,32,37)
#271C20
(39,28,32)
#22181B
(34,24,27)
#1D1416
(29,20,22)
#181011
(24,16,17)
#130C0C
(19,12,12)
#0E0807
(14,8,7)
#000000
(0,0,0)

Tints of #403039

#403039
(64,48,57)
#51424B
(81,66,75)
#62545D
(98,84,93)
#73666F
(115,102,111)
#847881
(132,120,129)
#958A93
(149,138,147)
#A69CA5
(166,156,165)
#B7AEB7
(183,174,183)
#C8C0C9
(200,192,201)
#D9D2DB
(217,210,219)
#EAE4ED
(234,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403039; }

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

This text font color is #403039.


Background Color

.myBgColor { background-color: #403039; }

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

This div background color is #403039.


Border color

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

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

This div border color is #403039.


Opacity

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

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

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

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

This text has shadow with #403039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403039 on black background.


Color preview on white background

This text has color #403039 on white background.



Black color preview on #403039 background

This text has black color on #403039 background.


White color preview on #403039 background

This text has white color on #403039 background.