COLOR #431D3E

HEX: #431D3E
RGB: (67,29,62)

Color info

#431D3E contains red, green and blue colors in about the same proportion. Web safe color of #431D3E is #333333 (or #333).

RGB color model

#431D3E color RGB value is (67,29,62).

  • red value is 67;
  • green value is 29;
  • blue value is 62.
RGB:
(67,29,62)
(26%,11%,24%)

RGB channels and saturation

R 67 of 255 = 26%
G 29 of 255 = 11%
B 62 of 255 = 24%

67
29
62

R + G + B ~ 20%. #431D3E is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 29 + 62 = 158 (100%)
R 67 of 158 ~ 42.41%
G 29 of 158 ~ 18.35%
B 62 of 158 ~ 39.24%

%42.41
%18.35
%39.24

CMYK color model

#431D3E color CMYK value is (0,57,7,74).

  • cyan value is 0.00%
  • magenta value is 56.72%
  • yellow value is 7.46%
  • key color value is 73.73%
CMYK:
(0,57,7,74)
C0M57Y7K74 
(0%,57%,7%,74%)
(0.00/0.57/0.07/0.74)	

CMYK percentages

%0
%56.72
%7.46
%73.73

Codes

Color #431D3E in popluar color models

431D3E
RGB672962
HSL308°39.58%18.82%
HSB/HSV308°56.72%26.27%
CMYK0.00%56.72%7.46%
73.73%

Color #431D3E in popluar number systems.

HEX431D3E
Decimal672962
Binary100001111101111110
Octal1033576

Shades and tints

Shades of #431D3E

#431D3E
(67,29,62)
#3D1B39
(61,27,57)
#371934
(55,25,52)
#31172F
(49,23,47)
#2B152A
(43,21,42)
#251325
(37,19,37)
#1F1120
(31,17,32)
#190F1B
(25,15,27)
#130D16
(19,13,22)
#0D0B11
(13,11,17)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #431D3E

#431D3E
(67,29,62)
#54314F
(84,49,79)
#654560
(101,69,96)
#765971
(118,89,113)
#876D82
(135,109,130)
#988193
(152,129,147)
#A995A4
(169,149,164)
#BAA9B5
(186,169,181)
#CBBDC6
(203,189,198)
#DCD1D7
(220,209,215)
#EDE5E8
(237,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #431D3E color. Also use rgb(67,29,62) instead hex code.

Text Font Color

.myTextColor { color: #431D3E; }

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

This text font color is #431D3E.


Background Color

.myBgColor { background-color: #431D3E; }

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

This div background color is #431D3E.


Border color

.myBorderColor { border: 1px solid #431D3E; }

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

This div border color is #431D3E.


Opacity

.myOpacity80 { color: #431D3E; opacity: 0.8; }

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

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

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

This text has shadow with #431D3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #431D3E on black background.


Color preview on white background

This text has color #431D3E on white background.



Black color preview on #431D3E background

This text has black color on #431D3E background.


White color preview on #431D3E background

This text has white color on #431D3E background.