COLOR #430448

HEX: #430448
RGB: (67,4,72)

Color info

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

RGB color model

#430448 color RGB value is (67,4,72).

  • red value is 67;
  • green value is 4;
  • blue value is 72.
RGB:
(67,4,72)
(26%,2%,28%)

RGB channels and saturation

R 67 of 255 = 26%
G 4 of 255 = 2%
B 72 of 255 = 28%

67
4
72

R + G + B ~ 19%. #430448 is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 4 + 72 = 143 (100%)
R 67 of 143 ~ 46.85%
G 4 of 143 ~ 2.8%
B 72 of 143 ~ 50.35%

%46.85
%50.35

CMYK color model

#430448 color CMYK value is (7,94,0,72).

  • cyan value is 6.94%
  • magenta value is 94.44%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(7,94,0,72)
C7M94Y0K72 
(7%,94%,0%,72%)
(0.07/0.94/0.00/0.72)	

CMYK percentages

%6.94
%94.44
%0
%71.76

Codes

Color #430448 in popluar color models

430448
RGB67472
HSL296°89.47%14.90%
HSB/HSV296°94.44%28.24%
CMYK6.94%94.44%0.00%
71.76%

Color #430448 in popluar number systems.

HEX430448
Decimal67472
Binary10000111001001000
Octal1034110

Shades and tints

Shades of #430448

#430448
(67,4,72)
#3D0442
(61,4,66)
#37043C
(55,4,60)
#310436
(49,4,54)
#2B0430
(43,4,48)
#25042A
(37,4,42)
#1F0424
(31,4,36)
#19041E
(25,4,30)
#130418
(19,4,24)
#0D0412
(13,4,18)
#07040C
(7,4,12)
#000000
(0,0,0)

Tints of #430448

#430448
(67,4,72)
#541A58
(84,26,88)
#653068
(101,48,104)
#764678
(118,70,120)
#875C88
(135,92,136)
#987298
(152,114,152)
#A988A8
(169,136,168)
#BA9EB8
(186,158,184)
#CBB4C8
(203,180,200)
#DCCAD8
(220,202,216)
#EDE0E8
(237,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #430448 color. Also use rgb(67,4,72) instead hex code.

Text Font Color

.myTextColor { color: #430448; }

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

This text font color is #430448.


Background Color

.myBgColor { background-color: #430448; }

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

This div background color is #430448.


Border color

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

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

This div border color is #430448.


Opacity

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

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

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

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

This text has shadow with #430448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #430448 on black background.


Color preview on white background

This text has color #430448 on white background.



Black color preview on #430448 background

This text has black color on #430448 background.


White color preview on #430448 background

This text has white color on #430448 background.