Color Hex Logo

#53782a Color Hex

#53782A
(83,120,42)
0 Favorites   0 Comments

Color spaces of #53782a

RGB 8312042
HSL0.250.480.32
HSV88°65°47°
CMYK 0.310.000.65   0.53
XYZ10.701715.43914.6065
Yxy15.43910.34810.5021
Hunter Lab39.2926-20.146020.5539
CIE-Lab46.2298-26.792737.6034

#53782a color RGB value is (83,120,42).

#53782a hex color red value is 83, green value is 120 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #53782a hue: 0.25 , saturation: 0.48 and the lightness value of 53782a is 0.32.

The process color (four color CMYK) of #53782a color hex is 0.31, 0.00, 0.65, 0.53. Web safe color of #53782a is #666633. Color #53782a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111000 00101010
Octal 123 170 52
Decimal 83 120 42
Hex 53 78 2A

RGB Percentages of Color #53782a

%33.88
%48.98
%17.14

CMYK Percentages of Color #53782a

%31
%0
%65
%53

Triadic Colors of #53782a

#53782a #2a5378 #782a53

Analogous Colors of #53782a

#53782a #2c782a #78762a

Monochromatic Colors of #53782a

#53782a

Complementary Color

#53782a #4f2a78

#53782a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53782a Color Preview on White Background

Lorem ipsum dolor sit amet.

#53782a Color CSS Codes

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

#53782a Text Font Color

<p style="color:#53782a">Text here</p>

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


#53782a Background Color

<div style="background-color:#53782a">
Div content here</div>

This div background color is #53782a


#53782a Border Color

<div style="border:3px solid #53782a">
Div here</div>

This div border color is #53782a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,120,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53782a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53782a;
  -webkit-box-shadow: 1px 1px 3px 2px #53782a;
  box-shadow:         1px 1px 3px 2px #53782a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53782a


Comments

No comments written yet.

Please login to write comment.