Color Hex Logo

#984917 Color Hex

#984917
(152,73,23)
0 Favorites   0 Comments

Color spaces of #984917

RGB 1527323
HSL0.060.740.34
HSV23°85°60°
CMYK 0.000.520.85   0.40
XYZ15.486111.50232.2146
Yxy11.50230.53030.3939
Hunter Lab33.915022.154419.8690
CIE-Lab40.413929.925842.6718

#984917 color RGB value is (152,73,23).

#984917 hex color red value is 152, green value is 73 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #984917 hue: 0.06 , saturation: 0.74 and the lightness value of 984917 is 0.34.

The process color (four color CMYK) of #984917 color hex is 0.00, 0.52, 0.85, 0.40. Web safe color of #984917 is #993300. Color #984917 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001001 00010111
Octal 230 111 27
Decimal 152 73 23
Hex 98 49 17

RGB Percentages of Color #984917

%61.29
%29.44
%9.27

CMYK Percentages of Color #984917

%0
%52
%85
%40

Triadic Colors of #984917

#984917 #179849 #491798

Analogous Colors of #984917

#984917 #988a17 #981725

Monochromatic Colors of #984917

#984917

Complementary Color

#984917 #176698

#984917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984917 Color CSS Codes

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

#984917 Text Font Color

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

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


#984917 Background Color

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

This div background color is #984917


#984917 Border Color

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

This div border color is #984917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984917


Comments

No comments written yet.

Please login to write comment.