Color Hex Logo

#53811b Color Hex

#53811B
(83,129,27)
0 Favorites   0 Comments

Color spaces of #53811b

RGB 8312927
HSL0.240.650.31
HSV87°79°51°
CMYK 0.360.000.79   0.49
XYZ11.615417.61863.8255
Yxy17.61860.35130.5329
Hunter Lab41.9745-24.060023.9786
CIE-Lab49.0302-32.178746.6163

#53811b color RGB value is (83,129,27).

#53811b hex color red value is 83, green value is 129 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #53811b hue: 0.24 , saturation: 0.65 and the lightness value of 53811b is 0.31.

The process color (four color CMYK) of #53811b color hex is 0.36, 0.00, 0.79, 0.49. Web safe color of #53811b is #669933. Color #53811b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000001 00011011
Octal 123 201 33
Decimal 83 129 27
Hex 53 81 1B

RGB Percentages of Color #53811b

%34.73
%53.97
%11.30

CMYK Percentages of Color #53811b

%36
%0
%79
%49

Triadic Colors of #53811b

#53811b #1b5381 #811b53

Analogous Colors of #53811b

#53811b #20811b #817c1b

Monochromatic Colors of #53811b

#53811b

Complementary Color

#53811b #491b81

#53811b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53811b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53811b Color CSS Codes

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

#53811b Text Font Color

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

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


#53811b Background Color

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

This div background color is #53811b


#53811b Border Color

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

This div border color is #53811b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,129,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53811b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53811b;
  -webkit-box-shadow: 1px 1px 3px 2px #53811b;
  box-shadow:         1px 1px 3px 2px #53811b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53811b


Comments

No comments written yet.

Please login to write comment.