Color Hex Logo

#984512 Color Hex

#984512
(152,69,18)
0 Favorites   0 Comments

Color spaces of #984512

RGB 1526918
HSL0.060.790.33
HSV23°88°60°
CMYK 0.000.550.88   0.40
XYZ15.186210.97531.8903
Yxy10.97530.54140.3913
Hunter Lab33.129023.848019.8073
CIE-Lab39.538831.923343.9697

#984512 color RGB value is (152,69,18).

#984512 hex color red value is 152, green value is 69 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #984512 hue: 0.06 , saturation: 0.79 and the lightness value of 984512 is 0.33.

The process color (four color CMYK) of #984512 color hex is 0.00, 0.55, 0.88, 0.40. Web safe color of #984512 is #993300. Color #984512 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01000101 00010010
Octal 230 105 22
Decimal 152 69 18
Hex 98 45 12

RGB Percentages of Color #984512

%63.60
%28.87
%7.53

CMYK Percentages of Color #984512

%0
%55
%88
%40

Triadic Colors of #984512

#984512 #129845 #451298

Analogous Colors of #984512

#984512 #988812 #981222

Monochromatic Colors of #984512

#984512

Complementary Color

#984512 #126598

#984512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984512 Color CSS Codes

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

#984512 Text Font Color

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

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


#984512 Background Color

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

This div background color is #984512


#984512 Border Color

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

This div border color is #984512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984512


Comments

No comments written yet.

Please login to write comment.