Color Hex Logo

#673514 Color Hex

#673514
(103,53,20)
0 Favorites   0 Comments

Color spaces of #673514

RGB 1035320
HSL0.070.670.24
HSV24°81°40°
CMYK 0.000.490.81   0.60
XYZ6.99295.48031.3511
Yxy5.48030.50580.3964
Hunter Lab23.410012.352812.9651
CIE-Lab28.061519.592029.6655

#673514 color RGB value is (103,53,20).

#673514 hex color red value is 103, green value is 53 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #673514 hue: 0.07 , saturation: 0.67 and the lightness value of 673514 is 0.24.

The process color (four color CMYK) of #673514 color hex is 0.00, 0.49, 0.81, 0.60. Web safe color of #673514 is #663300. Color #673514 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00110101 00010100
Octal 147 65 24
Decimal 103 53 20
Hex 67 35 14

RGB Percentages of Color #673514

%58.52
%30.11
%11.36

CMYK Percentages of Color #673514

%0
%49
%81
%60

Triadic Colors of #673514

#673514 #146735 #351467

Analogous Colors of #673514

#673514 #675f14 #67141c

Monochromatic Colors of #673514

#673514

Complementary Color

#673514 #144667

#673514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#673514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#673514 Color CSS Codes

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

#673514 Text Font Color

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

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


#673514 Background Color

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

This div background color is #673514


#673514 Border Color

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

This div border color is #673514


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,53,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #673514


Comments

No comments written yet.

Please login to write comment.