Color Hex Logo

#987261 Color Hex

#987261
(152,114,97)
0 Favorites   0 Comments

Color spaces of #987261

RGB 15211497
HSL0.050.220.49
HSV19°36°60°
CMYK 0.000.250.36   0.40
XYZ21.123919.573113.9739
Yxy19.57310.38640.3580
Hunter Lab44.24157.805412.2420
CIE-Lab51.351112.558315.2400

#987261 color RGB value is (152,114,97).

#987261 hex color red value is 152, green value is 114 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #987261 hue: 0.05 , saturation: 0.22 and the lightness value of 987261 is 0.49.

The process color (four color CMYK) of #987261 color hex is 0.00, 0.25, 0.36, 0.40. Web safe color of #987261 is #996666. Color #987261 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01110010 01100001
Octal 230 162 141
Decimal 152 114 97
Hex 98 72 61

RGB Percentages of Color #987261

%41.87
%31.40
%26.72

CMYK Percentages of Color #987261

%0
%25
%36
%40

Triadic Colors of #987261

#987261 #619872 #726198

Analogous Colors of #987261

#987261 #988e61 #98616c

Monochromatic Colors of #987261

#987261

Complementary Color

#987261 #618798

#987261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#987261 Color CSS Codes

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

#987261 Text Font Color

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

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


#987261 Background Color

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

This div background color is #987261


#987261 Border Color

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

This div border color is #987261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987261


Comments

No comments written yet.

Please login to write comment.