COLOR #431F28

HEX: #431F28
RGB: (67,31,40)

Color info

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

RGB color model

#431F28 color RGB value is (67,31,40).

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

RGB channels and saturation

R 67 of 255 = 26%
G 31 of 255 = 12%
B 40 of 255 = 16%

67
31
40

R + G + B ~ 18%. #431F28 is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 31 + 40 = 138 (100%)
R 67 of 138 ~ 48.55%
G 31 of 138 ~ 22.46%
B 40 of 138 ~ 28.99%

%48.55
%22.46
%28.99

CMYK color model

#431F28 color CMYK value is (0,54,40,74).

  • cyan value is 0.00%
  • magenta value is 53.73%
  • yellow value is 40.30%
  • key color value is 73.73%
CMYK:
(0,54,40,74)
C0M54Y40K74 
(0%,54%,40%,74%)
(0.00/0.54/0.40/0.74)	

CMYK percentages

%0
%53.73
%40.3
%73.73

Codes

Color #431F28 in popluar color models

431F28
RGB673140
HSL345°36.73%19.22%
HSB/HSV345°53.73%26.27%
CMYK0.00%53.73%40.30%
73.73%

Color #431F28 in popluar number systems.

HEX431F28
Decimal673140
Binary100001111111101000
Octal1033750

Shades and tints

Shades of #431F28

#431F28
(67,31,40)
#3D1D25
(61,29,37)
#371B22
(55,27,34)
#31191F
(49,25,31)
#2B171C
(43,23,28)
#251519
(37,21,25)
#1F1316
(31,19,22)
#191113
(25,17,19)
#130F10
(19,15,16)
#0D0D0D
(13,13,13)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #431F28

#431F28
(67,31,40)
#54333B
(84,51,59)
#65474E
(101,71,78)
#765B61
(118,91,97)
#876F74
(135,111,116)
#988387
(152,131,135)
#A9979A
(169,151,154)
#BAABAD
(186,171,173)
#CBBFC0
(203,191,192)
#DCD3D3
(220,211,211)
#EDE7E6
(237,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #431F28; }

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

This text font color is #431F28.


Background Color

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

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

This div background color is #431F28.


Border color

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

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

This div border color is #431F28.


Opacity

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

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

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

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

This text has shadow with #431F28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #431F28 on black background.


Color preview on white background

This text has color #431F28 on white background.



Black color preview on #431F28 background

This text has black color on #431F28 background.


White color preview on #431F28 background

This text has white color on #431F28 background.