Color Hex Logo

#98720f Color Hex

#98720F
(152,114,15)
0 Favorites   0 Comments

Color spaces of #98720f

RGB 15211415
HSL0.120.820.33
HSV43°90°60°
CMYK 0.000.250.90   0.40
XYZ19.052418.74453.0658
Yxy18.74450.46630.4587
Hunter Lab43.29492.784826.1080
CIE-Lab50.38696.471553.6153

#98720f color RGB value is (152,114,15).

#98720f hex color red value is 152, green value is 114 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #98720f hue: 0.12 , saturation: 0.82 and the lightness value of 98720f is 0.33.

The process color (four color CMYK) of #98720f color hex is 0.00, 0.25, 0.90, 0.40. Web safe color of #98720f is #996600. Color #98720f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01110010 00001111
Octal 230 162 17
Decimal 152 114 15
Hex 98 72 F

RGB Percentages of Color #98720f

%54.09
%40.57
%5.34

CMYK Percentages of Color #98720f

%0
%25
%90
%40

Triadic Colors of #98720f

#98720f #0f9872 #720f98

Analogous Colors of #98720f

#98720f #7a980f #982e0f

Monochromatic Colors of #98720f

#98720f

Complementary Color

#98720f #0f3598

#98720f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98720f Color Preview on White Background

Lorem ipsum dolor sit amet.

#98720f Color CSS Codes

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

#98720f Text Font Color

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

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


#98720f Background Color

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

This div background color is #98720f


#98720f Border Color

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

This div border color is #98720f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,114,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98720f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98720f;
  -webkit-box-shadow: 1px 1px 3px 2px #98720f;
  box-shadow:         1px 1px 3px 2px #98720f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98720f


Comments

No comments written yet.

Please login to write comment.