Color Hex Logo

#73736b Color Hex

#73736B
(115,115,107)
0 Favorites   0 Comments

Color spaces of #73736b

RGB 115115107
HSL0.170.040.44
HSV60°45°
CMYK 0.000.000.07   0.55
XYZ15.854816.967816.3494
Yxy16.96780.32240.3451
Hunter Lab41.1920-3.38135.3018
CIE-Lab48.2194-1.56844.4206

#73736b color RGB value is (115,115,107).

#73736b hex color red value is 115, green value is 115 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #73736b hue: 0.17 , saturation: 0.04 and the lightness value of 73736b is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110011 01101011
Octal 163 163 153
Decimal 115 115 107
Hex 73 73 6B

RGB Percentages of Color #73736b

%34.12
%34.12
%31.75

CMYK Percentages of Color #73736b

%0
%0
%7
%55

Triadic Colors of #73736b

#73736b #6b7373 #736b73

Analogous Colors of #73736b

#73736b #6f736b #736f6b

Monochromatic Colors of #73736b

#73736b

Complementary Color

#73736b #6b6b73

#73736b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73736b Color Preview on White Background

Lorem ipsum dolor sit amet.

#73736b Color CSS Codes

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

#73736b Text Font Color

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

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


#73736b Background Color

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

This div background color is #73736b


#73736b Border Color

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

This div border color is #73736b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73736b


Comments

No comments written yet.

Please login to write comment.