COLOR #403050

HEX: #403050
RGB: (64,48,80)

Color info

#403050 contains red, green and blue colors in about the same proportion. Web safe color of #403050 is #333366 (or #336).

RGB color model

#403050 color RGB value is (64,48,80).

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

RGB channels and saturation

R 64 of 255 = 25%
G 48 of 255 = 19%
B 80 of 255 = 31%

64
48
80

R + G + B ~ 25%. #403050 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 48 + 80 = 192 (100%)
R 64 of 192 ~ 33.33%
G 48 of 192 ~ 25%
B 80 of 192 ~ 41.67%

%33.33
%25
%41.67

CMYK color model

#403050 color CMYK value is (20,40,0,69).

  • cyan value is 20.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(20,40,0,69)
C20M40Y0K69 
(20%,40%,0%,69%)
(0.20/0.40/0.00/0.69)	

CMYK percentages

%20
%40
%0
%68.63

Codes

Color #403050 in popluar color models

403050
RGB644880
HSL270°25.00%25.10%
HSB/HSV270°40.00%31.37%
CMYK20.00%40.00%0.00%
68.63%

Color #403050 in popluar number systems.

HEX403050
Decimal644880
Binary10000001100001010000
Octal10060120

Shades and tints

Shades of #403050

#403050
(64,48,80)
#3B2C49
(59,44,73)
#362842
(54,40,66)
#31243B
(49,36,59)
#2C2034
(44,32,52)
#271C2D
(39,28,45)
#221826
(34,24,38)
#1D141F
(29,20,31)
#181018
(24,16,24)
#130C11
(19,12,17)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #403050

#403050
(64,48,80)
#51425F
(81,66,95)
#62546E
(98,84,110)
#73667D
(115,102,125)
#84788C
(132,120,140)
#958A9B
(149,138,155)
#A69CAA
(166,156,170)
#B7AEB9
(183,174,185)
#C8C0C8
(200,192,200)
#D9D2D7
(217,210,215)
#EAE4E6
(234,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403050; }

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

This text font color is #403050.


Background Color

.myBgColor { background-color: #403050; }

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

This div background color is #403050.


Border color

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

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

This div border color is #403050.


Opacity

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

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

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

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

This text has shadow with #403050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403050 on black background.


Color preview on white background

This text has color #403050 on white background.



Black color preview on #403050 background

This text has black color on #403050 background.


White color preview on #403050 background

This text has white color on #403050 background.