COLOR #430252

HEX: #430252
RGB: (67,2,82)

Color info

#430252 contains mainly red and blue colors. Web safe color of #430252 is #330066 (or #306).

RGB color model

#430252 color RGB value is (67,2,82).

  • red value is 67;
  • green value is 2;
  • blue value is 82.
RGB:
(67,2,82)
(26%,1%,32%)

RGB channels and saturation

R 67 of 255 = 26%
G 2 of 255 = 1%
B 82 of 255 = 32%

67
2
82

R + G + B ~ 20%. #430252 is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 2 + 82 = 151 (100%)
R 67 of 151 ~ 44.37%
G 2 of 151 ~ 1.32%
B 82 of 151 ~ 54.3%

%44.37
%54.3

CMYK color model

#430252 color CMYK value is (18,98,0,68).

  • cyan value is 18.29%
  • magenta value is 97.56%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(18,98,0,68)
C18M98Y0K68 
(18%,98%,0%,68%)
(0.18/0.98/0.00/0.68)	

CMYK percentages

%18.29
%97.56
%0
%67.84

Codes

Color #430252 in popluar color models

430252
RGB67282
HSL289°95.24%16.47%
HSB/HSV289°97.56%32.16%
CMYK18.29%97.56%0.00%
67.84%

Color #430252 in popluar number systems.

HEX430252
Decimal67282
Binary1000011101010010
Octal1032122

Shades and tints

Shades of #430252

#430252
(67,2,82)
#3D024B
(61,2,75)
#370244
(55,2,68)
#31023D
(49,2,61)
#2B0236
(43,2,54)
#25022F
(37,2,47)
#1F0228
(31,2,40)
#190221
(25,2,33)
#13021A
(19,2,26)
#0D0213
(13,2,19)
#07020C
(7,2,12)
#000000
(0,0,0)

Tints of #430252

#430252
(67,2,82)
#541961
(84,25,97)
#653070
(101,48,112)
#76477F
(118,71,127)
#875E8E
(135,94,142)
#98759D
(152,117,157)
#A98CAC
(169,140,172)
#BAA3BB
(186,163,187)
#CBBACA
(203,186,202)
#DCD1D9
(220,209,217)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #430252 color. Also use rgb(67,2,82) instead hex code.

Text Font Color

.myTextColor { color: #430252; }

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

This text font color is #430252.


Background Color

.myBgColor { background-color: #430252; }

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

This div background color is #430252.


Border color

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

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

This div border color is #430252.


Opacity

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

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

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

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

This text has shadow with #430252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #430252 on black background.


Color preview on white background

This text has color #430252 on white background.



Black color preview on #430252 background

This text has black color on #430252 background.


White color preview on #430252 background

This text has white color on #430252 background.