Color Hex Logo

#53782f Color Hex

#53782F
(83,120,47)
0 Favorites   0 Comments

Color spaces of #53782f

RGB 8312047
HSL0.250.440.33
HSV90°61°47°
CMYK 0.310.000.61   0.53
XYZ10.796815.47725.1077
Yxy15.47720.34400.4932
Hunter Lab39.3411-19.859219.8411
CIE-Lab46.2810-26.300135.2506

#53782f color RGB value is (83,120,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111000 00101111
Octal 123 170 57
Decimal 83 120 47
Hex 53 78 2F

RGB Percentages of Color #53782f

%33.20
%48.00
%18.80

CMYK Percentages of Color #53782f

%31
%0
%61
%53

Triadic Colors of #53782f

#53782f #2f5378 #782f53

Analogous Colors of #53782f

#53782f #2f7830 #78782f

Monochromatic Colors of #53782f

#53782f

Complementary Color

#53782f #542f78

#53782f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53782f Color Preview on White Background

Lorem ipsum dolor sit amet.

#53782f Color CSS Codes

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

#53782f Text Font Color

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

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


#53782f Background Color

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

This div background color is #53782f


#53782f Border Color

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

This div border color is #53782f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53782f


Comments

No comments written yet.

Please login to write comment.