Color Hex Logo

#998233 Color Hex

#998233
(153,130,51)
0 Favorites   0 Comments

Color spaces of #998233

RGB 15313051
HSL0.130.500.40
HSV46°67°60°
CMYK 0.000.150.67   0.40
XYZ21.717022.97666.4223
Yxy22.97660.42490.4495
Hunter Lab47.9339-3.012925.6099
CIE-Lab55.0482-0.569344.6443

#998233 color RGB value is (153,130,51).

#998233 hex color red value is 153, green value is 130 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #998233 hue: 0.13 , saturation: 0.50 and the lightness value of 998233 is 0.40.

The process color (four color CMYK) of #998233 color hex is 0.00, 0.15, 0.67, 0.40. Web safe color of #998233 is #999933. Color #998233 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000010 00110011
Octal 231 202 63
Decimal 153 130 51
Hex 99 82 33

RGB Percentages of Color #998233

%45.81
%38.92
%15.27

CMYK Percentages of Color #998233

%0
%15
%67
%40

Triadic Colors of #998233

#998233 #339982 #823399

Analogous Colors of #998233

#998233 #7d9933 #994f33

Monochromatic Colors of #998233

#998233

Complementary Color

#998233 #334a99

#998233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998233 Color CSS Codes

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

#998233 Text Font Color

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

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


#998233 Background Color

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

This div background color is #998233


#998233 Border Color

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

This div border color is #998233


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998233


Comments

No comments written yet.

Please login to write comment.