Color Hex Logo

#715034 Color Hex

#715034
(113,80,52)
0 Favorites   0 Comments

Color spaces of #715034

RGB 1138052
HSL0.080.370.32
HSV28°54°44°
CMYK 0.000.290.54   0.56
XYZ10.29859.49604.5389
Yxy9.49600.42320.3902
Hunter Lab30.81565.727012.8379
CIE-Lab36.922210.255221.8984

#715034 color RGB value is (113,80,52).

#715034 hex color red value is 113, green value is 80 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #715034 hue: 0.08 , saturation: 0.37 and the lightness value of 715034 is 0.32.

The process color (four color CMYK) of #715034 color hex is 0.00, 0.29, 0.54, 0.56. Web safe color of #715034 is #666633. Color #715034 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010000 00110100
Octal 161 120 64
Decimal 113 80 52
Hex 71 50 34

RGB Percentages of Color #715034

%46.12
%32.65
%21.22

CMYK Percentages of Color #715034

%0
%29
%54
%56

Triadic Colors of #715034

#715034 #347150 #503471

Analogous Colors of #715034

#715034 #716f34 #713437

Monochromatic Colors of #715034

#715034

Complementary Color

#715034 #345571

#715034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715034 Color CSS Codes

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

#715034 Text Font Color

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

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


#715034 Background Color

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

This div background color is #715034


#715034 Border Color

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

This div border color is #715034


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,80,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715034


Comments

No comments written yet.

Please login to write comment.