Color Hex Logo

#985532 Color Hex

#985532
(152,85,50)
0 Favorites   0 Comments

Color spaces of #985532

RGB 1528550
HSL0.060.500.40
HSV21°67°60°
CMYK 0.000.440.67   0.40
XYZ16.773113.40274.7205
Yxy13.40270.48070.3841
Hunter Lab36.609717.714617.9819
CIE-Lab43.363924.575332.0918

#985532 color RGB value is (152,85,50).

#985532 hex color red value is 152, green value is 85 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #985532 hue: 0.06 , saturation: 0.50 and the lightness value of 985532 is 0.40.

The process color (four color CMYK) of #985532 color hex is 0.00, 0.44, 0.67, 0.40. Web safe color of #985532 is #996633. Color #985532 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010101 00110010
Octal 230 125 62
Decimal 152 85 50
Hex 98 55 32

RGB Percentages of Color #985532

%52.96
%29.62
%17.42

CMYK Percentages of Color #985532

%0
%44
%67
%40

Triadic Colors of #985532

#985532 #329855 #553298

Analogous Colors of #985532

#985532 #988832 #983242

Monochromatic Colors of #985532

#985532

Complementary Color

#985532 #327598

#985532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985532 Color CSS Codes

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

#985532 Text Font Color

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

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


#985532 Background Color

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

This div background color is #985532


#985532 Border Color

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

This div border color is #985532


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,85,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #985532; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #985532;
  -webkit-box-shadow: 1px 1px 3px 2px #985532;
  box-shadow:         1px 1px 3px 2px #985532; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,85,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985532


Comments

No comments written yet.

Please login to write comment.