Color Hex Logo

#985329 Color Hex

#985329
(152,83,41)
0 Favorites   0 Comments

Color spaces of #985329

RGB 1528341
HSL0.060.580.38
HSV23°73°60°
CMYK 0.000.450.73   0.40
XYZ16.442413.02203.7447
Yxy13.02200.49510.3921
Hunter Lab36.086018.182119.1076
CIE-Lab42.796425.166036.3328

#985329 color RGB value is (152,83,41).

#985329 hex color red value is 152, green value is 83 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #985329 hue: 0.06 , saturation: 0.58 and the lightness value of 985329 is 0.38.

The process color (four color CMYK) of #985329 color hex is 0.00, 0.45, 0.73, 0.40. Web safe color of #985329 is #996633. Color #985329 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010011 00101001
Octal 230 123 51
Decimal 152 83 41
Hex 98 53 29

RGB Percentages of Color #985329

%55.07
%30.07
%14.86

CMYK Percentages of Color #985329

%0
%45
%73
%40

Triadic Colors of #985329

#985329 #299853 #532998

Analogous Colors of #985329

#985329 #988b29 #982937

Monochromatic Colors of #985329

#985329

Complementary Color

#985329 #296e98

#985329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985329 Color CSS Codes

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

#985329 Text Font Color

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

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


#985329 Background Color

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

This div background color is #985329


#985329 Border Color

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

This div border color is #985329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985329


Comments

No comments written yet.

Please login to write comment.