Color Hex Logo

#671229 Color Hex

#671229
(103,18,41)
0 Favorites   0 Comments

Color spaces of #671229

RGB 1031841
HSL0.950.700.24
HSV344°83°40°
CMYK 0.000.830.60   0.60
XYZ6.21013.47632.4415
Yxy3.47630.51210.2866
Hunter Lab18.644826.82515.2875
CIE-Lab21.858538.20008.8755

#671229 color RGB value is (103,18,41).

#671229 hex color red value is 103, green value is 18 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #671229 hue: 0.95 , saturation: 0.70 and the lightness value of 671229 is 0.24.

The process color (four color CMYK) of #671229 color hex is 0.00, 0.83, 0.60, 0.60. Web safe color of #671229 is #660033. Color #671229 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010010 00101001
Octal 147 22 51
Decimal 103 18 41
Hex 67 12 29

RGB Percentages of Color #671229

%63.58
%11.11
%25.31

CMYK Percentages of Color #671229

%0
%83
%60
%60

Triadic Colors of #671229

#671229 #296712 #122967

Analogous Colors of #671229

#671229 #672612 #671253

Monochromatic Colors of #671229

#671229

Complementary Color

#671229 #126750

#671229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#671229 Color CSS Codes

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

#671229 Text Font Color

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

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


#671229 Background Color

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

This div background color is #671229


#671229 Border Color

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

This div border color is #671229


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,18,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 #671229">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671229


Comments

No comments written yet.

Please login to write comment.