Color Hex Logo

#987422 Color Hex

#987422
(152,116,34)
0 Favorites   0 Comments

Color spaces of #987422

RGB 15211634
HSL0.120.630.36
HSV42°78°60°
CMYK 0.000.240.78   0.40
XYZ19.483019.28174.2082
Yxy19.28170.45340.4487
Hunter Lab43.91092.355225.0556
CIE-Lab51.01525.951747.9233

#987422 color RGB value is (152,116,34).

#987422 hex color red value is 152, green value is 116 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #987422 hue: 0.12 , saturation: 0.63 and the lightness value of 987422 is 0.36.

The process color (four color CMYK) of #987422 color hex is 0.00, 0.24, 0.78, 0.40. Web safe color of #987422 is #996633. Color #987422 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01110100 00100010
Octal 230 164 42
Decimal 152 116 34
Hex 98 74 22

RGB Percentages of Color #987422

%50.33
%38.41
%11.26

CMYK Percentages of Color #987422

%0
%24
%78
%40

Triadic Colors of #987422

#987422 #229874 #742298

Analogous Colors of #987422

#987422 #819822 #983922

Monochromatic Colors of #987422

#987422

Complementary Color

#987422 #224698

#987422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#987422 Color CSS Codes

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

#987422 Text Font Color

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

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


#987422 Background Color

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

This div background color is #987422


#987422 Border Color

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

This div border color is #987422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987422


Comments

No comments written yet.

Please login to write comment.