Color Hex Logo

#734948 Color Hex

#734948
(115,73,72)
0 Favorites   0 Comments

Color spaces of #734948

RGB 1157372
HSL0.000.230.37
HSV37°45°
CMYK 0.000.370.37   0.55
XYZ10.62258.87787.2846
Yxy8.87780.39660.3314
Hunter Lab29.795611.49506.3614
CIE-Lab35.747917.79088.0289

#734948 color RGB value is (115,73,72).

#734948 hex color red value is 115, green value is 73 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #734948 hue: 0.00 , saturation: 0.23 and the lightness value of 734948 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001001 01001000
Octal 163 111 110
Decimal 115 73 72
Hex 73 49 48

RGB Percentages of Color #734948

%44.23
%28.08
%27.69

CMYK Percentages of Color #734948

%0
%37
%37
%55

Triadic Colors of #734948

#734948 #487349 #494873

Analogous Colors of #734948

#734948 #735f48 #73485d

Monochromatic Colors of #734948

#734948

Complementary Color

#734948 #487273

#734948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#734948 Color CSS Codes

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

#734948 Text Font Color

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

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


#734948 Background Color

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

This div background color is #734948


#734948 Border Color

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

This div border color is #734948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734948


Comments

No comments written yet.

Please login to write comment.