Color Hex Logo

#431d1c Color Hex

#431D1C
(67,29,28)
0 Favorites   0 Comments

Color spaces of #431d1c

RGB 672928
HSL0.000.410.19
HSV58°26°
CMYK 0.000.570.58   0.74
XYZ2.96372.15591.3585
Yxy2.15590.45750.3328
Hunter Lab14.683010.33434.7925
CIE-Lab16.285018.21539.2768

#431d1c color RGB value is (67,29,28).

#431d1c hex color red value is 67, green value is 29 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #431d1c hue: 0.00 , saturation: 0.41 and the lightness value of 431d1c is 0.19.

The process color (four color CMYK) of #431d1c color hex is 0.00, 0.57, 0.58, 0.74. Web safe color of #431d1c is #333333. Color #431d1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00011101 00011100
Octal 103 35 34
Decimal 67 29 28
Hex 43 1D 1C

RGB Percentages of Color #431d1c

%54.03
%23.39
%22.58

CMYK Percentages of Color #431d1c

%0
%57
%58
%74

Triadic Colors of #431d1c

#431d1c #1c431d #1d1c43

Analogous Colors of #431d1c

#431d1c #43311c #431c2f

Monochromatic Colors of #431d1c

#431d1c

Complementary Color

#431d1c #1c4243

#431d1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#431d1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#431d1c Color CSS Codes

.mybgcolor {background-color:#431d1c; } 
.myforecolor {color:#431d1c; }
.mybordercolor {border:3px solid #431d1c; }

#431d1c Text Font Color

<p style="color:#431d1c">Text here</p>

This sample text font color is #431d1c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#431d1c Background Color

<div style="background-color:#431d1c">
Div content here</div>

This div background color is #431d1c


#431d1c Border Color

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

This div border color is #431d1c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,29,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #431d1c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #431d1c;
  -webkit-box-shadow: 1px 1px 3px 2px #431d1c;
  box-shadow:         1px 1px 3px 2px #431d1c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,29,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #431d1c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #431d1c;
  -webkit-box-shadow: 1px 1px 3px 2px #431d1c;
  box-shadow:         1px 1px 3px 2px #431d1c;">
Div content here</div>

This div box has shadow with color #431d1c


Comments

No comments written yet.

Please login to write comment.