Color Hex Logo

#431529 Color Hex

#431529
(67,21,41)
0 Favorites   0 Comments

Color spaces of #431529

RGB 672141
HSL0.930.520.17
HSV334°69°26°
CMYK 0.000.690.39   0.74
XYZ2.98311.88972.3053
Yxy1.88970.41560.2633
Hunter Lab13.746614.6789-0.3202
CIE-Lab14.897424.5389-2.0575

#431529 color RGB value is (67,21,41).

#431529 hex color red value is 67, green value is 21 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #431529 hue: 0.93 , saturation: 0.52 and the lightness value of 431529 is 0.17.

The process color (four color CMYK) of #431529 color hex is 0.00, 0.69, 0.39, 0.74. Web safe color of #431529 is #330033. Color #431529 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00010101 00101001
Octal 103 25 51
Decimal 67 21 41
Hex 43 15 29

RGB Percentages of Color #431529

%51.94
%16.28
%31.78

CMYK Percentages of Color #431529

%0
%69
%39
%74

Triadic Colors of #431529

#431529 #294315 #152943

Analogous Colors of #431529

#431529 #431815 #431540

Monochromatic Colors of #431529

#431529

Complementary Color

#431529 #15432f

#431529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#431529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#431529 Color CSS Codes

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

#431529 Text Font Color

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

This sample text font color is #431529
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.


#431529 Background Color

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

This div background color is #431529


#431529 Border Color

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

This div border color is #431529


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,21,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #431529; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #431529;
  -webkit-box-shadow: 1px 1px 3px 2px #431529;
  box-shadow:         1px 1px 3px 2px #431529; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #431529


Comments

No comments written yet.

Please login to write comment.