Color Hex Logo

#985430 Color Hex

#985430
(152,84,48)
0 Favorites   0 Comments

Color spaces of #985430

RGB 1528448
HSL0.060.520.39
HSV21°68°60°
CMYK 0.000.450.68   0.40
XYZ16.652713.22944.4721
Yxy13.22940.48470.3851
Hunter Lab36.372218.073218.1706
CIE-Lab43.106925.010332.9034

#985430 color RGB value is (152,84,48).

#985430 hex color red value is 152, green value is 84 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #985430 hue: 0.06 , saturation: 0.52 and the lightness value of 985430 is 0.39.

The process color (four color CMYK) of #985430 color hex is 0.00, 0.45, 0.68, 0.40. Web safe color of #985430 is #996633. Color #985430 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010100 00110000
Octal 230 124 60
Decimal 152 84 48
Hex 98 54 30

RGB Percentages of Color #985430

%53.52
%29.58
%16.90

CMYK Percentages of Color #985430

%0
%45
%68
%40

Triadic Colors of #985430

#985430 #309854 #543098

Analogous Colors of #985430

#985430 #988830 #983040

Monochromatic Colors of #985430

#985430

Complementary Color

#985430 #307498

#985430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985430 Color CSS Codes

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

#985430 Text Font Color

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

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


#985430 Background Color

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

This div background color is #985430


#985430 Border Color

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

This div border color is #985430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985430


Comments

No comments written yet.

Please login to write comment.