Color Hex Logo

#536720 Color Hex

#536720
(83,103,32)
0 Favorites   0 Comments

Color spaces of #536720

RGB 8310332
HSL0.210.530.26
HSV77°69°40°
CMYK 0.190.000.69   0.60
XYZ8.678211.64383.1566
Yxy11.64380.36960.4959
Hunter Lab34.1230-14.319018.4014
CIE-Lab40.6443-19.009036.2228

#536720 color RGB value is (83,103,32).

#536720 hex color red value is 83, green value is 103 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #536720 hue: 0.21 , saturation: 0.53 and the lightness value of 536720 is 0.26.

The process color (four color CMYK) of #536720 color hex is 0.19, 0.00, 0.69, 0.60. Web safe color of #536720 is #666633. Color #536720 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100111 00100000
Octal 123 147 40
Decimal 83 103 32
Hex 53 67 20

RGB Percentages of Color #536720

%38.07
%47.25
%14.68

CMYK Percentages of Color #536720

%19
%0
%69
%60

Triadic Colors of #536720

#536720 #205367 #672053

Analogous Colors of #536720

#536720 #306720 #675820

Monochromatic Colors of #536720

#536720

Complementary Color

#536720 #342067

#536720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536720 Color CSS Codes

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

#536720 Text Font Color

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

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


#536720 Background Color

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

This div background color is #536720


#536720 Border Color

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

This div border color is #536720


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,103,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536720


Comments

No comments written yet.

Please login to write comment.