COLOR #432E61

HEX: #432E61
RGB: (67,46,97)

Color info

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

RGB color model

#432E61 color RGB value is (67,46,97).

  • red value is 67;
  • green value is 46;
  • blue value is 97.
RGB:
(67,46,97)
(26%,18%,38%)

RGB channels and saturation

R 67 of 255 = 26%
G 46 of 255 = 18%
B 97 of 255 = 38%

67
46
97

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

Portions of RGB colors in percentages

R + G + B =
67 + 46 + 97 = 210 (100%)
R 67 of 210 ~ 31.9%
G 46 of 210 ~ 21.9%
B 97 of 210 ~ 46.19%

%31.9
%21.9
%46.19

CMYK color model

#432E61 color CMYK value is (31,53,0,62).

  • cyan value is 30.93%
  • magenta value is 52.58%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(31,53,0,62)
C31M53Y0K62 
(31%,53%,0%,62%)
(0.31/0.53/0.00/0.62)	

CMYK percentages

%30.93
%52.58
%0
%61.96

Codes

Color #432E61 in popluar color models

432E61
RGB674697
HSL265°35.66%28.04%
HSB/HSV265°52.58%38.04%
CMYK30.93%52.58%0.00%
61.96%

Color #432E61 in popluar number systems.

HEX432E61
Decimal674697
Binary10000111011101100001
Octal10356141

Shades and tints

Shades of #432E61

#432E61
(67,46,97)
#3D2A59
(61,42,89)
#372651
(55,38,81)
#312249
(49,34,73)
#2B1E41
(43,30,65)
#251A39
(37,26,57)
#1F1631
(31,22,49)
#191229
(25,18,41)
#130E21
(19,14,33)
#0D0A19
(13,10,25)
#070611
(7,6,17)
#000000
(0,0,0)

Tints of #432E61

#432E61
(67,46,97)
#54416F
(84,65,111)
#65547D
(101,84,125)
#76678B
(118,103,139)
#877A99
(135,122,153)
#988DA7
(152,141,167)
#A9A0B5
(169,160,181)
#BAB3C3
(186,179,195)
#CBC6D1
(203,198,209)
#DCD9DF
(220,217,223)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #432E61 color. Also use rgb(67,46,97) instead hex code.

Text Font Color

.myTextColor { color: #432E61; }

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

This text font color is #432E61.


Background Color

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

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

This div background color is #432E61.


Border color

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

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

This div border color is #432E61.


Opacity

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

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

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

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

This text has shadow with #432E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #432E61 on black background.


Color preview on white background

This text has color #432E61 on white background.



Black color preview on #432E61 background

This text has black color on #432E61 background.


White color preview on #432E61 background

This text has white color on #432E61 background.