Color Hex Logo

#5d7834 Color Hex

#5D7834
(93,120,52)
0 Favorites   0 Comments

Color spaces of #5d7834

RGB 9312052
HSL0.230.400.34
HSV84°57°47°
CMYK 0.230.000.57   0.53
XYZ11.850516.00805.7141
Yxy16.00800.35300.4768
Hunter Lab40.0100-17.147919.5394
CIE-Lab46.9850-21.700233.7159

#5d7834 color RGB value is (93,120,52).

#5d7834 hex color red value is 93, green value is 120 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #5d7834 hue: 0.23 , saturation: 0.40 and the lightness value of 5d7834 is 0.34.

The process color (four color CMYK) of #5d7834 color hex is 0.23, 0.00, 0.57, 0.53. Web safe color of #5d7834 is #666633. Color #5d7834 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01111000 00110100
Octal 135 170 64
Decimal 93 120 52
Hex 5D 78 34

RGB Percentages of Color #5d7834

%35.09
%45.28
%19.62

CMYK Percentages of Color #5d7834

%23
%0
%57
%53

Triadic Colors of #5d7834

#5d7834 #345d78 #78345d

Analogous Colors of #5d7834

#5d7834 #3b7834 #787134

Monochromatic Colors of #5d7834

#5d7834

Complementary Color

#5d7834 #4f3478

#5d7834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d7834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d7834 Color CSS Codes

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

#5d7834 Text Font Color

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

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


#5d7834 Background Color

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

This div background color is #5d7834


#5d7834 Border Color

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

This div border color is #5d7834


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,120,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5d7834; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5d7834;
  -webkit-box-shadow: 1px 1px 3px 2px #5d7834;
  box-shadow:         1px 1px 3px 2px #5d7834; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,120,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d7834


Comments

No comments written yet.

Please login to write comment.