Color Hex Logo

#73424b Color Hex

#73424B
(115,66,75)
0 Favorites   0 Comments

Color spaces of #73424b

RGB 1156675
HSL0.970.270.35
HSV349°43°45°
CMYK 0.000.430.35   0.55
XYZ10.28848.04937.6680
Yxy8.04930.39560.3095
Hunter Lab28.371315.08053.8354
CIE-Lab34.085322.40523.7622

#73424b color RGB value is (115,66,75).

#73424b hex color red value is 115, green value is 66 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #73424b hue: 0.97 , saturation: 0.27 and the lightness value of 73424b is 0.35.

The process color (four color CMYK) of #73424b color hex is 0.00, 0.43, 0.35, 0.55. Web safe color of #73424b is #663333. Color #73424b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000010 01001011
Octal 163 102 113
Decimal 115 66 75
Hex 73 42 4B

RGB Percentages of Color #73424b

%44.92
%25.78
%29.30

CMYK Percentages of Color #73424b

%0
%43
%35
%55

Triadic Colors of #73424b

#73424b #4b7342 #424b73

Analogous Colors of #73424b

#73424b #735242 #734264

Monochromatic Colors of #73424b

#73424b

Complementary Color

#73424b #42736a

#73424b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73424b Color Preview on White Background

Lorem ipsum dolor sit amet.

#73424b Color CSS Codes

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

#73424b Text Font Color

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

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


#73424b Background Color

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

This div background color is #73424b


#73424b Border Color

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

This div border color is #73424b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73424b


Comments

No comments written yet.

Please login to write comment.