Color Hex Logo

#706318 Color Hex

#706318
(112,99,24)
0 Favorites   0 Comments

Color spaces of #706318

RGB 1129924
HSL0.140.650.27
HSV51°79°44°
CMYK 0.000.120.79   0.56
XYZ11.308812.43442.6682
Yxy12.43440.42820.4708
Hunter Lab35.2624-4.463620.1974
CIE-Lab41.8984-3.640741.7328

#706318 color RGB value is (112,99,24).

#706318 hex color red value is 112, green value is 99 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #706318 hue: 0.14 , saturation: 0.65 and the lightness value of 706318 is 0.27.

The process color (four color CMYK) of #706318 color hex is 0.00, 0.12, 0.79, 0.56. Web safe color of #706318 is #666600. Color #706318 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100011 00011000
Octal 160 143 30
Decimal 112 99 24
Hex 70 63 18

RGB Percentages of Color #706318

%47.66
%42.13
%10.21

CMYK Percentages of Color #706318

%0
%12
%79
%56

Triadic Colors of #706318

#706318 #187063 #631870

Analogous Colors of #706318

#706318 #517018 #703718

Monochromatic Colors of #706318

#706318

Complementary Color

#706318 #182570

#706318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706318 Color CSS Codes

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

#706318 Text Font Color

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

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


#706318 Background Color

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

This div background color is #706318


#706318 Border Color

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

This div border color is #706318


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,99,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #706318; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #706318;
  -webkit-box-shadow: 1px 1px 3px 2px #706318;
  box-shadow:         1px 1px 3px 2px #706318; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,99,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706318


Comments

No comments written yet.

Please login to write comment.