Color Hex Logo

#7f251f Color Hex

#7F251F
(127,37,31)
0 Favorites   0 Comments

Color spaces of #7f251f

RGB 1273731
HSL0.010.610.31
HSV76°50°
CMYK 0.000.710.76   0.50
XYZ9.66135.93411.9325
Yxy5.93410.55120.3386
Hunter Lab24.360028.164012.3485
CIE-Lab29.245638.323025.8402

#7f251f color RGB value is (127,37,31).

#7f251f hex color red value is 127, green value is 37 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #7f251f hue: 0.01 , saturation: 0.61 and the lightness value of 7f251f is 0.31.

The process color (four color CMYK) of #7f251f color hex is 0.00, 0.71, 0.76, 0.50. Web safe color of #7f251f is #663333. Color #7f251f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00100101 00011111
Octal 177 45 37
Decimal 127 37 31
Hex 7F 25 1F

RGB Percentages of Color #7f251f

%65.13
%18.97
%15.90

CMYK Percentages of Color #7f251f

%0
%71
%76
%50

Triadic Colors of #7f251f

#7f251f #1f7f25 #251f7f

Analogous Colors of #7f251f

#7f251f #7f551f #7f1f49

Monochromatic Colors of #7f251f

#7f251f

Complementary Color

#7f251f #1f797f

#7f251f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f251f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f251f Color CSS Codes

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

#7f251f Text Font Color

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

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


#7f251f Background Color

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

This div background color is #7f251f


#7f251f Border Color

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

This div border color is #7f251f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f251f


Comments

No comments written yet.

Please login to write comment.