Color Hex Logo

#998126 Color Hex

#998126
(153,129,38)
0 Favorites   0 Comments

Color spaces of #998126

RGB 15312938
HSL0.130.600.37
HSV47°75°60°
CMYK 0.000.160.75   0.40
XYZ21.337022.61285.0738
Yxy22.61280.43520.4613
Hunter Lab47.5529-3.124626.9609
CIE-Lab54.6712-0.737849.8765

#998126 color RGB value is (153,129,38).

#998126 hex color red value is 153, green value is 129 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #998126 hue: 0.13 , saturation: 0.60 and the lightness value of 998126 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000001 00100110
Octal 231 201 46
Decimal 153 129 38
Hex 99 81 26

RGB Percentages of Color #998126

%47.81
%40.31
%11.88

CMYK Percentages of Color #998126

%0
%16
%75
%40

Triadic Colors of #998126

#998126 #269981 #812699

Analogous Colors of #998126

#998126 #789926 #994826

Monochromatic Colors of #998126

#998126

Complementary Color

#998126 #263e99

#998126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998126 Color CSS Codes

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

#998126 Text Font Color

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

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


#998126 Background Color

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

This div background color is #998126


#998126 Border Color

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

This div border color is #998126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998126


Comments

No comments written yet.

Please login to write comment.