Color Hex Logo

#986949 Color Hex

#986949
(152,105,73)
0 Favorites   0 Comments

Color spaces of #986949

RGB 15210573
HSL0.070.350.44
HSV24°52°60°
CMYK 0.000.310.52   0.40
XYZ19.203117.25968.6227
Yxy17.25960.42590.3828
Hunter Lab41.54479.804516.7755
CIE-Lab48.585515.005925.4679

#986949 color RGB value is (152,105,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101001 01001001
Octal 230 151 111
Decimal 152 105 73
Hex 98 69 49

RGB Percentages of Color #986949

%46.06
%31.82
%22.12

CMYK Percentages of Color #986949

%0
%31
%52
%40

Triadic Colors of #986949

#986949 #499869 #694998

Analogous Colors of #986949

#986949 #989149 #984951

Monochromatic Colors of #986949

#986949

Complementary Color

#986949 #497898

#986949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#986949 Color CSS Codes

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

#986949 Text Font Color

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

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


#986949 Background Color

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

This div background color is #986949


#986949 Border Color

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

This div border color is #986949


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,105,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 #986949">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986949

#986949 Color Palettes


Comments

No comments written yet.

Please login to write comment.