Color Hex Logo

#53946e Color Hex

#53946E
(83,148,110)
0 Favorites   0 Comments

Color spaces of #53946e

RGB 83148110
HSL0.400.280.45
HSV145°44°58°
CMYK 0.440.000.26   0.42
XYZ16.971724.144618.5177
Yxy24.14460.28460.4049
Hunter Lab49.1372-24.337112.0521
CIE-Lab56.2323-29.789513.7301

#53946e color RGB value is (83,148,110).

#53946e hex color red value is 83, green value is 148 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #53946e hue: 0.40 , saturation: 0.28 and the lightness value of 53946e is 0.45.

The process color (four color CMYK) of #53946e color hex is 0.44, 0.00, 0.26, 0.42. Web safe color of #53946e is #669966. Color #53946e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010100 01101110
Octal 123 224 156
Decimal 83 148 110
Hex 53 94 6E

RGB Percentages of Color #53946e

%24.34
%43.40
%32.26

CMYK Percentages of Color #53946e

%44
%0
%26
%42

Triadic Colors of #53946e

#53946e #6e5394 #946e53

Analogous Colors of #53946e

#53946e #53948f #599453

Monochromatic Colors of #53946e

#53946e

Complementary Color

#53946e #945379

#53946e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53946e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53946e Color CSS Codes

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

#53946e Text Font Color

<p style="color:#53946e">Text here</p>

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


#53946e Background Color

<div style="background-color:#53946e">
Div content here</div>

This div background color is #53946e


#53946e Border Color

<div style="border:3px solid #53946e">
Div here</div>

This div border color is #53946e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,148,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53946e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53946e;
  -webkit-box-shadow: 1px 1px 3px 2px #53946e;
  box-shadow:         1px 1px 3px 2px #53946e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53946e


Comments

No comments written yet.

Please login to write comment.