Color Hex Logo

#58320b Color Hex

#58320B
(88,50,11)
0 Favorites   0 Comments

Color spaces of #58320b

RGB 885011
HSL0.080.780.19
HSV30°88°35°
CMYK 0.000.430.88   0.65
XYZ5.22554.38010.8866
Yxy4.38010.49800.4175
Hunter Lab20.92877.942912.1384
CIE-Lab24.890213.871430.2327

#58320b color RGB value is (88,50,11).

#58320b hex color red value is 88, green value is 50 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #58320b hue: 0.08 , saturation: 0.78 and the lightness value of 58320b is 0.19.

The process color (four color CMYK) of #58320b color hex is 0.00, 0.43, 0.88, 0.65. Web safe color of #58320b is #663300. Color #58320b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110010 00001011
Octal 130 62 13
Decimal 88 50 11
Hex 58 32 B

RGB Percentages of Color #58320b

%59.06
%33.56
%7.38

CMYK Percentages of Color #58320b

%0
%43
%88
%65

Triadic Colors of #58320b

#58320b #0b5832 #320b58

Analogous Colors of #58320b

#58320b #58580b #580c0b

Monochromatic Colors of #58320b

#58320b

Complementary Color

#58320b #0b3158

#58320b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58320b Color Preview on White Background

Lorem ipsum dolor sit amet.

#58320b Color CSS Codes

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

#58320b Text Font Color

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

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


#58320b Background Color

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

This div background color is #58320b


#58320b Border Color

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

This div border color is #58320b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58320b


Comments

No comments written yet.

Please login to write comment.