COLOR #431828

HEX: #431828
RGB: (67,24,40)

Color info

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

RGB color model

#431828 color RGB value is (67,24,40).

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

RGB channels and saturation

R 67 of 255 = 26%
G 24 of 255 = 9%
B 40 of 255 = 16%

67
24
40

R + G + B ~ 17%. #431828 is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 24 + 40 = 131 (100%)
R 67 of 131 ~ 51.15%
G 24 of 131 ~ 18.32%
B 40 of 131 ~ 30.53%

%51.15
%18.32
%30.53

CMYK color model

#431828 color CMYK value is (0,64,40,74).

  • cyan value is 0.00%
  • magenta value is 64.18%
  • yellow value is 40.30%
  • key color value is 73.73%
CMYK:
(0,64,40,74)
C0M64Y40K74 
(0%,64%,40%,74%)
(0.00/0.64/0.40/0.74)	

CMYK percentages

%0
%64.18
%40.3
%73.73

Codes

Color #431828 in popluar color models

431828
RGB672440
HSL338°47.25%17.84%
HSB/HSV338°64.18%26.27%
CMYK0.00%64.18%40.30%
73.73%

Color #431828 in popluar number systems.

HEX431828
Decimal672440
Binary100001111000101000
Octal1033050

Shades and tints

Shades of #431828

#431828
(67,24,40)
#3D1625
(61,22,37)
#371422
(55,20,34)
#31121F
(49,18,31)
#2B101C
(43,16,28)
#250E19
(37,14,25)
#1F0C16
(31,12,22)
#190A13
(25,10,19)
#130810
(19,8,16)
#0D060D
(13,6,13)
#07040A
(7,4,10)
#000000
(0,0,0)

Tints of #431828

#431828
(67,24,40)
#542D3B
(84,45,59)
#65424E
(101,66,78)
#765761
(118,87,97)
#876C74
(135,108,116)
#988187
(152,129,135)
#A9969A
(169,150,154)
#BAABAD
(186,171,173)
#CBC0C0
(203,192,192)
#DCD5D3
(220,213,211)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #431828; }

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

This text font color is #431828.


Background Color

.myBgColor { background-color: #431828; }

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

This div background color is #431828.


Border color

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

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

This div border color is #431828.


Opacity

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

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

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

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

This text has shadow with #431828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #431828 on black background.


Color preview on white background

This text has color #431828 on white background.



Black color preview on #431828 background

This text has black color on #431828 background.


White color preview on #431828 background

This text has white color on #431828 background.