COLOR #431D3C

HEX: #431D3C
RGB: (67,29,60)

Color info

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

RGB color model

#431D3C color RGB value is (67,29,60).

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

RGB channels and saturation

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

67
29
60

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

Portions of RGB colors in percentages

R + G + B =
67 + 29 + 60 = 156 (100%)
R 67 of 156 ~ 42.95%
G 29 of 156 ~ 18.59%
B 60 of 156 ~ 38.46%

%42.95
%18.59
%38.46

CMYK color model

#431D3C color CMYK value is (0,57,10,74).

  • cyan value is 0.00%
  • magenta value is 56.72%
  • yellow value is 10.45%
  • key color value is 73.73%
CMYK:
(0,57,10,74)
C0M57Y10K74 
(0%,57%,10%,74%)
(0.00/0.57/0.10/0.74)	

CMYK percentages

%0
%56.72
%10.45
%73.73

Codes

Color #431D3C in popluar color models

431D3C
RGB672960
HSL311°39.58%18.82%
HSB/HSV311°56.72%26.27%
CMYK0.00%56.72%10.45%
73.73%

Color #431D3C in popluar number systems.

HEX431D3C
Decimal672960
Binary100001111101111100
Octal1033574

Shades and tints

Shades of #431D3C

#431D3C
(67,29,60)
#3D1B37
(61,27,55)
#371932
(55,25,50)
#31172D
(49,23,45)
#2B1528
(43,21,40)
#251323
(37,19,35)
#1F111E
(31,17,30)
#190F19
(25,15,25)
#130D14
(19,13,20)
#0D0B0F
(13,11,15)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #431D3C

#431D3C
(67,29,60)
#54314D
(84,49,77)
#65455E
(101,69,94)
#76596F
(118,89,111)
#876D80
(135,109,128)
#988191
(152,129,145)
#A995A2
(169,149,162)
#BAA9B3
(186,169,179)
#CBBDC4
(203,189,196)
#DCD1D5
(220,209,213)
#EDE5E6
(237,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #431D3C; }

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

This text font color is #431D3C.


Background Color

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

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

This div background color is #431D3C.


Border color

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

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

This div border color is #431D3C.


Opacity

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

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

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

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

This text has shadow with #431D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #431D3C on black background.


Color preview on white background

This text has color #431D3C on white background.



Black color preview on #431D3C background

This text has black color on #431D3C background.


White color preview on #431D3C background

This text has white color on #431D3C background.