Color Hex Logo

#7d533b Color Hex

#7D533B
(125,83,59)
0 Favorites   0 Comments

Color spaces of #7d533b

RGB 1258359
HSL0.060.360.36
HSV22°53°49°
CMYK 0.000.340.53   0.51
XYZ12.340110.86235.5839
Yxy10.86230.42870.3773
Hunter Lab32.95809.157313.0254
CIE-Lab39.347614.613321.1211

#7d533b color RGB value is (125,83,59).

#7d533b hex color red value is 125, green value is 83 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #7d533b hue: 0.06 , saturation: 0.36 and the lightness value of 7d533b is 0.36.

The process color (four color CMYK) of #7d533b color hex is 0.00, 0.34, 0.53, 0.51. Web safe color of #7d533b is #666633. Color #7d533b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01010011 00111011
Octal 175 123 73
Decimal 125 83 59
Hex 7D 53 3B

RGB Percentages of Color #7d533b

%46.82
%31.09
%22.10

CMYK Percentages of Color #7d533b

%0
%34
%53
%51

Triadic Colors of #7d533b

#7d533b #3b7d53 #533b7d

Analogous Colors of #7d533b

#7d533b #7d743b #7d3b44

Monochromatic Colors of #7d533b

#7d533b

Complementary Color

#7d533b #3b657d

#7d533b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d533b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d533b Color CSS Codes

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

#7d533b Text Font Color

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

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


#7d533b Background Color

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

This div background color is #7d533b


#7d533b Border Color

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

This div border color is #7d533b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d533b


Comments

No comments written yet.

Please login to write comment.