Color Hex Logo

#674316 Color Hex

#674316
(103,67,22)
0 Favorites   0 Comments

Color spaces of #674316

RGB 1036722
HSL0.090.650.25
HSV33°79°40°
CMYK 0.000.350.79   0.60
XYZ7.74556.95581.6934
Yxy6.95580.47240.4243
Hunter Lab26.37396.267814.6548
CIE-Lab31.706111.144332.3293

#674316 color RGB value is (103,67,22).

#674316 hex color red value is 103, green value is 67 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #674316 hue: 0.09 , saturation: 0.65 and the lightness value of 674316 is 0.25.

The process color (four color CMYK) of #674316 color hex is 0.00, 0.35, 0.79, 0.60. Web safe color of #674316 is #663300. Color #674316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000011 00010110
Octal 147 103 26
Decimal 103 67 22
Hex 67 43 16

RGB Percentages of Color #674316

%53.65
%34.90
%11.46

CMYK Percentages of Color #674316

%0
%35
%79
%60

Triadic Colors of #674316

#674316 #166743 #431667

Analogous Colors of #674316

#674316 #636716 #671b16

Monochromatic Colors of #674316

#674316

Complementary Color

#674316 #163a67

#674316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674316 Color CSS Codes

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

#674316 Text Font Color

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

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


#674316 Background Color

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

This div background color is #674316


#674316 Border Color

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

This div border color is #674316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674316


Comments

No comments written yet.

Please login to write comment.