Color Hex Logo

#58321b Color Hex

#58321B
(88,50,27)
0 Favorites   0 Comments

Color spaces of #58321b

RGB 885027
HSL0.060.530.23
HSV23°69°35°
CMYK 0.000.430.69   0.65
XYZ5.36294.43501.6103
Yxy4.43500.47010.3888
Hunter Lab21.05948.602010.2080
CIE-Lab25.060314.790121.7015

#58321b color RGB value is (88,50,27).

#58321b hex color red value is 88, green value is 50 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #58321b hue: 0.06 , saturation: 0.53 and the lightness value of 58321b is 0.23.

The process color (four color CMYK) of #58321b color hex is 0.00, 0.43, 0.69, 0.65. Web safe color of #58321b is #663333. Color #58321b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110010 00011011
Octal 130 62 33
Decimal 88 50 27
Hex 58 32 1B

RGB Percentages of Color #58321b

%53.33
%30.30
%16.36

CMYK Percentages of Color #58321b

%0
%43
%69
%65

Triadic Colors of #58321b

#58321b #1b5832 #321b58

Analogous Colors of #58321b

#58321b #58511b #581b23

Monochromatic Colors of #58321b

#58321b

Complementary Color

#58321b #1b4158

#58321b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58321b Color Preview on White Background

Lorem ipsum dolor sit amet.

#58321b Color CSS Codes

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

#58321b Text Font Color

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

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


#58321b Background Color

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

This div background color is #58321b


#58321b Border Color

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

This div border color is #58321b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58321b


Comments

No comments written yet.

Please login to write comment.