Color Hex Logo

#535e2f Color Hex

#535E2F
(83,94,47)
0 Favorites   0 Comments

Color spaces of #535e2f

RGB 839447
HSL0.210.330.28
HSV74°50°37°
CMYK 0.120.000.50   0.63
XYZ8.083110.04964.2031
Yxy10.04960.36190.4499
Hunter Lab31.7011-9.963314.3298
CIE-Lab37.9313-12.583825.3923

#535e2f color RGB value is (83,94,47).

#535e2f hex color red value is 83, green value is 94 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #535e2f hue: 0.21 , saturation: 0.33 and the lightness value of 535e2f is 0.28.

The process color (four color CMYK) of #535e2f color hex is 0.12, 0.00, 0.50, 0.63. Web safe color of #535e2f is #666633. Color #535e2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011110 00101111
Octal 123 136 57
Decimal 83 94 47
Hex 53 5E 2F

RGB Percentages of Color #535e2f

%37.05
%41.96
%20.98

CMYK Percentages of Color #535e2f

%12
%0
%50
%63

Triadic Colors of #535e2f

#535e2f #2f535e #5e2f53

Analogous Colors of #535e2f

#535e2f #3c5e2f #5e522f

Monochromatic Colors of #535e2f

#535e2f

Complementary Color

#535e2f #3a2f5e

#535e2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535e2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#535e2f Color CSS Codes

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

#535e2f Text Font Color

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

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


#535e2f Background Color

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

This div background color is #535e2f


#535e2f Border Color

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

This div border color is #535e2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,94,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #535e2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #535e2f;
  -webkit-box-shadow: 1px 1px 3px 2px #535e2f;
  box-shadow:         1px 1px 3px 2px #535e2f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535e2f


Comments

No comments written yet.

Please login to write comment.