Color Hex Logo

#56843f Color Hex

#56843F
(86,132,63)
0 Favorites   0 Comments

Color spaces of #56843f

RGB 8613263
HSL0.280.350.38
HSV100°52°52°
CMYK 0.350.000.52   0.48
XYZ12.986218.83987.6546
Yxy18.83980.32890.4772
Hunter Lab43.4048-22.553419.9274
CIE-Lab50.4993-29.110632.1101

#56843f color RGB value is (86,132,63).

#56843f hex color red value is 86, green value is 132 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #56843f hue: 0.28 , saturation: 0.35 and the lightness value of 56843f is 0.38.

The process color (four color CMYK) of #56843f color hex is 0.35, 0.00, 0.52, 0.48. Web safe color of #56843f is #669933. Color #56843f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10000100 00111111
Octal 126 204 77
Decimal 86 132 63
Hex 56 84 3F

RGB Percentages of Color #56843f

%30.60
%46.98
%22.42

CMYK Percentages of Color #56843f

%35
%0
%52
%48

Triadic Colors of #56843f

#56843f #3f5684 #843f56

Analogous Colors of #56843f

#56843f #3f844b #79843f

Monochromatic Colors of #56843f

#56843f

Complementary Color

#56843f #6d3f84

#56843f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56843f Color Preview on White Background

Lorem ipsum dolor sit amet.

#56843f Color CSS Codes

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

#56843f Text Font Color

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

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


#56843f Background Color

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

This div background color is #56843f


#56843f Border Color

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

This div border color is #56843f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,132,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56843f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56843f;
  -webkit-box-shadow: 1px 1px 3px 2px #56843f;
  box-shadow:         1px 1px 3px 2px #56843f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,132,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56843f


Comments

No comments written yet.

Please login to write comment.