COLOR #431D35

HEX: #431D35
RGB: (67,29,53)

Color info

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

RGB color model

#431D35 color RGB value is (67,29,53).

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

RGB channels and saturation

R 67 of 255 = 26%
G 29 of 255 = 11%
B 53 of 255 = 21%

67
29
53

R + G + B ~ 19%. #431D35 is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 29 + 53 = 149 (100%)
R 67 of 149 ~ 44.97%
G 29 of 149 ~ 19.46%
B 53 of 149 ~ 35.57%

%44.97
%19.46
%35.57

CMYK color model

#431D35 color CMYK value is (0,57,21,74).

  • cyan value is 0.00%
  • magenta value is 56.72%
  • yellow value is 20.90%
  • key color value is 73.73%
CMYK:
(0,57,21,74)
C0M57Y21K74 
(0%,57%,21%,74%)
(0.00/0.57/0.21/0.74)	

CMYK percentages

%0
%56.72
%20.9
%73.73

Codes

Color #431D35 in popluar color models

431D35
RGB672953
HSL322°39.58%18.82%
HSB/HSV322°56.72%26.27%
CMYK0.00%56.72%20.90%
73.73%

Color #431D35 in popluar number systems.

HEX431D35
Decimal672953
Binary100001111101110101
Octal1033565

Shades and tints

Shades of #431D35

#431D35
(67,29,53)
#3D1B31
(61,27,49)
#37192D
(55,25,45)
#311729
(49,23,41)
#2B1525
(43,21,37)
#251321
(37,19,33)
#1F111D
(31,17,29)
#190F19
(25,15,25)
#130D15
(19,13,21)
#0D0B11
(13,11,17)
#07090D
(7,9,13)
#000000
(0,0,0)

Tints of #431D35

#431D35
(67,29,53)
#543147
(84,49,71)
#654559
(101,69,89)
#76596B
(118,89,107)
#876D7D
(135,109,125)
#98818F
(152,129,143)
#A995A1
(169,149,161)
#BAA9B3
(186,169,179)
#CBBDC5
(203,189,197)
#DCD1D7
(220,209,215)
#EDE5E9
(237,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #431D35; }

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

This text font color is #431D35.


Background Color

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

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

This div background color is #431D35.


Border color

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

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

This div border color is #431D35.


Opacity

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

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

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

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

This text has shadow with #431D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #431D35 on black background.


Color preview on white background

This text has color #431D35 on white background.



Black color preview on #431D35 background

This text has black color on #431D35 background.


White color preview on #431D35 background

This text has white color on #431D35 background.