Color Hex Logo

#73685b Color Hex

#73685B
(115,104,91)
0 Favorites   0 Comments

Color spaces of #73685b

RGB 11510491
HSL0.090.120.40
HSV33°21°45°
CMYK 0.000.100.21   0.55
XYZ13.908914.300811.9248
Yxy14.30080.34660.3563
Hunter Lab37.8164-0.52637.7753
CIE-Lab44.66132.01348.8998

#73685b color RGB value is (115,104,91).

#73685b hex color red value is 115, green value is 104 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #73685b hue: 0.09 , saturation: 0.12 and the lightness value of 73685b is 0.40.

The process color (four color CMYK) of #73685b color hex is 0.00, 0.10, 0.21, 0.55. Web safe color of #73685b is #666666. Color #73685b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101000 01011011
Octal 163 150 133
Decimal 115 104 91
Hex 73 68 5B

RGB Percentages of Color #73685b

%37.10
%33.55
%29.35

CMYK Percentages of Color #73685b

%0
%10
%21
%55

Triadic Colors of #73685b

#73685b #5b7368 #685b73

Analogous Colors of #73685b

#73685b #72735b #735c5b

Monochromatic Colors of #73685b

#73685b

Complementary Color

#73685b #5b6673

#73685b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73685b Color Preview on White Background

Lorem ipsum dolor sit amet.

#73685b Color CSS Codes

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

#73685b Text Font Color

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

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


#73685b Background Color

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

This div background color is #73685b


#73685b Border Color

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

This div border color is #73685b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,104,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73685b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73685b;
  -webkit-box-shadow: 1px 1px 3px 2px #73685b;
  box-shadow:         1px 1px 3px 2px #73685b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73685b


Comments

No comments written yet.

Please login to write comment.