Color Hex Logo

#53862d Color Hex

#53862D
(83,134,45)
0 Favorites   0 Comments

Color spaces of #53862d

RGB 8313445
HSL0.260.500.35
HSV94°66°53°
CMYK 0.380.000.66   0.47
XYZ12.566019.07875.5029
Yxy19.07870.33830.5136
Hunter Lab43.6792-25.086123.1058
CIE-Lab50.7792-33.125241.1918

#53862d color RGB value is (83,134,45).

#53862d hex color red value is 83, green value is 134 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #53862d hue: 0.26 , saturation: 0.50 and the lightness value of 53862d is 0.35.

The process color (four color CMYK) of #53862d color hex is 0.38, 0.00, 0.66, 0.47. Web safe color of #53862d is #669933. Color #53862d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000110 00101101
Octal 123 206 55
Decimal 83 134 45
Hex 53 86 2D

RGB Percentages of Color #53862d

%31.68
%51.15
%17.18

CMYK Percentages of Color #53862d

%38
%0
%66
%47

Triadic Colors of #53862d

#53862d #2d5386 #862d53

Analogous Colors of #53862d

#53862d #2d8634 #80862d

Monochromatic Colors of #53862d

#53862d

Complementary Color

#53862d #602d86

#53862d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53862d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53862d Color CSS Codes

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

#53862d Text Font Color

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

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


#53862d Background Color

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

This div background color is #53862d


#53862d Border Color

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

This div border color is #53862d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,134,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53862d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53862d;
  -webkit-box-shadow: 1px 1px 3px 2px #53862d;
  box-shadow:         1px 1px 3px 2px #53862d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53862d


Comments

No comments written yet.

Please login to write comment.