Color Hex Logo

#676073 Color Hex

#676073
(103,96,115)
0 Favorites   0 Comments

Color spaces of #676073

RGB 10396115
HSL0.730.090.41
HSV262°17°45°
CMYK 0.100.170.00   0.55
XYZ12.870912.487117.9515
Yxy12.48710.29720.2883
Hunter Lab35.33713.1755-5.3838
CIE-Lab41.98006.8457-9.7016

#676073 color RGB value is (103,96,115).

#676073 hex color red value is 103, green value is 96 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #676073 hue: 0.73 , saturation: 0.09 and the lightness value of 676073 is 0.41.

The process color (four color CMYK) of #676073 color hex is 0.10, 0.17, 0.00, 0.55. Web safe color of #676073 is #666666. Color #676073 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100000 01110011
Octal 147 140 163
Decimal 103 96 115
Hex 67 60 73

RGB Percentages of Color #676073

%32.80
%30.57
%36.62

CMYK Percentages of Color #676073

%10
%17
%0
%55

Triadic Colors of #676073

#676073 #736760 #607367

Analogous Colors of #676073

#676073 #716073 #606373

Monochromatic Colors of #676073

#676073

Complementary Color

#676073 #6c7360

#676073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#676073 Color CSS Codes

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

#676073 Text Font Color

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

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


#676073 Background Color

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

This div background color is #676073


#676073 Border Color

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

This div border color is #676073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676073


Comments

No comments written yet.

Please login to write comment.