Color Hex Logo

#7f5327 Color Hex

#7F5327
(127,83,39)
0 Favorites   0 Comments

Color spaces of #7f5327

RGB 1278339
HSL0.080.530.33
HSV30°69°50°
CMYK 0.000.350.69   0.50
XYZ12.211910.84503.3691
Yxy10.84500.46210.4104
Hunter Lab32.93178.561616.9865
CIE-Lab39.318213.860232.5875

#7f5327 color RGB value is (127,83,39).

#7f5327 hex color red value is 127, green value is 83 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #7f5327 hue: 0.08 , saturation: 0.53 and the lightness value of 7f5327 is 0.33.

The process color (four color CMYK) of #7f5327 color hex is 0.00, 0.35, 0.69, 0.50. Web safe color of #7f5327 is #666633. Color #7f5327 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01010011 00100111
Octal 177 123 47
Decimal 127 83 39
Hex 7F 53 27

RGB Percentages of Color #7f5327

%51.00
%33.33
%15.66

CMYK Percentages of Color #7f5327

%0
%35
%69
%50

Triadic Colors of #7f5327

#7f5327 #277f53 #53277f

Analogous Colors of #7f5327

#7f5327 #7f7f27 #7f2727

Monochromatic Colors of #7f5327

#7f5327

Complementary Color

#7f5327 #27537f

#7f5327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f5327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f5327 Color CSS Codes

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

#7f5327 Text Font Color

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

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


#7f5327 Background Color

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

This div background color is #7f5327


#7f5327 Border Color

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

This div border color is #7f5327


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,83,39, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f5327; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f5327;
  -webkit-box-shadow: 1px 1px 3px 2px #7f5327;
  box-shadow:         1px 1px 3px 2px #7f5327; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,83,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 #7f5327">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f5327


Comments

No comments written yet.

Please login to write comment.