COLOR #432848

HEX: #432848
RGB: (67,40,72)

Color info

#432848 contains red, green and blue colors in about the same proportion. Web safe color of #432848 is #333333 (or #333).

RGB color model

#432848 color RGB value is (67,40,72).

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

RGB channels and saturation

R 67 of 255 = 26%
G 40 of 255 = 16%
B 72 of 255 = 28%

67
40
72

R + G + B ~ 23%. #432848 is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 40 + 72 = 179 (100%)
R 67 of 179 ~ 37.43%
G 40 of 179 ~ 22.35%
B 72 of 179 ~ 40.22%

%37.43
%22.35
%40.22

CMYK color model

#432848 color CMYK value is (7,44,0,72).

  • cyan value is 6.94%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(7,44,0,72)
C7M44Y0K72 
(7%,44%,0%,72%)
(0.07/0.44/0.00/0.72)	

CMYK percentages

%6.94
%44.44
%0
%71.76

Codes

Color #432848 in popluar color models

432848
RGB674072
HSL291°28.57%21.96%
HSB/HSV291°44.44%28.24%
CMYK6.94%44.44%0.00%
71.76%

Color #432848 in popluar number systems.

HEX432848
Decimal674072
Binary10000111010001001000
Octal10350110

Shades and tints

Shades of #432848

#432848
(67,40,72)
#3D2542
(61,37,66)
#37223C
(55,34,60)
#311F36
(49,31,54)
#2B1C30
(43,28,48)
#25192A
(37,25,42)
#1F1624
(31,22,36)
#19131E
(25,19,30)
#131018
(19,16,24)
#0D0D12
(13,13,18)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #432848

#432848
(67,40,72)
#543B58
(84,59,88)
#654E68
(101,78,104)
#766178
(118,97,120)
#877488
(135,116,136)
#988798
(152,135,152)
#A99AA8
(169,154,168)
#BAADB8
(186,173,184)
#CBC0C8
(203,192,200)
#DCD3D8
(220,211,216)
#EDE6E8
(237,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #432848; }

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

This text font color is #432848.


Background Color

.myBgColor { background-color: #432848; }

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

This div background color is #432848.


Border color

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

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

This div border color is #432848.


Opacity

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

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

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

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

This text has shadow with #432848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #432848 on black background.


Color preview on white background

This text has color #432848 on white background.



Black color preview on #432848 background

This text has black color on #432848 background.


White color preview on #432848 background

This text has white color on #432848 background.