Color Hex Logo

#73675f Color Hex

#73675F
(115,103,95)
0 Favorites   0 Comments

Color spaces of #73675f

RGB 11510395
HSL0.070.100.41
HSV24°17°45°
CMYK 0.000.100.17   0.55
XYZ13.986014.171612.8247
Yxy14.17160.34130.3458
Hunter Lab37.64520.43756.1531
CIE-Lab44.47803.28916.2349

#73675f color RGB value is (115,103,95).

#73675f hex color red value is 115, green value is 103 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #73675f hue: 0.07 , saturation: 0.10 and the lightness value of 73675f is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100111 01011111
Octal 163 147 137
Decimal 115 103 95
Hex 73 67 5F

RGB Percentages of Color #73675f

%36.74
%32.91
%30.35

CMYK Percentages of Color #73675f

%0
%10
%17
%55

Triadic Colors of #73675f

#73675f #5f7367 #675f73

Analogous Colors of #73675f

#73675f #73715f #735f61

Monochromatic Colors of #73675f

#73675f

Complementary Color

#73675f #5f6b73

#73675f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73675f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73675f Color CSS Codes

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

#73675f Text Font Color

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

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


#73675f Background Color

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

This div background color is #73675f


#73675f Border Color

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

This div border color is #73675f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73675f


Comments

No comments written yet.

Please login to write comment.