COLOR #431B33

HEX: #431B33
RGB: (67,27,51)

Color info

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

RGB color model

#431B33 color RGB value is (67,27,51).

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

RGB channels and saturation

R 67 of 255 = 26%
G 27 of 255 = 11%
B 51 of 255 = 20%

67
27
51

R + G + B ~ 19%. #431B33 is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 27 + 51 = 145 (100%)
R 67 of 145 ~ 46.21%
G 27 of 145 ~ 18.62%
B 51 of 145 ~ 35.17%

%46.21
%18.62
%35.17

CMYK color model

#431B33 color CMYK value is (0,60,24,74).

  • cyan value is 0.00%
  • magenta value is 59.70%
  • yellow value is 23.88%
  • key color value is 73.73%
CMYK:
(0,60,24,74)
C0M60Y24K74 
(0%,60%,24%,74%)
(0.00/0.60/0.24/0.74)	

CMYK percentages

%0
%59.7
%23.88
%73.73

Codes

Color #431B33 in popluar color models

431B33
RGB672751
HSL324°42.55%18.43%
HSB/HSV324°59.70%26.27%
CMYK0.00%59.70%23.88%
73.73%

Color #431B33 in popluar number systems.

HEX431B33
Decimal672751
Binary100001111011110011
Octal1033363

Shades and tints

Shades of #431B33

#431B33
(67,27,51)
#3D192F
(61,25,47)
#37172B
(55,23,43)
#311527
(49,21,39)
#2B1323
(43,19,35)
#25111F
(37,17,31)
#1F0F1B
(31,15,27)
#190D17
(25,13,23)
#130B13
(19,11,19)
#0D090F
(13,9,15)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #431B33

#431B33
(67,27,51)
#542F45
(84,47,69)
#654357
(101,67,87)
#765769
(118,87,105)
#876B7B
(135,107,123)
#987F8D
(152,127,141)
#A9939F
(169,147,159)
#BAA7B1
(186,167,177)
#CBBBC3
(203,187,195)
#DCCFD5
(220,207,213)
#EDE3E7
(237,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #431B33; }

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

This text font color is #431B33.


Background Color

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

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

This div background color is #431B33.


Border color

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

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

This div border color is #431B33.


Opacity

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

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

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

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

This text has shadow with #431B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #431B33 on black background.


Color preview on white background

This text has color #431B33 on white background.



Black color preview on #431B33 background

This text has black color on #431B33 background.


White color preview on #431B33 background

This text has white color on #431B33 background.