COLOR #431821

HEX: #431821
RGB: (67,24,33)

Color info

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

RGB color model

#431821 color RGB value is (67,24,33).

  • red value is 67;
  • green value is 24;
  • blue value is 33.
RGB: (67,24,33) (26%,9%,13%)

RGB channels and saturation

R 67 of 255 = 26%
G 24 of 255 = 9%
B 33 of 255 = 13%

67
24
33

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

Portions of RGB colors in percentages

R + G + B =
67 + 24 + 33 = 124 (100%)
R 67 of 124 ~ 54.03%
G 24 of 124 ~ 19.35%
B 33 of 124 ~ 26.61%

%54.03
%19.35
%26.61

CMYK color model

#431821 color CMYK value is (0,64,51,74).

  • cyan value is 0.00%
  • magenta value is 64.18%
  • yellow value is 50.75%
  • key color value is 73.73%
CMYK: (0,64,51,74) C0M64Y51K74 (0%,64%,51%,74%) (0.00/0.64/0.51/0.74)

CMYK percentages

%0
%64.18
%50.75
%73.73

Codes

Color #431821 in popluar color models

431821
RGB672433
HSL347°47.25%17.84%
HSB/HSV347°64.18%26.27%
CMYK0.00%64.18%50.75%
73.73%

Color #431821 in popluar number systems.

HEX431821
Decimal672433
Binary100001111000100001
Octal1033041

Shades and tints

Shades of #431821

#431821
(67,24,33)
#3D161E
(61,22,30)
#37141B
(55,20,27)
#311218
(49,18,24)
#2B1015
(43,16,21)
#250E12
(37,14,18)
#1F0C0F
(31,12,15)
#190A0C
(25,10,12)
#130809
(19,8,9)
#0D0606
(13,6,6)
#070403
(7,4,3)
#000000
(0,0,0)

Tints of #431821

#431821
(67,24,33)
#542D35
(84,45,53)
#654249
(101,66,73)
#76575D
(118,87,93)
#876C71
(135,108,113)
#988185
(152,129,133)
#A99699
(169,150,153)
#BAABAD
(186,171,173)
#CBC0C1
(203,192,193)
#DCD5D5
(220,213,213)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #431821 color. Also use rgb(67,24,33) instead hex code.

Text Font Color

.myTextColor { color: #431821; }

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

This text font color is #431821.


Background Color

.myBgColor { background-color: #431821; }

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

This div background color is #431821.


Border color

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

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

This div border color is #431821.


Opacity

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

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

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

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

This text has shadow with #431821 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #431821 on black background.


Color preview on white background

This text has color #431821 on white background.



Black color preview on #431821 background

This text has black color on #431821 background.


White color preview on #431821 background

This text has white color on #431821 background.