Color Hex Logo

#53834d Color Hex

#53834D
(83,131,77)
0 Favorites   0 Comments

Color spaces of #53834d

RGB 8313177
HSL0.310.260.41
HSV113°41°51°
CMYK 0.370.000.41   0.49
XYZ13.023118.60749.9264
Yxy18.60740.31340.4478
Hunter Lab43.1363-21.598316.5518
CIE-Lab50.2247-27.683424.1671

#53834d color RGB value is (83,131,77).

#53834d hex color red value is 83, green value is 131 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #53834d hue: 0.31 , saturation: 0.26 and the lightness value of 53834d is 0.41.

The process color (four color CMYK) of #53834d color hex is 0.37, 0.00, 0.41, 0.49. Web safe color of #53834d is #669966. Color #53834d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000011 01001101
Octal 123 203 115
Decimal 83 131 77
Hex 53 83 4D

RGB Percentages of Color #53834d

%28.52
%45.02
%26.46

CMYK Percentages of Color #53834d

%37
%0
%41
%49

Triadic Colors of #53834d

#53834d #4d5383 #834d53

Analogous Colors of #53834d

#53834d #4d8362 #6e834d

Monochromatic Colors of #53834d

#53834d

Complementary Color

#53834d #7d4d83

#53834d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53834d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53834d Color CSS Codes

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

#53834d Text Font Color

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

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


#53834d Background Color

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

This div background color is #53834d


#53834d Border Color

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

This div border color is #53834d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53834d


Comments

No comments written yet.

Please login to write comment.