COLOR #440335

HEX: #440335
RGB: (68,3,53)

Color info

#440335 contains mainly red and blue colors. Web safe color of #440335 is #330033 (or #303).

RGB color model

#440335 color RGB value is (68,3,53).

  • red value is 68;
  • green value is 3;
  • blue value is 53.
RGB:
(68,3,53)
(27%,1%,21%)

RGB channels and saturation

R 68 of 255 = 27%
G 3 of 255 = 1%
B 53 of 255 = 21%

68
3
53

R + G + B ~ 16%. #440335 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 3 + 53 = 124 (100%)
R 68 of 124 ~ 54.84%
G 3 of 124 ~ 2.42%
B 53 of 124 ~ 42.74%

%54.84
%42.74

CMYK color model

#440335 color CMYK value is (0,96,22,73).

  • cyan value is 0.00%
  • magenta value is 95.59%
  • yellow value is 22.06%
  • key color value is 73.33%
CMYK:
(0,96,22,73)
C0M96Y22K73 
(0%,96%,22%,73%)
(0.00/0.96/0.22/0.73)	

CMYK percentages

%0
%95.59
%22.06
%73.33

Codes

Color #440335 in popluar color models

440335
RGB68353
HSL314°91.55%13.92%
HSB/HSV314°95.59%26.67%
CMYK0.00%95.59%22.06%
73.33%

Color #440335 in popluar number systems.

HEX440335
Decimal68353
Binary100010011110101
Octal104365

Shades and tints

Shades of #440335

#440335
(68,3,53)
#3E0331
(62,3,49)
#38032D
(56,3,45)
#320329
(50,3,41)
#2C0325
(44,3,37)
#260321
(38,3,33)
#20031D
(32,3,29)
#1A0319
(26,3,25)
#140315
(20,3,21)
#0E0311
(14,3,17)
#08030D
(8,3,13)
#000000
(0,0,0)

Tints of #440335

#440335
(68,3,53)
#551947
(85,25,71)
#662F59
(102,47,89)
#77456B
(119,69,107)
#885B7D
(136,91,125)
#99718F
(153,113,143)
#AA87A1
(170,135,161)
#BB9DB3
(187,157,179)
#CCB3C5
(204,179,197)
#DDC9D7
(221,201,215)
#EEDFE9
(238,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #440335 color. Also use rgb(68,3,53) instead hex code.

Text Font Color

.myTextColor { color: #440335; }

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

This text font color is #440335.


Background Color

.myBgColor { background-color: #440335; }

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

This div background color is #440335.


Border color

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

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

This div border color is #440335.


Opacity

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

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

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

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

This text has shadow with #440335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440335 on black background.


Color preview on white background

This text has color #440335 on white background.



Black color preview on #440335 background

This text has black color on #440335 background.


White color preview on #440335 background

This text has white color on #440335 background.