Color Hex Logo

#713005 Color Hex

#713005
(113,48,5)
0 Favorites   0 Comments

Color spaces of #713005

RGB 113485
HSL0.070.920.23
HSV24°96°44°
CMYK 0.000.580.96   0.56
XYZ7.89445.63560.8153
Yxy5.63560.55030.3929
Hunter Lab23.739417.815114.5814
CIE-Lab28.473826.456637.4313

#713005 color RGB value is (113,48,5).

#713005 hex color red value is 113, green value is 48 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #713005 hue: 0.07 , saturation: 0.92 and the lightness value of 713005 is 0.23.

The process color (four color CMYK) of #713005 color hex is 0.00, 0.58, 0.96, 0.56. Web safe color of #713005 is #663300. Color #713005 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110000 00000101
Octal 161 60 5
Decimal 113 48 5
Hex 71 30 5

RGB Percentages of Color #713005

%68.07
%28.92
%3.01

CMYK Percentages of Color #713005

%0
%58
%96
%56

Triadic Colors of #713005

#713005 #057130 #300571

Analogous Colors of #713005

#713005 #716605 #710510

Monochromatic Colors of #713005

#713005

Complementary Color

#713005 #054671

#713005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713005 Color CSS Codes

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

#713005 Text Font Color

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

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


#713005 Background Color

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

This div background color is #713005


#713005 Border Color

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

This div border color is #713005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713005


Comments

No comments written yet.

Please login to write comment.