Color Hex Logo

#58990b Color Hex

#58990B
(88,153,11)
0 Favorites   0 Comments

Color spaces of #58990b

RGB 8815311
HSL0.240.870.32
HSV87°93°60°
CMYK 0.420.000.93   0.40
XYZ15.476124.88134.3035
Yxy24.88130.34650.5571
Hunter Lab49.8812-31.910729.8016
CIE-Lab56.9596-41.450557.6657

#58990b color RGB value is (88,153,11).

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

The process color (four color CMYK) of #58990b color hex is 0.42, 0.00, 0.93, 0.40. Web safe color of #58990b is #669900. Color #58990b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011001 00001011
Octal 130 231 13
Decimal 88 153 11
Hex 58 99 B

RGB Percentages of Color #58990b

%34.92
%60.71
%4.37

CMYK Percentages of Color #58990b

%42
%0
%93
%40

Triadic Colors of #58990b

#58990b #0b5899 #990b58

Analogous Colors of #58990b

#58990b #11990b #99930b

Monochromatic Colors of #58990b

#58990b

Complementary Color

#58990b #4c0b99

#58990b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58990b Color Preview on White Background

Lorem ipsum dolor sit amet.

#58990b Color CSS Codes

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

#58990b Text Font Color

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

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


#58990b Background Color

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

This div background color is #58990b


#58990b Border Color

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

This div border color is #58990b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,153,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 #58990b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58990b


Comments

No comments written yet.

Please login to write comment.