Color Hex Logo

#674112 Color Hex

#674112
(103,65,18)
0 Favorites   0 Comments

Color spaces of #674112

RGB 1036518
HSL0.090.700.24
HSV33°83°40°
CMYK 0.000.370.83   0.60
XYZ7.59306.70781.4668
Yxy6.70780.48160.4254
Hunter Lab25.89947.007314.7717
CIE-Lab31.132212.185633.6742

#674112 color RGB value is (103,65,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000001 00010010
Octal 147 101 22
Decimal 103 65 18
Hex 67 41 12

RGB Percentages of Color #674112

%55.38
%34.95
%9.68

CMYK Percentages of Color #674112

%0
%37
%83
%60

Triadic Colors of #674112

#674112 #126741 #411267

Analogous Colors of #674112

#674112 #636712 #671712

Monochromatic Colors of #674112

#674112

Complementary Color

#674112 #123867

#674112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674112 Color CSS Codes

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

#674112 Text Font Color

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

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


#674112 Background Color

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

This div background color is #674112


#674112 Border Color

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

This div border color is #674112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674112

#674112 Color Palettes


Comments

No comments written yet.

Please login to write comment.