COLOR #431409

HEX: #431409
RGB: (67,20,9)

Color info

#431409 contains red, green and blue colors in about the same proportion. Web safe color of #431409 is #330000 (or #300).

RGB color model

#431409 color RGB value is (67,20,9).

  • red value is 67;
  • green value is 20;
  • blue value is 9.
RGB:
(67,20,9)
(26%,8%,4%)

RGB channels and saturation

R 67 of 255 = 26%
G 20 of 255 = 8%
B 9 of 255 = 4%

67
20
9

R + G + B ~ 13%. #431409 is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 20 + 9 = 96 (100%)
R 67 of 96 ~ 69.79%
G 20 of 96 ~ 20.83%
B 9 of 96 ~ 9.38%

%69.79
%20.83

CMYK color model

#431409 color CMYK value is (0,70,87,74).

  • cyan value is 0.00%
  • magenta value is 70.15%
  • yellow value is 86.57%
  • key color value is 73.73%
CMYK:
(0,70,87,74)
C0M70Y87K74 
(0%,70%,87%,74%)
(0.00/0.70/0.87/0.74)	

CMYK percentages

%0
%70.15
%86.57
%73.73

Codes

Color #431409 in popluar color models

431409
RGB67209
HSL11°76.32%14.90%
HSB/HSV11°86.57%26.27%
CMYK0.00%70.15%86.57%
73.73%

Color #431409 in popluar number systems.

HEX431409
Decimal67209
Binary1000011101001001
Octal1032411

Shades and tints

Shades of #431409

#431409
(67,20,9)
#3D1309
(61,19,9)
#371209
(55,18,9)
#311109
(49,17,9)
#2B1009
(43,16,9)
#250F09
(37,15,9)
#1F0E09
(31,14,9)
#190D09
(25,13,9)
#130C09
(19,12,9)
#0D0B09
(13,11,9)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #431409

#431409
(67,20,9)
#54291F
(84,41,31)
#653E35
(101,62,53)
#76534B
(118,83,75)
#876861
(135,104,97)
#987D77
(152,125,119)
#A9928D
(169,146,141)
#BAA7A3
(186,167,163)
#CBBCB9
(203,188,185)
#DCD1CF
(220,209,207)
#EDE6E5
(237,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #431409 color. Also use rgb(67,20,9) instead hex code.

Text Font Color

.myTextColor { color: #431409; }

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

This text font color is #431409.


Background Color

.myBgColor { background-color: #431409; }

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

This div background color is #431409.


Border color

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

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

This div border color is #431409.


Opacity

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

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

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

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

This text has shadow with #431409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #431409 on black background.


Color preview on white background

This text has color #431409 on white background.



Black color preview on #431409 background

This text has black color on #431409 background.


White color preview on #431409 background

This text has white color on #431409 background.