Color Hex Logo

#987849 Color Hex

#987849
(152,120,73)
0 Favorites   0 Comments

Color spaces of #987849

RGB 15212073
HSL0.100.350.44
HSV36°52°60°
CMYK 0.000.210.52   0.40
XYZ20.868020.58949.1776
Yxy20.58940.41210.4066
Hunter Lab45.37552.684119.7710
CIE-Lab52.49726.390330.4080

#987849 color RGB value is (152,120,73).

#987849 hex color red value is 152, green value is 120 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #987849 hue: 0.10 , saturation: 0.35 and the lightness value of 987849 is 0.44.

The process color (four color CMYK) of #987849 color hex is 0.00, 0.21, 0.52, 0.40. Web safe color of #987849 is #996633. Color #987849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111000 01001001
Octal 230 170 111
Decimal 152 120 73
Hex 98 78 49

RGB Percentages of Color #987849

%44.06
%34.78
%21.16

CMYK Percentages of Color #987849

%0
%21
%52
%40

Triadic Colors of #987849

#987849 #499878 #784998

Analogous Colors of #987849

#987849 #919849 #985149

Monochromatic Colors of #987849

#987849

Complementary Color

#987849 #496998

#987849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#987849 Color CSS Codes

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

#987849 Text Font Color

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

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


#987849 Background Color

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

This div background color is #987849


#987849 Border Color

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

This div border color is #987849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987849


Comments

No comments written yet.

Please login to write comment.