COLOR #431813

HEX: #431813 RGB: (67,24,19)

Color info

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

RGB color model

#431813 color RGB value is (67,24,19).

RGB: (67,24,19) (26%, 9%, 7%)

RGB channels and saturation

R 67 of 255 = 26%
G 24 of 255 = 9%
B 19 of 255 = 7%

67
24
19

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

Portions of RGB colors in percentages

R + G + B = 67 + 24 + 19 = 110 (100%)
R 67 of 110 ~ 60.91%
G 24 of 110 ~ 21.82%
B 19 of 110 ~ 17.27'%

%60.91
%21.82
%17.27

CMYK color model

#431813 color CMYK value is (0,64,72,74).

  • cyan value is 0.00%
  • magenta value is 64.18%
  • yellow value is 71.64%
  • key color value is 73.73%

CMYK: (0,64,72,74)
C0M64Y72K74 (0%, 64%, 72%, 74%)
(0.00 / 0.64 / 0.72 / 0.74)

CMYK percentages

%0
%64.18
%71.64
%73.73

Codes

Color #431813 in popluar color models

43 18 13
RGB 67 24 19
HSL 55.81% 16.86%
HSB/HSV 71.64% 26.27%
CMYK 0.00% 64.18% 71.64%
73.73%

Color #431813 in popluar number systems.

HEX 43 18 13
Decimal 67 24 19
Binary 1000011 11000 10011
Octal 103 30 23

Shades and tints

Shades of #431813

#431813
(67,24,19)
#3D1612
(61,22,18)
#371411
(55,20,17)
#311210
(49,18,16)
#2B100F
(43,16,15)
#250E0E
(37,14,14)
#1F0C0D
(31,12,13)
#190A0C
(25,10,12)
#13080B
(19,8,11)
#0D060A
(13,6,10)
#070409
(7,4,9)
#000000
(0,0,0)

Tints of #431813

#431813
(67,24,19)
#542D28
(84,45,40)
#65423D
(101,66,61)
#765752
(118,87,82)
#876C67
(135,108,103)
#98817C
(152,129,124)
#A99691
(169,150,145)
#BAABA6
(186,171,166)
#CBC0BB
(203,192,187)
#DCD5D0
(220,213,208)
#EDEAE5
(237,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #431813; }

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

This text font color is #431813.

Background Color

.myBgColor { background-color: #431813; }

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

This div background color is #431813.

Border color

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

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

This div border color is #431813.

Opacity

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

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

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

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

This text has shadow with #431813 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #431813.

Preview

Color preview on black background

This text has color #431813 on black background.


Color preview on white background

This text has color #431813 on white background.


Black color preview on #431813 background

This text has black color on #431813 background.


White color preview on #431813 background

This text has white color on #431813 background.


Related colors

Complementary color

Complementary color for #hex is #BCE7EC.


I love getcolorcode.com

Triadic colors

1 #134318 and #181343 with #431813 are triadic colors.

2 #131843 and #184313 with #431813 are triadic colors.