Color Hex Logo

#73482b Color Hex

#73482B
(115,72,43)
0 Favorites   0 Comments

Color spaces of #73482b

RGB 1157243
HSL0.070.460.31
HSV24°63°45°
CMYK 0.000.370.63   0.55
XYZ9.82368.45403.3995
Yxy8.45400.45320.3900
Hunter Lab29.07589.425813.4209
CIE-Lab34.911115.202324.8007

#73482b color RGB value is (115,72,43).

#73482b hex color red value is 115, green value is 72 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #73482b hue: 0.07 , saturation: 0.46 and the lightness value of 73482b is 0.31.

The process color (four color CMYK) of #73482b color hex is 0.00, 0.37, 0.63, 0.55. Web safe color of #73482b is #663333. Color #73482b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001000 00101011
Octal 163 110 53
Decimal 115 72 43
Hex 73 48 2B

RGB Percentages of Color #73482b

%50.00
%31.30
%18.70

CMYK Percentages of Color #73482b

%0
%37
%63
%55

Triadic Colors of #73482b

#73482b #2b7348 #482b73

Analogous Colors of #73482b

#73482b #736c2b #732b32

Monochromatic Colors of #73482b

#73482b

Complementary Color

#73482b #2b5673

#73482b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73482b Color Preview on White Background

Lorem ipsum dolor sit amet.

#73482b Color CSS Codes

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

#73482b Text Font Color

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

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


#73482b Background Color

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

This div background color is #73482b


#73482b Border Color

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

This div border color is #73482b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73482b


Comments

No comments written yet.

Please login to write comment.