Color Hex Logo

#674114 Color Hex

#674114
(103,65,20)
0 Favorites   0 Comments

Color spaces of #674114

RGB 1036520
HSL0.090.670.24
HSV33°81°40°
CMYK 0.000.370.81   0.60
XYZ7.61016.71471.5568
Yxy6.71470.47920.4228
Hunter Lab25.91277.074914.5769
CIE-Lab31.148412.277532.7480

#674114 color RGB value is (103,65,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000001 00010100
Octal 147 101 24
Decimal 103 65 20
Hex 67 41 14

RGB Percentages of Color #674114

%54.79
%34.57
%10.64

CMYK Percentages of Color #674114

%0
%37
%81
%60

Triadic Colors of #674114

#674114 #146741 #411467

Analogous Colors of #674114

#674114 #646714 #671814

Monochromatic Colors of #674114

#674114

Complementary Color

#674114 #143a67

#674114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674114 Color CSS Codes

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

#674114 Text Font Color

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

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


#674114 Background Color

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

This div background color is #674114


#674114 Border Color

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

This div border color is #674114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674114


Comments

No comments written yet.

Please login to write comment.