COLOR #431D39

HEX: #431D39
RGB: (67,29,57)

Color info

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

RGB color model

#431D39 color RGB value is (67,29,57).

  • red value is 67;
  • green value is 29;
  • blue value is 57.
RGB:
(67,29,57)
(26%,11%,22%)

RGB channels and saturation

R 67 of 255 = 26%
G 29 of 255 = 11%
B 57 of 255 = 22%

67
29
57

R + G + B ~ 20%. #431D39 is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 29 + 57 = 153 (100%)
R 67 of 153 ~ 43.79%
G 29 of 153 ~ 18.95%
B 57 of 153 ~ 37.25%

%43.79
%18.95
%37.25

CMYK color model

#431D39 color CMYK value is (0,57,15,74).

  • cyan value is 0.00%
  • magenta value is 56.72%
  • yellow value is 14.93%
  • key color value is 73.73%
CMYK:
(0,57,15,74)
C0M57Y15K74 
(0%,57%,15%,74%)
(0.00/0.57/0.15/0.74)	

CMYK percentages

%0
%56.72
%14.93
%73.73

Codes

Color #431D39 in popluar color models

431D39
RGB672957
HSL316°39.58%18.82%
HSB/HSV316°56.72%26.27%
CMYK0.00%56.72%14.93%
73.73%

Color #431D39 in popluar number systems.

HEX431D39
Decimal672957
Binary100001111101111001
Octal1033571

Shades and tints

Shades of #431D39

#431D39
(67,29,57)
#3D1B34
(61,27,52)
#37192F
(55,25,47)
#31172A
(49,23,42)
#2B1525
(43,21,37)
#251320
(37,19,32)
#1F111B
(31,17,27)
#190F16
(25,15,22)
#130D11
(19,13,17)
#0D0B0C
(13,11,12)
#070907
(7,9,7)
#000000
(0,0,0)

Tints of #431D39

#431D39
(67,29,57)
#54314B
(84,49,75)
#65455D
(101,69,93)
#76596F
(118,89,111)
#876D81
(135,109,129)
#988193
(152,129,147)
#A995A5
(169,149,165)
#BAA9B7
(186,169,183)
#CBBDC9
(203,189,201)
#DCD1DB
(220,209,219)
#EDE5ED
(237,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #431D39 color. Also use rgb(67,29,57) instead hex code.

Text Font Color

.myTextColor { color: #431D39; }

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

This text font color is #431D39.


Background Color

.myBgColor { background-color: #431D39; }

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

This div background color is #431D39.


Border color

.myBorderColor { border: 1px solid #431D39; }

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

This div border color is #431D39.


Opacity

.myOpacity80 { color: #431D39; opacity: 0.8; }

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

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

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

This text has shadow with #431D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #431D39 on black background.


Color preview on white background

This text has color #431D39 on white background.



Black color preview on #431D39 background

This text has black color on #431D39 background.


White color preview on #431D39 background

This text has white color on #431D39 background.