Color Hex Logo

#73536b Color Hex

#73536B
(115,83,107)
0 Favorites   0 Comments

Color spaces of #73536b

RGB 11583107
HSL0.880.160.39
HSV315°28°45°
CMYK 0.000.280.07   0.55
XYZ12.817310.892915.3369
Yxy10.89290.32830.2790
Hunter Lab33.004411.5630-4.4486
CIE-Lab39.399517.6118-8.5449

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

#73536b hex color red value is 115, green value is 83 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #73536b hue: 0.88 , saturation: 0.16 and the lightness value of 73536b is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010011 01101011
Octal 163 123 153
Decimal 115 83 107
Hex 73 53 6B

RGB Percentages of Color #73536b

%37.70
%27.21
%35.08

CMYK Percentages of Color #73536b

%0
%28
%7
%55

Triadic Colors of #73536b

#73536b #6b7353 #536b73

Analogous Colors of #73536b

#73536b #73535b #6b5373

Monochromatic Colors of #73536b

#73536b

Complementary Color

#73536b #53735b

#73536b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73536b Color Preview on White Background

Lorem ipsum dolor sit amet.

#73536b Color CSS Codes

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

#73536b Text Font Color

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

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


#73536b Background Color

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

This div background color is #73536b


#73536b Border Color

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

This div border color is #73536b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,83,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 #73536b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73536b


Comments

No comments written yet.

Please login to write comment.