Color Hex Logo

#706330 Color Hex

#706330
(112,99,48)
0 Favorites   0 Comments

Color spaces of #706330

RGB 1129948
HSL0.130.400.31
HSV48°57°44°
CMYK 0.000.120.57   0.56
XYZ11.677412.58184.6094
Yxy12.58180.40450.4358
Hunter Lab35.4708-3.309717.1249
CIE-Lab42.1262-1.979630.5136

#706330 color RGB value is (112,99,48).

#706330 hex color red value is 112, green value is 99 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #706330 hue: 0.13 , saturation: 0.40 and the lightness value of 706330 is 0.31.

The process color (four color CMYK) of #706330 color hex is 0.00, 0.12, 0.57, 0.56. Web safe color of #706330 is #666633. Color #706330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100011 00110000
Octal 160 143 60
Decimal 112 99 48
Hex 70 63 30

RGB Percentages of Color #706330

%43.24
%38.22
%18.53

CMYK Percentages of Color #706330

%0
%12
%57
%56

Triadic Colors of #706330

#706330 #307063 #633070

Analogous Colors of #706330

#706330 #5d7030 #704330

Monochromatic Colors of #706330

#706330

Complementary Color

#706330 #303d70

#706330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706330 Color CSS Codes

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

#706330 Text Font Color

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

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


#706330 Background Color

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

This div background color is #706330


#706330 Border Color

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

This div border color is #706330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706330


Comments

No comments written yet.

Please login to write comment.