Color Hex Logo

#535d0e Color Hex

#535D0E
(83,93,14)
0 Favorites   0 Comments

Color spaces of #535d0e

RGB 839314
HSL0.190.740.21
HSV68°85°36°
CMYK 0.110.000.85   0.64
XYZ7.56099.69941.8891
Yxy9.69940.39480.5065
Hunter Lab31.1439-11.166718.2043
CIE-Lab37.2974-14.692440.1161

#535d0e color RGB value is (83,93,14).

#535d0e hex color red value is 83, green value is 93 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #535d0e hue: 0.19 , saturation: 0.74 and the lightness value of 535d0e is 0.21.

The process color (four color CMYK) of #535d0e color hex is 0.11, 0.00, 0.85, 0.64. Web safe color of #535d0e is #666600. Color #535d0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011101 00001110
Octal 123 135 16
Decimal 83 93 14
Hex 53 5D E

RGB Percentages of Color #535d0e

%43.68
%48.95
%7.37

CMYK Percentages of Color #535d0e

%11
%0
%85
%64

Triadic Colors of #535d0e

#535d0e #0e535d #5d0e53

Analogous Colors of #535d0e

#535d0e #2c5d0e #5d3f0e

Monochromatic Colors of #535d0e

#535d0e

Complementary Color

#535d0e #180e5d

#535d0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535d0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#535d0e Color CSS Codes

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

#535d0e Text Font Color

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

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


#535d0e Background Color

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

This div background color is #535d0e


#535d0e Border Color

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

This div border color is #535d0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535d0e


Comments

No comments written yet.

Please login to write comment.