Color Hex Logo

#584212 Color Hex

#584212
(88,66,18)
0 Favorites   0 Comments

Color spaces of #584212

RGB 886618
HSL0.110.660.21
HSV41°80°35°
CMYK 0.000.250.80   0.65
XYZ6.08196.01481.4127
Yxy6.01480.45020.4452
Hunter Lab24.52511.346713.7523
CIE-Lab29.44984.083731.3658

#584212 color RGB value is (88,66,18).

#584212 hex color red value is 88, green value is 66 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #584212 hue: 0.11 , saturation: 0.66 and the lightness value of 584212 is 0.21.

The process color (four color CMYK) of #584212 color hex is 0.00, 0.25, 0.80, 0.65. Web safe color of #584212 is #663300. Color #584212 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000010 00010010
Octal 130 102 22
Decimal 88 66 18
Hex 58 42 12

RGB Percentages of Color #584212

%51.16
%38.37
%10.47

CMYK Percentages of Color #584212

%0
%25
%80
%65

Triadic Colors of #584212

#584212 #125842 #421258

Analogous Colors of #584212

#584212 #4b5812 #581f12

Monochromatic Colors of #584212

#584212

Complementary Color

#584212 #122858

#584212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#584212 Color CSS Codes

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

#584212 Text Font Color

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

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


#584212 Background Color

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

This div background color is #584212


#584212 Border Color

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

This div border color is #584212


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,66,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #584212; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #584212;
  -webkit-box-shadow: 1px 1px 3px 2px #584212;
  box-shadow:         1px 1px 3px 2px #584212; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584212


Comments

No comments written yet.

Please login to write comment.