Color Hex Logo

#674229 Color Hex

#674229
(103,66,41)
0 Favorites   0 Comments

Color spaces of #674229

RGB 1036641
HSL0.070.430.28
HSV24°60°40°
CMYK 0.000.360.60   0.60
XYZ7.94206.94013.0188
Yxy6.94010.44370.3877
Hunter Lab26.34417.710611.6467
CIE-Lab31.670213.117021.6575

#674229 color RGB value is (103,66,41).

#674229 hex color red value is 103, green value is 66 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #674229 hue: 0.07 , saturation: 0.43 and the lightness value of 674229 is 0.28.

The process color (four color CMYK) of #674229 color hex is 0.00, 0.36, 0.60, 0.60. Web safe color of #674229 is #663333. Color #674229 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000010 00101001
Octal 147 102 51
Decimal 103 66 41
Hex 67 42 29

RGB Percentages of Color #674229

%49.05
%31.43
%19.52

CMYK Percentages of Color #674229

%0
%36
%60
%60

Triadic Colors of #674229

#674229 #296742 #422967

Analogous Colors of #674229

#674229 #676129 #67292f

Monochromatic Colors of #674229

#674229

Complementary Color

#674229 #294e67

#674229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674229 Color CSS Codes

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

#674229 Text Font Color

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

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


#674229 Background Color

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

This div background color is #674229


#674229 Border Color

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

This div border color is #674229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674229


Comments

No comments written yet.

Please login to write comment.