Color Hex Logo

#712808 Color Hex

#712808
(113,40,8)
0 Favorites   0 Comments

Color spaces of #712808

RGB 113408
HSL0.050.870.24
HSV18°93°44°
CMYK 0.000.650.93   0.56
XYZ7.61275.04580.8024
Yxy5.04580.56550.3748
Hunter Lab22.462921.183913.6061
CIE-Lab26.864930.765634.8416

#712808 color RGB value is (113,40,8).

#712808 hex color red value is 113, green value is 40 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #712808 hue: 0.05 , saturation: 0.87 and the lightness value of 712808 is 0.24.

The process color (four color CMYK) of #712808 color hex is 0.00, 0.65, 0.93, 0.56. Web safe color of #712808 is #663300. Color #712808 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101000 00001000
Octal 161 50 10
Decimal 113 40 8
Hex 71 28 8

RGB Percentages of Color #712808

%70.19
%24.84
%4.97

CMYK Percentages of Color #712808

%0
%65
%93
%56

Triadic Colors of #712808

#712808 #087128 #280871

Analogous Colors of #712808

#712808 #715d08 #71081d

Monochromatic Colors of #712808

#712808

Complementary Color

#712808 #085171

#712808 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712808 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712808 Color CSS Codes

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

#712808 Text Font Color

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

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


#712808 Background Color

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

This div background color is #712808


#712808 Border Color

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

This div border color is #712808


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712808


Comments

No comments written yet.

Please login to write comment.