Color Hex Logo

#58641f Color Hex

#58641F
(88,100,31)
0 Favorites   0 Comments

Color spaces of #58641f

RGB 8810031
HSL0.200.530.26
HSV70°69°39°
CMYK 0.120.000.69   0.61
XYZ8.829011.28803.0098
Yxy11.28800.38180.4881
Hunter Lab33.5976-11.888418.2069
CIE-Lab40.0614-15.199736.1853

#58641f color RGB value is (88,100,31).

#58641f hex color red value is 88, green value is 100 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #58641f hue: 0.20 , saturation: 0.53 and the lightness value of 58641f is 0.26.

The process color (four color CMYK) of #58641f color hex is 0.12, 0.00, 0.69, 0.61. Web safe color of #58641f is #666633. Color #58641f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100100 00011111
Octal 130 144 37
Decimal 88 100 31
Hex 58 64 1F

RGB Percentages of Color #58641f

%40.18
%45.66
%14.16

CMYK Percentages of Color #58641f

%12
%0
%69
%61

Triadic Colors of #58641f

#58641f #1f5864 #641f58

Analogous Colors of #58641f

#58641f #36641f #644e1f

Monochromatic Colors of #58641f

#58641f

Complementary Color

#58641f #2b1f64

#58641f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58641f Color Preview on White Background

Lorem ipsum dolor sit amet.

#58641f Color CSS Codes

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

#58641f Text Font Color

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

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


#58641f Background Color

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

This div background color is #58641f


#58641f Border Color

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

This div border color is #58641f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,100,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58641f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58641f;
  -webkit-box-shadow: 1px 1px 3px 2px #58641f;
  box-shadow:         1px 1px 3px 2px #58641f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,100,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58641f


Comments

No comments written yet.

Please login to write comment.