COLOR #431417

HEX: #431417
RGB: (67,20,23)

Color info

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

RGB color model

#431417 color RGB value is (67,20,23).

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

RGB channels and saturation

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

67
20
23

R + G + B ~ 14%. #431417 is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 20 + 23 = 110 (100%)
R 67 of 110 ~ 60.91%
G 20 of 110 ~ 18.18%
B 23 of 110 ~ 20.91%

%60.91
%18.18
%20.91

CMYK color model

#431417 color CMYK value is (0,70,66,74).

  • cyan value is 0.00%
  • magenta value is 70.15%
  • yellow value is 65.67%
  • key color value is 73.73%
CMYK:
(0,70,66,74)
C0M70Y66K74 
(0%,70%,66%,74%)
(0.00/0.70/0.66/0.74)	

CMYK percentages

%0
%70.15
%65.67
%73.73

Codes

Color #431417 in popluar color models

431417
RGB672023
HSL356°54.02%17.06%
HSB/HSV356°70.15%26.27%
CMYK0.00%70.15%65.67%
73.73%

Color #431417 in popluar number systems.

HEX431417
Decimal672023
Binary10000111010010111
Octal1032427

Shades and tints

Shades of #431417

#431417
(67,20,23)
#3D1315
(61,19,21)
#371213
(55,18,19)
#311111
(49,17,17)
#2B100F
(43,16,15)
#250F0D
(37,15,13)
#1F0E0B
(31,14,11)
#190D09
(25,13,9)
#130C07
(19,12,7)
#0D0B05
(13,11,5)
#070A03
(7,10,3)
#000000
(0,0,0)

Tints of #431417

#431417
(67,20,23)
#54292C
(84,41,44)
#653E41
(101,62,65)
#765356
(118,83,86)
#87686B
(135,104,107)
#987D80
(152,125,128)
#A99295
(169,146,149)
#BAA7AA
(186,167,170)
#CBBCBF
(203,188,191)
#DCD1D4
(220,209,212)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #431417; }

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

This text font color is #431417.


Background Color

.myBgColor { background-color: #431417; }

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

This div background color is #431417.


Border color

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

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

This div border color is #431417.


Opacity

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

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

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

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

This text has shadow with #431417 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #431417 on black background.


Color preview on white background

This text has color #431417 on white background.



Black color preview on #431417 background

This text has black color on #431417 background.


White color preview on #431417 background

This text has white color on #431417 background.