Color Hex Logo

#715548 Color Hex

#715548
(113,85,72)
0 Favorites   0 Comments

Color spaces of #715548

RGB 1138572
HSL0.050.220.36
HSV19°36°44°
CMYK 0.000.250.36   0.56
XYZ11.228310.47567.5611
Yxy10.47560.38370.3580
Hunter Lab32.36605.28408.8054
CIE-Lab38.68289.634512.0745

#715548 color RGB value is (113,85,72).

#715548 hex color red value is 113, green value is 85 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #715548 hue: 0.05 , saturation: 0.22 and the lightness value of 715548 is 0.36.

The process color (four color CMYK) of #715548 color hex is 0.00, 0.25, 0.36, 0.56. Web safe color of #715548 is #666633. Color #715548 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010101 01001000
Octal 161 125 110
Decimal 113 85 72
Hex 71 55 48

RGB Percentages of Color #715548

%41.85
%31.48
%26.67

CMYK Percentages of Color #715548

%0
%25
%36
%56

Triadic Colors of #715548

#715548 #487155 #554871

Analogous Colors of #715548

#715548 #716a48 #714850

Monochromatic Colors of #715548

#715548

Complementary Color

#715548 #486471

#715548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715548 Color CSS Codes

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

#715548 Text Font Color

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

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


#715548 Background Color

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

This div background color is #715548


#715548 Border Color

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

This div border color is #715548


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715548


Comments

No comments written yet.

Please login to write comment.