COLOR #431428

HEX: #431428
RGB: (67,20,40)

Color info

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

RGB color model

#431428 color RGB value is (67,20,40).

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

RGB channels and saturation

R 67 of 255 = 26%
G 20 of 255 = 8%
B 40 of 255 = 16%

67
20
40

R + G + B ~ 17%. #431428 is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 20 + 40 = 127 (100%)
R 67 of 127 ~ 52.76%
G 20 of 127 ~ 15.75%
B 40 of 127 ~ 31.5%

%52.76
%15.75
%31.5

CMYK color model

#431428 color CMYK value is (0,70,40,74).

  • cyan value is 0.00%
  • magenta value is 70.15%
  • yellow value is 40.30%
  • key color value is 73.73%
CMYK:
(0,70,40,74)
C0M70Y40K74 
(0%,70%,40%,74%)
(0.00/0.70/0.40/0.74)	

CMYK percentages

%0
%70.15
%40.3
%73.73

Codes

Color #431428 in popluar color models

431428
RGB672040
HSL334°54.02%17.06%
HSB/HSV334°70.15%26.27%
CMYK0.00%70.15%40.30%
73.73%

Color #431428 in popluar number systems.

HEX431428
Decimal672040
Binary100001110100101000
Octal1032450

Shades and tints

Shades of #431428

#431428
(67,20,40)
#3D1325
(61,19,37)
#371222
(55,18,34)
#31111F
(49,17,31)
#2B101C
(43,16,28)
#250F19
(37,15,25)
#1F0E16
(31,14,22)
#190D13
(25,13,19)
#130C10
(19,12,16)
#0D0B0D
(13,11,13)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #431428

#431428
(67,20,40)
#54293B
(84,41,59)
#653E4E
(101,62,78)
#765361
(118,83,97)
#876874
(135,104,116)
#987D87
(152,125,135)
#A9929A
(169,146,154)
#BAA7AD
(186,167,173)
#CBBCC0
(203,188,192)
#DCD1D3
(220,209,211)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #431428; }

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

This text font color is #431428.


Background Color

.myBgColor { background-color: #431428; }

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

This div background color is #431428.


Border color

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

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

This div border color is #431428.


Opacity

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

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

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

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

This text has shadow with #431428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #431428 on black background.


Color preview on white background

This text has color #431428 on white background.



Black color preview on #431428 background

This text has black color on #431428 background.


White color preview on #431428 background

This text has white color on #431428 background.