Color Hex Logo

#7f451f Color Hex

#7F451F
(127,69,31)
0 Favorites   0 Comments

Color spaces of #7f451f

RGB 1276931
HSL0.070.610.31
HSV24°76°50°
CMYK 0.000.460.76   0.50
XYZ11.12788.86722.4214
Yxy8.86720.49640.3956
Hunter Lab29.777814.593116.0233
CIE-Lab35.727321.639532.9425

#7f451f color RGB value is (127,69,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 01000101 00011111
Octal 177 105 37
Decimal 127 69 31
Hex 7F 45 1F

RGB Percentages of Color #7f451f

%55.95
%30.40
%13.66

CMYK Percentages of Color #7f451f

%0
%46
%76
%50

Triadic Colors of #7f451f

#7f451f #1f7f45 #451f7f

Analogous Colors of #7f451f

#7f451f #7f751f #7f1f29

Monochromatic Colors of #7f451f

#7f451f

Complementary Color

#7f451f #1f597f

#7f451f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f451f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f451f Color CSS Codes

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

#7f451f Text Font Color

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

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


#7f451f Background Color

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

This div background color is #7f451f


#7f451f Border Color

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

This div border color is #7f451f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f451f


Comments

No comments written yet.

Please login to write comment.