Color Hex Logo

#584314 Color Hex

#584314
(88,67,20)
0 Favorites   0 Comments

Color spaces of #584314

RGB 886720
HSL0.120.630.21
HSV41°77°35°
CMYK 0.000.240.77   0.65
XYZ6.15796.13951.5223
Yxy6.13950.44560.4443
Hunter Lab24.77800.999813.7020
CIE-Lab29.76173.568630.7184

#584314 color RGB value is (88,67,20).

#584314 hex color red value is 88, green value is 67 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #584314 hue: 0.12 , saturation: 0.63 and the lightness value of 584314 is 0.21.

The process color (four color CMYK) of #584314 color hex is 0.00, 0.24, 0.77, 0.65. Web safe color of #584314 is #663300. Color #584314 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000011 00010100
Octal 130 103 24
Decimal 88 67 20
Hex 58 43 14

RGB Percentages of Color #584314

%50.29
%38.29
%11.43

CMYK Percentages of Color #584314

%0
%24
%77
%65

Triadic Colors of #584314

#584314 #145843 #431458

Analogous Colors of #584314

#584314 #4b5814 #582114

Monochromatic Colors of #584314

#584314

Complementary Color

#584314 #142958

#584314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#584314 Color CSS Codes

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

#584314 Text Font Color

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

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


#584314 Background Color

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

This div background color is #584314


#584314 Border Color

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

This div border color is #584314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584314


Comments

No comments written yet.

Please login to write comment.