COLOR #431513

HEX: #431513
RGB: (67,21,19)

Color info

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

RGB color model

#431513 color RGB value is (67,21,19).

  • red value is 67;
  • green value is 21;
  • blue value is 19.
RGB:
(67,21,19)
(26%,8%,7%)

RGB channels and saturation

R 67 of 255 = 26%
G 21 of 255 = 8%
B 19 of 255 = 7%

67
21
19

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

Portions of RGB colors in percentages

R + G + B =
67 + 21 + 19 = 107 (100%)
R 67 of 107 ~ 62.62%
G 21 of 107 ~ 19.63%
B 19 of 107 ~ 17.76%

%62.62
%19.63
%17.76

CMYK color model

#431513 color CMYK value is (0,69,72,74).

  • cyan value is 0.00%
  • magenta value is 68.66%
  • yellow value is 71.64%
  • key color value is 73.73%
CMYK:
(0,69,72,74)
C0M69Y72K74 
(0%,69%,72%,74%)
(0.00/0.69/0.72/0.74)	

CMYK percentages

%0
%68.66
%71.64
%73.73

Codes

Color #431513 in popluar color models

431513
RGB672119
HSL55.81%16.86%
HSB/HSV71.64%26.27%
CMYK0.00%68.66%71.64%
73.73%

Color #431513 in popluar number systems.

HEX431513
Decimal672119
Binary10000111010110011
Octal1032523

Shades and tints

Shades of #431513

#431513
(67,21,19)
#3D1412
(61,20,18)
#371311
(55,19,17)
#311210
(49,18,16)
#2B110F
(43,17,15)
#25100E
(37,16,14)
#1F0F0D
(31,15,13)
#190E0C
(25,14,12)
#130D0B
(19,13,11)
#0D0C0A
(13,12,10)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #431513

#431513
(67,21,19)
#542A28
(84,42,40)
#653F3D
(101,63,61)
#765452
(118,84,82)
#876967
(135,105,103)
#987E7C
(152,126,124)
#A99391
(169,147,145)
#BAA8A6
(186,168,166)
#CBBDBB
(203,189,187)
#DCD2D0
(220,210,208)
#EDE7E5
(237,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #431513 color. Also use rgb(67,21,19) instead hex code.

Text Font Color

.myTextColor { color: #431513; }

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

This text font color is #431513.


Background Color

.myBgColor { background-color: #431513; }

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

This div background color is #431513.


Border color

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

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

This div border color is #431513.


Opacity

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

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

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

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

This text has shadow with #431513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #431513 on black background.


Color preview on white background

This text has color #431513 on white background.



Black color preview on #431513 background

This text has black color on #431513 background.


White color preview on #431513 background

This text has white color on #431513 background.