Color Hex Logo

#536335 Color Hex

#536335
(83,99,53)
0 Favorites   0 Comments

Color spaces of #536335

RGB 839953
HSL0.220.300.30
HSV81°46°39°
CMYK 0.160.000.46   0.61
XYZ8.671711.01975.0381
Yxy11.01970.35070.4456
Hunter Lab33.1959-11.463714.2388
CIE-Lab39.6136-14.622724.0843

#536335 color RGB value is (83,99,53).

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

The process color (four color CMYK) of #536335 color hex is 0.16, 0.00, 0.46, 0.61. Web safe color of #536335 is #666633. Color #536335 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100011 00110101
Octal 123 143 65
Decimal 83 99 53
Hex 53 63 35

RGB Percentages of Color #536335

%35.32
%42.13
%22.55

CMYK Percentages of Color #536335

%16
%0
%46
%61

Triadic Colors of #536335

#536335 #355363 #633553

Analogous Colors of #536335

#536335 #3c6335 #635c35

Monochromatic Colors of #536335

#536335

Complementary Color

#536335 #453563

#536335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536335 Color CSS Codes

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

#536335 Text Font Color

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

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


#536335 Background Color

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

This div background color is #536335


#536335 Border Color

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

This div border color is #536335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536335


Comments

No comments written yet.

Please login to write comment.