COLOR #391429

HEX: #391429
RGB: (57,20,41)

Color info

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

RGB color model

#391429 color RGB value is (57,20,41).

  • red value is 57;
  • green value is 20;
  • blue value is 41.
RGB:
(57,20,41)
(22%,8%,16%)

RGB channels and saturation

R 57 of 255 = 22%
G 20 of 255 = 8%
B 41 of 255 = 16%

57
20
41

R + G + B ~ 15%. #391429 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 20 + 41 = 118 (100%)
R 57 of 118 ~ 48.31%
G 20 of 118 ~ 16.95%
B 41 of 118 ~ 34.75%

%48.31
%16.95
%34.75

CMYK color model

#391429 color CMYK value is (0,65,28,78).

  • cyan value is 0.00%
  • magenta value is 64.91%
  • yellow value is 28.07%
  • key color value is 77.65%
CMYK:
(0,65,28,78)
C0M65Y28K78 
(0%,65%,28%,78%)
(0.00/0.65/0.28/0.78)	

CMYK percentages

%0
%64.91
%28.07
%77.65

Codes

Color #391429 in popluar color models

391429
RGB572041
HSL326°48.05%15.10%
HSB/HSV326°64.91%22.35%
CMYK0.00%64.91%28.07%
77.65%

Color #391429 in popluar number systems.

HEX391429
Decimal572041
Binary11100110100101001
Octal712451

Shades and tints

Shades of #391429

#391429
(57,20,41)
#341326
(52,19,38)
#2F1223
(47,18,35)
#2A1120
(42,17,32)
#25101D
(37,16,29)
#200F1A
(32,15,26)
#1B0E17
(27,14,23)
#160D14
(22,13,20)
#110C11
(17,12,17)
#0C0B0E
(12,11,14)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #391429

#391429
(57,20,41)
#4B293C
(75,41,60)
#5D3E4F
(93,62,79)
#6F5362
(111,83,98)
#816875
(129,104,117)
#937D88
(147,125,136)
#A5929B
(165,146,155)
#B7A7AE
(183,167,174)
#C9BCC1
(201,188,193)
#DBD1D4
(219,209,212)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #391429 color. Also use rgb(57,20,41) instead hex code.

Text Font Color

.myTextColor { color: #391429; }

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

This text font color is #391429.


Background Color

.myBgColor { background-color: #391429; }

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

This div background color is #391429.


Border color

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

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

This div border color is #391429.


Opacity

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

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

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

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

This text has shadow with #391429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #391429 on black background.


Color preview on white background

This text has color #391429 on white background.



Black color preview on #391429 background

This text has black color on #391429 background.


White color preview on #391429 background

This text has white color on #391429 background.