Color Hex Logo

#73475b Color Hex

#73475B
(115,71,91)
0 Favorites   0 Comments

Color spaces of #73475b

RGB 1157191
HSL0.920.240.36
HSV333°38°45°
CMYK 0.000.380.21   0.55
XYZ11.21188.906611.0258
Yxy8.90660.36000.2860
Hunter Lab29.843914.8322-1.0139
CIE-Lab35.803821.9237-3.9039

#73475b color RGB value is (115,71,91).

#73475b hex color red value is 115, green value is 71 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #73475b hue: 0.92 , saturation: 0.24 and the lightness value of 73475b is 0.36.

The process color (four color CMYK) of #73475b color hex is 0.00, 0.38, 0.21, 0.55. Web safe color of #73475b is #663366. Color #73475b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000111 01011011
Octal 163 107 133
Decimal 115 71 91
Hex 73 47 5B

RGB Percentages of Color #73475b

%41.52
%25.63
%32.85

CMYK Percentages of Color #73475b

%0
%38
%21
%55

Triadic Colors of #73475b

#73475b #5b7347 #475b73

Analogous Colors of #73475b

#73475b #734947 #734771

Monochromatic Colors of #73475b

#73475b

Complementary Color

#73475b #47735f

#73475b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73475b Color Preview on White Background

Lorem ipsum dolor sit amet.

#73475b Color CSS Codes

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

#73475b Text Font Color

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

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


#73475b Background Color

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

This div background color is #73475b


#73475b Border Color

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

This div border color is #73475b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73475b


Comments

No comments written yet.

Please login to write comment.