Color Hex Logo

#706948 Color Hex

#706948
(112,105,72)
0 Favorites   0 Comments

Color spaces of #706948

RGB 11210572
HSL0.140.220.36
HSV50°36°44°
CMYK 0.000.060.36   0.56
XYZ12.903414.01588.1561
Yxy14.01580.36790.3996
Hunter Lab37.4377-3.993513.2896
CIE-Lab44.2556-2.746719.5805

#706948 color RGB value is (112,105,72).

#706948 hex color red value is 112, green value is 105 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #706948 hue: 0.14 , saturation: 0.22 and the lightness value of 706948 is 0.36.

The process color (four color CMYK) of #706948 color hex is 0.00, 0.06, 0.36, 0.56. Web safe color of #706948 is #666633. Color #706948 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101001 01001000
Octal 160 151 110
Decimal 112 105 72
Hex 70 69 48

RGB Percentages of Color #706948

%38.75
%36.33
%24.91

CMYK Percentages of Color #706948

%0
%6
%36
%56

Triadic Colors of #706948

#706948 #487069 #694870

Analogous Colors of #706948

#706948 #637048 #705548

Monochromatic Colors of #706948

#706948

Complementary Color

#706948 #484f70

#706948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706948 Color CSS Codes

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

#706948 Text Font Color

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

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


#706948 Background Color

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

This div background color is #706948


#706948 Border Color

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

This div border color is #706948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706948

#706948 Color Palettes


Comments

No comments written yet.

Please login to write comment.