Color Hex Logo

#58444b Color Hex

#58444B
(88,68,75)
0 Favorites   0 Comments

Color spaces of #58444b

RGB 886875
HSL0.940.130.31
HSV339°23°35°
CMYK 0.000.230.15   0.65
XYZ7.36166.71707.5651
Yxy6.71700.34010.3103
Hunter Lab25.91725.34670.8356
CIE-Lab31.15389.8826-0.9212

#58444b color RGB value is (88,68,75).

#58444b hex color red value is 88, green value is 68 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #58444b hue: 0.94 , saturation: 0.13 and the lightness value of 58444b is 0.31.

The process color (four color CMYK) of #58444b color hex is 0.00, 0.23, 0.15, 0.65. Web safe color of #58444b is #663333. Color #58444b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000100 01001011
Octal 130 104 113
Decimal 88 68 75
Hex 58 44 4B

RGB Percentages of Color #58444b

%38.10
%29.44
%32.47

CMYK Percentages of Color #58444b

%0
%23
%15
%65

Triadic Colors of #58444b

#58444b #4b5844 #444b58

Analogous Colors of #58444b

#58444b #584744 #584455

Monochromatic Colors of #58444b

#58444b

Complementary Color

#58444b #445851

#58444b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58444b Color Preview on White Background

Lorem ipsum dolor sit amet.

#58444b Color CSS Codes

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

#58444b Text Font Color

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

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


#58444b Background Color

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

This div background color is #58444b


#58444b Border Color

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

This div border color is #58444b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58444b


Comments

No comments written yet.

Please login to write comment.