Color Hex Logo

#674310 Color Hex

#674310
(103,67,16)
0 Favorites   0 Comments

Color spaces of #674310

RGB 1036716
HSL0.100.730.23
HSV35°84°40°
CMYK 0.000.350.84   0.60
XYZ7.69426.93531.4233
Yxy6.93530.47930.4320
Hunter Lab26.33506.065615.2301
CIE-Lab31.659210.866835.0578

#674310 color RGB value is (103,67,16).

#674310 hex color red value is 103, green value is 67 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #674310 hue: 0.10 , saturation: 0.73 and the lightness value of 674310 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000011 00010000
Octal 147 103 20
Decimal 103 67 16
Hex 67 43 10

RGB Percentages of Color #674310

%55.38
%36.02
%8.60

CMYK Percentages of Color #674310

%0
%35
%84
%60

Triadic Colors of #674310

#674310 #106743 #431067

Analogous Colors of #674310

#674310 #606710 #671810

Monochromatic Colors of #674310

#674310

Complementary Color

#674310 #103467

#674310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674310 Color CSS Codes

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

#674310 Text Font Color

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

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


#674310 Background Color

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

This div background color is #674310


#674310 Border Color

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

This div border color is #674310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674310


Comments

No comments written yet.

Please login to write comment.