COLOR #431B39

HEX: #431B39
RGB: (67,27,57)

Color info

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

RGB color model

#431B39 color RGB value is (67,27,57).

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

RGB channels and saturation

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

67
27
57

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

Portions of RGB colors in percentages

R + G + B =
67 + 27 + 57 = 151 (100%)
R 67 of 151 ~ 44.37%
G 27 of 151 ~ 17.88%
B 57 of 151 ~ 37.75%

%44.37
%17.88
%37.75

CMYK color model

#431B39 color CMYK value is (0,60,15,74).

  • cyan value is 0.00%
  • magenta value is 59.70%
  • yellow value is 14.93%
  • key color value is 73.73%
CMYK:
(0,60,15,74)
C0M60Y15K74 
(0%,60%,15%,74%)
(0.00/0.60/0.15/0.74)	

CMYK percentages

%0
%59.7
%14.93
%73.73

Codes

Color #431B39 in popluar color models

431B39
RGB672757
HSL315°42.55%18.43%
HSB/HSV315°59.70%26.27%
CMYK0.00%59.70%14.93%
73.73%

Color #431B39 in popluar number systems.

HEX431B39
Decimal672757
Binary100001111011111001
Octal1033371

Shades and tints

Shades of #431B39

#431B39
(67,27,57)
#3D1934
(61,25,52)
#37172F
(55,23,47)
#31152A
(49,21,42)
#2B1325
(43,19,37)
#251120
(37,17,32)
#1F0F1B
(31,15,27)
#190D16
(25,13,22)
#130B11
(19,11,17)
#0D090C
(13,9,12)
#070707
(7,7,7)
#000000
(0,0,0)

Tints of #431B39

#431B39
(67,27,57)
#542F4B
(84,47,75)
#65435D
(101,67,93)
#76576F
(118,87,111)
#876B81
(135,107,129)
#987F93
(152,127,147)
#A993A5
(169,147,165)
#BAA7B7
(186,167,183)
#CBBBC9
(203,187,201)
#DCCFDB
(220,207,219)
#EDE3ED
(237,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #431B39; }

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

This text font color is #431B39.


Background Color

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

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

This div background color is #431B39.


Border color

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

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

This div border color is #431B39.


Opacity

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

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

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

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

This text has shadow with #431B39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #431B39 on black background.


Color preview on white background

This text has color #431B39 on white background.



Black color preview on #431B39 background

This text has black color on #431B39 background.


White color preview on #431B39 background

This text has white color on #431B39 background.