COLOR #432D5E

HEX: #432D5E
RGB: (67,45,94)

Color info

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

RGB color model

#432D5E color RGB value is (67,45,94).

  • red value is 67;
  • green value is 45;
  • blue value is 94.
RGB:
(67,45,94)
(26%,18%,37%)

RGB channels and saturation

R 67 of 255 = 26%
G 45 of 255 = 18%
B 94 of 255 = 37%

67
45
94

R + G + B ~ 27%. #432D5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 45 + 94 = 206 (100%)
R 67 of 206 ~ 32.52%
G 45 of 206 ~ 21.84%
B 94 of 206 ~ 45.63%

%32.52
%21.84
%45.63

CMYK color model

#432D5E color CMYK value is (29,52,0,63).

  • cyan value is 28.72%
  • magenta value is 52.13%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(29,52,0,63)
C29M52Y0K63 
(29%,52%,0%,63%)
(0.29/0.52/0.00/0.63)	

CMYK percentages

%28.72
%52.13
%0
%63.14

Codes

Color #432D5E in popluar color models

432D5E
RGB674594
HSL267°35.25%27.25%
HSB/HSV267°52.13%36.86%
CMYK28.72%52.13%0.00%
63.14%

Color #432D5E in popluar number systems.

HEX432D5E
Decimal674594
Binary10000111011011011110
Octal10355136

Shades and tints

Shades of #432D5E

#432D5E
(67,45,94)
#3D2956
(61,41,86)
#37254E
(55,37,78)
#312146
(49,33,70)
#2B1D3E
(43,29,62)
#251936
(37,25,54)
#1F152E
(31,21,46)
#191126
(25,17,38)
#130D1E
(19,13,30)
#0D0916
(13,9,22)
#07050E
(7,5,14)
#000000
(0,0,0)

Tints of #432D5E

#432D5E
(67,45,94)
#54406C
(84,64,108)
#65537A
(101,83,122)
#766688
(118,102,136)
#877996
(135,121,150)
#988CA4
(152,140,164)
#A99FB2
(169,159,178)
#BAB2C0
(186,178,192)
#CBC5CE
(203,197,206)
#DCD8DC
(220,216,220)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #432D5E color. Also use rgb(67,45,94) instead hex code.

Text Font Color

.myTextColor { color: #432D5E; }

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

This text font color is #432D5E.


Background Color

.myBgColor { background-color: #432D5E; }

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

This div background color is #432D5E.


Border color

.myBorderColor { border: 1px solid #432D5E; }

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

This div border color is #432D5E.


Opacity

.myOpacity80 { color: #432D5E; opacity: 0.8; }

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

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

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

This text has shadow with #432D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #432D5E on black background.


Color preview on white background

This text has color #432D5E on white background.



Black color preview on #432D5E background

This text has black color on #432D5E background.


White color preview on #432D5E background

This text has white color on #432D5E background.