Color Hex Logo

#998038 Color Hex

#998038
(153,128,56)
0 Favorites   0 Comments

Color spaces of #998038

RGB 15312856
HSL0.120.460.41
HSV45°63°60°
CMYK 0.000.160.63   0.40
XYZ21.569922.49626.9467
Yxy22.49620.42280.4410
Hunter Lab47.4302-1.826024.5174
CIE-Lab54.54960.888341.7207

#998038 color RGB value is (153,128,56).

#998038 hex color red value is 153, green value is 128 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #998038 hue: 0.12 , saturation: 0.46 and the lightness value of 998038 is 0.41.

The process color (four color CMYK) of #998038 color hex is 0.00, 0.16, 0.63, 0.40. Web safe color of #998038 is #999933. Color #998038 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000000 00111000
Octal 231 200 70
Decimal 153 128 56
Hex 99 80 38

RGB Percentages of Color #998038

%45.40
%37.98
%16.62

CMYK Percentages of Color #998038

%0
%16
%63
%40

Triadic Colors of #998038

#998038 #389980 #803899

Analogous Colors of #998038

#998038 #829938 #995038

Monochromatic Colors of #998038

#998038

Complementary Color

#998038 #385199

#998038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998038 Color CSS Codes

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

#998038 Text Font Color

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

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


#998038 Background Color

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

This div background color is #998038


#998038 Border Color

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

This div border color is #998038


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,128,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #998038; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #998038;
  -webkit-box-shadow: 1px 1px 3px 2px #998038;
  box-shadow:         1px 1px 3px 2px #998038; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,128,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998038


Comments

No comments written yet.

Please login to write comment.