Color Hex Logo

#53984b Color Hex

#53984B
(83,152,75)
0 Favorites   0 Comments

Color spaces of #53984b

RGB 8315275
HSL0.320.340.45
HSV114°51°60°
CMYK 0.450.000.51   0.40
XYZ16.065524.803510.5974
Yxy24.80350.31220.4819
Hunter Lab49.8031-29.574922.2461
CIE-Lab56.8835-37.699433.6636

#53984b color RGB value is (83,152,75).

#53984b hex color red value is 83, green value is 152 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #53984b hue: 0.32 , saturation: 0.34 and the lightness value of 53984b is 0.45.

The process color (four color CMYK) of #53984b color hex is 0.45, 0.00, 0.51, 0.40. Web safe color of #53984b is #669933. Color #53984b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011000 01001011
Octal 123 230 113
Decimal 83 152 75
Hex 53 98 4B

RGB Percentages of Color #53984b

%26.77
%49.03
%24.19

CMYK Percentages of Color #53984b

%45
%0
%51
%40

Triadic Colors of #53984b

#53984b #4b5398 #984b53

Analogous Colors of #53984b

#53984b #4b986a #7a984b

Monochromatic Colors of #53984b

#53984b

Complementary Color

#53984b #904b98

#53984b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53984b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53984b Color CSS Codes

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

#53984b Text Font Color

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

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


#53984b Background Color

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

This div background color is #53984b


#53984b Border Color

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

This div border color is #53984b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53984b


Comments

No comments written yet.

Please login to write comment.