Color Hex Logo

#705427 Color Hex

#705427
(112,84,39)
0 Favorites   0 Comments

Color spaces of #705427

RGB 1128439
HSL0.100.480.30
HSV37°65°44°
CMYK 0.000.250.65   0.56
XYZ10.21869.93193.2979
Yxy9.93190.43580.4236
Hunter Lab31.51492.726915.8560
CIE-Lab37.71996.198830.2774

#705427 color RGB value is (112,84,39).

#705427 hex color red value is 112, green value is 84 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #705427 hue: 0.10 , saturation: 0.48 and the lightness value of 705427 is 0.30.

The process color (four color CMYK) of #705427 color hex is 0.00, 0.25, 0.65, 0.56. Web safe color of #705427 is #666633. Color #705427 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010100 00100111
Octal 160 124 47
Decimal 112 84 39
Hex 70 54 27

RGB Percentages of Color #705427

%47.66
%35.74
%16.60

CMYK Percentages of Color #705427

%0
%25
%65
%56

Triadic Colors of #705427

#705427 #277054 #542770

Analogous Colors of #705427

#705427 #687027 #703027

Monochromatic Colors of #705427

#705427

Complementary Color

#705427 #274370

#705427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705427 Color CSS Codes

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

#705427 Text Font Color

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

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


#705427 Background Color

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

This div background color is #705427


#705427 Border Color

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

This div border color is #705427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705427


Comments

No comments written yet.

Please login to write comment.