Color Hex Logo

#7d541a Color Hex

#7D541A
(125,84,26)
0 Favorites   0 Comments

Color spaces of #7d541a

RGB 1258426
HSL0.100.660.30
HSV35°79°49°
CMYK 0.000.330.79   0.51
XYZ11.814210.77522.4344
Yxy10.77520.47210.4306
Hunter Lab32.82566.798818.5809
CIE-Lab39.199211.603738.8280

#7d541a color RGB value is (125,84,26).

#7d541a hex color red value is 125, green value is 84 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #7d541a hue: 0.10 , saturation: 0.66 and the lightness value of 7d541a is 0.30.

The process color (four color CMYK) of #7d541a color hex is 0.00, 0.33, 0.79, 0.51. Web safe color of #7d541a is #666633. Color #7d541a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01010100 00011010
Octal 175 124 32
Decimal 125 84 26
Hex 7D 54 1A

RGB Percentages of Color #7d541a

%53.19
%35.74
%11.06

CMYK Percentages of Color #7d541a

%0
%33
%79
%51

Triadic Colors of #7d541a

#7d541a #1a7d54 #541a7d

Analogous Colors of #7d541a

#7d541a #757d1a #7d231a

Monochromatic Colors of #7d541a

#7d541a

Complementary Color

#7d541a #1a437d

#7d541a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d541a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d541a Color CSS Codes

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

#7d541a Text Font Color

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

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


#7d541a Background Color

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

This div background color is #7d541a


#7d541a Border Color

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

This div border color is #7d541a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,84,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7d541a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7d541a;
  -webkit-box-shadow: 1px 1px 3px 2px #7d541a;
  box-shadow:         1px 1px 3px 2px #7d541a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d541a


Comments

No comments written yet.

Please login to write comment.