COLOR #431329

HEX: #431329
RGB: (67,19,41)

Color info

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

RGB color model

#431329 color RGB value is (67,19,41).

  • red value is 67;
  • green value is 19;
  • blue value is 41.
RGB:
(67,19,41)
(26%,7%,16%)

RGB channels and saturation

R 67 of 255 = 26%
G 19 of 255 = 7%
B 41 of 255 = 16%

67
19
41

R + G + B ~ 16%. #431329 is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 19 + 41 = 127 (100%)
R 67 of 127 ~ 52.76%
G 19 of 127 ~ 14.96%
B 41 of 127 ~ 32.28%

%52.76
%14.96
%32.28

CMYK color model

#431329 color CMYK value is (0,72,39,74).

  • cyan value is 0.00%
  • magenta value is 71.64%
  • yellow value is 38.81%
  • key color value is 73.73%
CMYK:
(0,72,39,74)
C0M72Y39K74 
(0%,72%,39%,74%)
(0.00/0.72/0.39/0.74)	

CMYK percentages

%0
%71.64
%38.81
%73.73

Codes

Color #431329 in popluar color models

431329
RGB671941
HSL333°55.81%16.86%
HSB/HSV333°71.64%26.27%
CMYK0.00%71.64%38.81%
73.73%

Color #431329 in popluar number systems.

HEX431329
Decimal671941
Binary100001110011101001
Octal1032351

Shades and tints

Shades of #431329

#431329
(67,19,41)
#3D1226
(61,18,38)
#371123
(55,17,35)
#311020
(49,16,32)
#2B0F1D
(43,15,29)
#250E1A
(37,14,26)
#1F0D17
(31,13,23)
#190C14
(25,12,20)
#130B11
(19,11,17)
#0D0A0E
(13,10,14)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #431329

#431329
(67,19,41)
#54283C
(84,40,60)
#653D4F
(101,61,79)
#765262
(118,82,98)
#876775
(135,103,117)
#987C88
(152,124,136)
#A9919B
(169,145,155)
#BAA6AE
(186,166,174)
#CBBBC1
(203,187,193)
#DCD0D4
(220,208,212)
#EDE5E7
(237,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #431329 color. Also use rgb(67,19,41) instead hex code.

Text Font Color

.myTextColor { color: #431329; }

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

This text font color is #431329.


Background Color

.myBgColor { background-color: #431329; }

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

This div background color is #431329.


Border color

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

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

This div border color is #431329.


Opacity

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

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

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

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

This text has shadow with #431329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #431329 on black background.


Color preview on white background

This text has color #431329 on white background.



Black color preview on #431329 background

This text has black color on #431329 background.


White color preview on #431329 background

This text has white color on #431329 background.