Color Hex Logo

#985347 Color Hex

#985347
(152,83,71)
0 Favorites   0 Comments

Color spaces of #985347

RGB 1528371
HSL0.020.360.44
HSV53°60°
CMYK 0.000.450.53   0.40
XYZ17.179513.31687.6262
Yxy13.31680.45060.3493
Hunter Lab36.492220.171513.1540
CIE-Lab43.236827.370219.6908

#985347 color RGB value is (152,83,71).

#985347 hex color red value is 152, green value is 83 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #985347 hue: 0.02 , saturation: 0.36 and the lightness value of 985347 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010011 01000111
Octal 230 123 107
Decimal 152 83 71
Hex 98 53 47

RGB Percentages of Color #985347

%49.67
%27.12
%23.20

CMYK Percentages of Color #985347

%0
%45
%53
%40

Triadic Colors of #985347

#985347 #479853 #534798

Analogous Colors of #985347

#985347 #987c47 #984764

Monochromatic Colors of #985347

#985347

Complementary Color

#985347 #478c98

#985347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985347 Color CSS Codes

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

#985347 Text Font Color

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

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


#985347 Background Color

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

This div background color is #985347


#985347 Border Color

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

This div border color is #985347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985347


Comments

No comments written yet.

Please login to write comment.