COLOR #403448

HEX: #403448
RGB: (64,52,72)

Color info

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

RGB color model

#403448 color RGB value is (64,52,72).

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

RGB channels and saturation

R 64 of 255 = 25%
G 52 of 255 = 20%
B 72 of 255 = 28%

64
52
72

R + G + B ~ 24%. #403448 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 52 + 72 = 188 (100%)
R 64 of 188 ~ 34.04%
G 52 of 188 ~ 27.66%
B 72 of 188 ~ 38.3%

%34.04
%27.66
%38.3

CMYK color model

#403448 color CMYK value is (11,28,0,72).

  • cyan value is 11.11%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(11,28,0,72)
C11M28Y0K72 
(11%,28%,0%,72%)
(0.11/0.28/0.00/0.72)	

CMYK percentages

%11.11
%27.78
%0
%71.76

Codes

Color #403448 in popluar color models

403448
RGB645272
HSL276°16.13%24.31%
HSB/HSV276°27.78%28.24%
CMYK11.11%27.78%0.00%
71.76%

Color #403448 in popluar number systems.

HEX403448
Decimal645272
Binary10000001101001001000
Octal10064110

Shades and tints

Shades of #403448

#403448
(64,52,72)
#3B3042
(59,48,66)
#362C3C
(54,44,60)
#312836
(49,40,54)
#2C2430
(44,36,48)
#27202A
(39,32,42)
#221C24
(34,28,36)
#1D181E
(29,24,30)
#181418
(24,20,24)
#131012
(19,16,18)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #403448

#403448
(64,52,72)
#514658
(81,70,88)
#625868
(98,88,104)
#736A78
(115,106,120)
#847C88
(132,124,136)
#958E98
(149,142,152)
#A6A0A8
(166,160,168)
#B7B2B8
(183,178,184)
#C8C4C8
(200,196,200)
#D9D6D8
(217,214,216)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403448; }

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

This text font color is #403448.


Background Color

.myBgColor { background-color: #403448; }

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

This div background color is #403448.


Border color

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

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

This div border color is #403448.


Opacity

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

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

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

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

This text has shadow with #403448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403448 on black background.


Color preview on white background

This text has color #403448 on white background.



Black color preview on #403448 background

This text has black color on #403448 background.


White color preview on #403448 background

This text has white color on #403448 background.