Color Hex Logo

#53946d Color Hex

#53946D
(83,148,109)
0 Favorites   0 Comments

Color spaces of #53946d

RGB 83148109
HSL0.400.280.45
HSV144°44°58°
CMYK 0.440.000.26   0.42
XYZ16.917524.122918.2325
Yxy24.12290.28540.4070
Hunter Lab49.1151-24.467712.3709
CIE-Lab56.2106-29.996214.2646

#53946d color RGB value is (83,148,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010100 01101101
Octal 123 224 155
Decimal 83 148 109
Hex 53 94 6D

RGB Percentages of Color #53946d

%24.41
%43.53
%32.06

CMYK Percentages of Color #53946d

%44
%0
%26
%42

Triadic Colors of #53946d

#53946d #6d5394 #946d53

Analogous Colors of #53946d

#53946d #53948e #5a9453

Monochromatic Colors of #53946d

#53946d

Complementary Color

#53946d #94537a

#53946d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53946d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53946d Color CSS Codes

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

#53946d Text Font Color

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

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


#53946d Background Color

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

This div background color is #53946d


#53946d Border Color

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

This div border color is #53946d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53946d


Comments

No comments written yet.

Please login to write comment.