COLOR #431812

HEX: #431812
RGB: (67,24,18)

Color info

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

RGB color model

#431812 color RGB value is (67,24,18).

  • red value is 67;
  • green value is 24;
  • blue value is 18.
RGB:
(67,24,18)
(26%,9%,7%)

RGB channels and saturation

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

67
24
18

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

Portions of RGB colors in percentages

R + G + B =
67 + 24 + 18 = 109 (100%)
R 67 of 109 ~ 61.47%
G 24 of 109 ~ 22.02%
B 18 of 109 ~ 16.51%

%61.47
%22.02
%16.51

CMYK color model

#431812 color CMYK value is (0,64,73,74).

  • cyan value is 0.00%
  • magenta value is 64.18%
  • yellow value is 73.13%
  • key color value is 73.73%
CMYK:
(0,64,73,74)
C0M64Y73K74 
(0%,64%,73%,74%)
(0.00/0.64/0.73/0.74)	

CMYK percentages

%0
%64.18
%73.13
%73.73

Codes

Color #431812 in popluar color models

431812
RGB672418
HSL57.65%16.67%
HSB/HSV73.13%26.27%
CMYK0.00%64.18%73.13%
73.73%

Color #431812 in popluar number systems.

HEX431812
Decimal672418
Binary10000111100010010
Octal1033022

Shades and tints

Shades of #431812

#431812
(67,24,18)
#3D1611
(61,22,17)
#371410
(55,20,16)
#31120F
(49,18,15)
#2B100E
(43,16,14)
#250E0D
(37,14,13)
#1F0C0C
(31,12,12)
#190A0B
(25,10,11)
#13080A
(19,8,10)
#0D0609
(13,6,9)
#070408
(7,4,8)
#000000
(0,0,0)

Tints of #431812

#431812
(67,24,18)
#542D27
(84,45,39)
#65423C
(101,66,60)
#765751
(118,87,81)
#876C66
(135,108,102)
#98817B
(152,129,123)
#A99690
(169,150,144)
#BAABA5
(186,171,165)
#CBC0BA
(203,192,186)
#DCD5CF
(220,213,207)
#EDEAE4
(237,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #431812; }

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

This text font color is #431812.


Background Color

.myBgColor { background-color: #431812; }

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

This div background color is #431812.


Border color

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

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

This div border color is #431812.


Opacity

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

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

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

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

This text has shadow with #431812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #431812 on black background.


Color preview on white background

This text has color #431812 on white background.



Black color preview on #431812 background

This text has black color on #431812 background.


White color preview on #431812 background

This text has white color on #431812 background.