Color Hex Logo

#53871b Color Hex

#53871B
(83,135,27)
0 Favorites   0 Comments

Color spaces of #53871b

RGB 8313527
HSL0.250.670.32
HSV89°80°53°
CMYK 0.390.000.80   0.47
XYZ12.429119.24614.0967
Yxy19.24610.34750.5380
Hunter Lab43.8704-26.201625.1727
CIE-Lab50.9739-34.893048.4548

#53871b color RGB value is (83,135,27).

#53871b hex color red value is 83, green value is 135 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #53871b hue: 0.25 , saturation: 0.67 and the lightness value of 53871b is 0.32.

The process color (four color CMYK) of #53871b color hex is 0.39, 0.00, 0.80, 0.47. Web safe color of #53871b is #669933. Color #53871b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000111 00011011
Octal 123 207 33
Decimal 83 135 27
Hex 53 87 1B

RGB Percentages of Color #53871b

%33.88
%55.10
%11.02

CMYK Percentages of Color #53871b

%39
%0
%80
%47

Triadic Colors of #53871b

#53871b #1b5387 #871b53

Analogous Colors of #53871b

#53871b #1d871b #87851b

Monochromatic Colors of #53871b

#53871b

Complementary Color

#53871b #4f1b87

#53871b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53871b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53871b Color CSS Codes

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

#53871b Text Font Color

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

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


#53871b Background Color

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

This div background color is #53871b


#53871b Border Color

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

This div border color is #53871b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,135,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 #53871b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53871b


Comments

No comments written yet.

Please login to write comment.