Color Hex Logo

#715113 Color Hex

#715113
(113,81,19)
0 Favorites   0 Comments

Color spaces of #715113

RGB 1138119
HSL0.110.710.26
HSV40°83°44°
CMYK 0.000.280.83   0.56
XYZ9.87009.44261.9185
Yxy9.44260.46490.4448
Hunter Lab30.72883.558217.8085
CIE-Lab36.82297.330739.0307

#715113 color RGB value is (113,81,19).

#715113 hex color red value is 113, green value is 81 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #715113 hue: 0.11 , saturation: 0.71 and the lightness value of 715113 is 0.26.

The process color (four color CMYK) of #715113 color hex is 0.00, 0.28, 0.83, 0.56. Web safe color of #715113 is #666600. Color #715113 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010001 00010011
Octal 161 121 23
Decimal 113 81 19
Hex 71 51 13

RGB Percentages of Color #715113

%53.05
%38.03
%8.92

CMYK Percentages of Color #715113

%0
%28
%83
%56

Triadic Colors of #715113

#715113 #137151 #511371

Analogous Colors of #715113

#715113 #627113 #712213

Monochromatic Colors of #715113

#715113

Complementary Color

#715113 #133371

#715113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715113 Color CSS Codes

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

#715113 Text Font Color

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

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


#715113 Background Color

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

This div background color is #715113


#715113 Border Color

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

This div border color is #715113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715113


Comments

No comments written yet.

Please login to write comment.