Color Hex Logo

#986446 Color Hex

#986446
(152,100,70)
0 Favorites   0 Comments

Color spaces of #986446

RGB 15210070
HSL0.060.370.44
HSV22°54°60°
CMYK 0.000.340.54   0.40
XYZ18.611616.23197.9465
Yxy16.23190.43500.3793
Hunter Lab40.288811.953416.5079
CIE-Lab47.277317.600925.5188

#986446 color RGB value is (152,100,70).

#986446 hex color red value is 152, green value is 100 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #986446 hue: 0.06 , saturation: 0.37 and the lightness value of 986446 is 0.44.

The process color (four color CMYK) of #986446 color hex is 0.00, 0.34, 0.54, 0.40. Web safe color of #986446 is #996633. Color #986446 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01100100 01000110
Octal 230 144 106
Decimal 152 100 70
Hex 98 64 46

RGB Percentages of Color #986446

%47.20
%31.06
%21.74

CMYK Percentages of Color #986446

%0
%34
%54
%40

Triadic Colors of #986446

#986446 #469864 #644698

Analogous Colors of #986446

#986446 #988d46 #984651

Monochromatic Colors of #986446

#986446

Complementary Color

#986446 #467a98

#986446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#986446 Color CSS Codes

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

#986446 Text Font Color

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

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


#986446 Background Color

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

This div background color is #986446


#986446 Border Color

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

This div border color is #986446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986446


Comments

No comments written yet.

Please login to write comment.