Color Hex Logo

#98780b Color Hex

#98780B
(152,120,11)
0 Favorites   0 Comments

Color spaces of #98780b

RGB 15212011
HSL0.130.870.32
HSV46°93°60°
CMYK 0.000.210.93   0.40
XYZ19.725820.13253.1629
Yxy20.13250.45850.4680
Hunter Lab44.8693-0.047527.2290
CIE-Lab51.98672.983755.7378

#98780b color RGB value is (152,120,11).

#98780b hex color red value is 152, green value is 120 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #98780b hue: 0.13 , saturation: 0.87 and the lightness value of 98780b is 0.32.

The process color (four color CMYK) of #98780b color hex is 0.00, 0.21, 0.93, 0.40. Web safe color of #98780b is #996600. Color #98780b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111000 00001011
Octal 230 170 13
Decimal 152 120 11
Hex 98 78 B

RGB Percentages of Color #98780b

%53.71
%42.40
%3.89

CMYK Percentages of Color #98780b

%0
%21
%93
%40

Triadic Colors of #98780b

#98780b #0b9878 #780b98

Analogous Colors of #98780b

#98780b #72980b #98320b

Monochromatic Colors of #98780b

#98780b

Complementary Color

#98780b #0b2b98

#98780b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98780b Color Preview on White Background

Lorem ipsum dolor sit amet.

#98780b Color CSS Codes

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

#98780b Text Font Color

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

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


#98780b Background Color

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

This div background color is #98780b


#98780b Border Color

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

This div border color is #98780b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,120,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98780b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98780b;
  -webkit-box-shadow: 1px 1px 3px 2px #98780b;
  box-shadow:         1px 1px 3px 2px #98780b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98780b


Comments

No comments written yet.

Please login to write comment.