Color Hex Logo

#675146 Color Hex

#675146
(103,81,70)
0 Favorites   0 Comments

Color spaces of #675146

RGB 1038170
HSL0.060.190.34
HSV20°32°40°
CMYK 0.000.210.32   0.60
XYZ9.64149.21067.0640
Yxy9.21060.37200.3554
Hunter Lab30.34903.59607.4440
CIE-Lab36.38677.38229.9581

#675146 color RGB value is (103,81,70).

#675146 hex color red value is 103, green value is 81 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #675146 hue: 0.06 , saturation: 0.19 and the lightness value of 675146 is 0.34.

The process color (four color CMYK) of #675146 color hex is 0.00, 0.21, 0.32, 0.60. Web safe color of #675146 is #666633. Color #675146 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01010001 01000110
Octal 147 121 106
Decimal 103 81 70
Hex 67 51 46

RGB Percentages of Color #675146

%40.55
%31.89
%27.56

CMYK Percentages of Color #675146

%0
%21
%32
%60

Triadic Colors of #675146

#675146 #466751 #514667

Analogous Colors of #675146

#675146 #676246 #67464c

Monochromatic Colors of #675146

#675146

Complementary Color

#675146 #465c67

#675146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#675146 Color CSS Codes

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

#675146 Text Font Color

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

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


#675146 Background Color

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

This div background color is #675146


#675146 Border Color

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

This div border color is #675146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675146


Comments

No comments written yet.

Please login to write comment.