COLOR #431948

HEX: #431948
RGB: (67,25,72)

Color info

#431948 contains red, green and blue colors in about the same proportion. Web safe color of #431948 is #330033 (or #303).

RGB color model

#431948 color RGB value is (67,25,72).

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

RGB channels and saturation

R 67 of 255 = 26%
G 25 of 255 = 10%
B 72 of 255 = 28%

67
25
72

R + G + B ~ 21%. #431948 is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 25 + 72 = 164 (100%)
R 67 of 164 ~ 40.85%
G 25 of 164 ~ 15.24%
B 72 of 164 ~ 43.9%

%40.85
%15.24
%43.9

CMYK color model

#431948 color CMYK value is (7,65,0,72).

  • cyan value is 6.94%
  • magenta value is 65.28%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(7,65,0,72)
C7M65Y0K72 
(7%,65%,0%,72%)
(0.07/0.65/0.00/0.72)	

CMYK percentages

%6.94
%65.28
%0
%71.76

Codes

Color #431948 in popluar color models

431948
RGB672572
HSL294°48.45%19.02%
HSB/HSV294°65.28%28.24%
CMYK6.94%65.28%0.00%
71.76%

Color #431948 in popluar number systems.

HEX431948
Decimal672572
Binary1000011110011001000
Octal10331110

Shades and tints

Shades of #431948

#431948
(67,25,72)
#3D1742
(61,23,66)
#37153C
(55,21,60)
#311336
(49,19,54)
#2B1130
(43,17,48)
#250F2A
(37,15,42)
#1F0D24
(31,13,36)
#190B1E
(25,11,30)
#130918
(19,9,24)
#0D0712
(13,7,18)
#07050C
(7,5,12)
#000000
(0,0,0)

Tints of #431948

#431948
(67,25,72)
#542D58
(84,45,88)
#654168
(101,65,104)
#765578
(118,85,120)
#876988
(135,105,136)
#987D98
(152,125,152)
#A991A8
(169,145,168)
#BAA5B8
(186,165,184)
#CBB9C8
(203,185,200)
#DCCDD8
(220,205,216)
#EDE1E8
(237,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #431948; }

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

This text font color is #431948.


Background Color

.myBgColor { background-color: #431948; }

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

This div background color is #431948.


Border color

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

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

This div border color is #431948.


Opacity

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

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

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

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

This text has shadow with #431948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #431948 on black background.


Color preview on white background

This text has color #431948 on white background.



Black color preview on #431948 background

This text has black color on #431948 background.


White color preview on #431948 background

This text has white color on #431948 background.