Color Hex Logo

#7f582c Color Hex

#7F582C
(127,88,44)
0 Favorites   0 Comments

Color spaces of #7f582c

RGB 1278844
HSL0.090.490.34
HSV32°65°50°
CMYK 0.000.310.65   0.50
XYZ12.696711.67333.9669
Yxy11.67330.44810.4119
Hunter Lab34.16626.542517.0324
CIE-Lab40.692111.233631.4429

#7f582c color RGB value is (127,88,44).

#7f582c hex color red value is 127, green value is 88 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #7f582c hue: 0.09 , saturation: 0.49 and the lightness value of 7f582c is 0.34.

The process color (four color CMYK) of #7f582c color hex is 0.00, 0.31, 0.65, 0.50. Web safe color of #7f582c is #666633. Color #7f582c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01011000 00101100
Octal 177 130 54
Decimal 127 88 44
Hex 7F 58 2C

RGB Percentages of Color #7f582c

%49.03
%33.98
%16.99

CMYK Percentages of Color #7f582c

%0
%31
%65
%50

Triadic Colors of #7f582c

#7f582c #2c7f58 #582c7f

Analogous Colors of #7f582c

#7f582c #7d7f2c #7f2f2c

Monochromatic Colors of #7f582c

#7f582c

Complementary Color

#7f582c #2c537f

#7f582c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f582c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f582c Color CSS Codes

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

#7f582c Text Font Color

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

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


#7f582c Background Color

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

This div background color is #7f582c


#7f582c Border Color

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

This div border color is #7f582c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,88,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f582c


Comments

No comments written yet.

Please login to write comment.