Color Hex Logo

#73472b Color Hex

#73472B
(115,71,43)
0 Favorites   0 Comments

Color spaces of #73472b

RGB 1157143
HSL0.060.460.31
HSV23°63°45°
CMYK 0.000.380.63   0.55
XYZ9.75958.32573.3781
Yxy8.32570.45470.3879
Hunter Lab28.85439.879813.2567
CIE-Lab34.652215.806624.4868

#73472b color RGB value is (115,71,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000111 00101011
Octal 163 107 53
Decimal 115 71 43
Hex 73 47 2B

RGB Percentages of Color #73472b

%50.22
%31.00
%18.78

CMYK Percentages of Color #73472b

%0
%38
%63
%55

Triadic Colors of #73472b

#73472b #2b7347 #472b73

Analogous Colors of #73472b

#73472b #736b2b #732b33

Monochromatic Colors of #73472b

#73472b

Complementary Color

#73472b #2b5773

#73472b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73472b Color Preview on White Background

Lorem ipsum dolor sit amet.

#73472b Color CSS Codes

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

#73472b Text Font Color

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

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


#73472b Background Color

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

This div background color is #73472b


#73472b Border Color

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

This div border color is #73472b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73472b


Comments

No comments written yet.

Please login to write comment.