Color Hex Logo

#536134 Color Hex

#536134
(83,97,52)
0 Favorites   0 Comments

Color spaces of #536134

RGB 839752
HSL0.220.300.29
HSV79°46°38°
CMYK 0.140.000.46   0.62
XYZ8.461810.63634.8558
Yxy10.63630.35330.4440
Hunter Lab32.6133-10.760114.0017
CIE-Lab38.9610-13.640723.8358

#536134 color RGB value is (83,97,52).

#536134 hex color red value is 83, green value is 97 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #536134 hue: 0.22 , saturation: 0.30 and the lightness value of 536134 is 0.29.

The process color (four color CMYK) of #536134 color hex is 0.14, 0.00, 0.46, 0.62. Web safe color of #536134 is #666633. Color #536134 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100001 00110100
Octal 123 141 64
Decimal 83 97 52
Hex 53 61 34

RGB Percentages of Color #536134

%35.78
%41.81
%22.41

CMYK Percentages of Color #536134

%14
%0
%46
%62

Triadic Colors of #536134

#536134 #345361 #613453

Analogous Colors of #536134

#536134 #3d6134 #615934

Monochromatic Colors of #536134

#536134

Complementary Color

#536134 #423461

#536134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536134 Color CSS Codes

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

#536134 Text Font Color

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

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


#536134 Background Color

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

This div background color is #536134


#536134 Border Color

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

This div border color is #536134


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,97,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #536134; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #536134;
  -webkit-box-shadow: 1px 1px 3px 2px #536134;
  box-shadow:         1px 1px 3px 2px #536134; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,97,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 #536134">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536134


Comments

No comments written yet.

Please login to write comment.