Color Hex Logo

#734848 Color Hex

#734848
(115,72,72)
0 Favorites   0 Comments

Color spaces of #734848

RGB 1157272
HSL0.000.230.37
HSV37°45°
CMYK 0.000.370.37   0.55
XYZ10.55738.74747.2629
Yxy8.74740.39740.3293
Hunter Lab29.576011.95846.1435
CIE-Lab35.493318.39457.6706

#734848 color RGB value is (115,72,72).

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

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

Base Numbers

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

RGB Percentages of Color #734848

%44.40
%27.80
%27.80

CMYK Percentages of Color #734848

%0
%37
%37
%55

Triadic Colors of #734848

#734848 #487348 #484873

Analogous Colors of #734848

#734848 #735e48 #73485e

Monochromatic Colors of #734848

#734848

Complementary Color

#734848 #487373

#734848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#734848 Color CSS Codes

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

#734848 Text Font Color

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

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


#734848 Background Color

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

This div background color is #734848


#734848 Border Color

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

This div border color is #734848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734848


Comments

No comments written yet.

Please login to write comment.