Color Hex Logo

#53804b Color Hex

#53804B
(83,128,75)
0 Favorites   0 Comments

Color spaces of #53804b

RGB 8312875
HSL0.310.260.40
HSV111°41°50°
CMYK 0.350.000.41   0.50
XYZ12.556517.78539.4277
Yxy17.78530.31570.4472
Hunter Lab42.1726-20.655416.2665
CIE-Lab49.2347-26.532123.9935

#53804b color RGB value is (83,128,75).

#53804b hex color red value is 83, green value is 128 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #53804b hue: 0.31 , saturation: 0.26 and the lightness value of 53804b is 0.40.

The process color (four color CMYK) of #53804b color hex is 0.35, 0.00, 0.41, 0.50. Web safe color of #53804b is #669933. Color #53804b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000000 01001011
Octal 123 200 113
Decimal 83 128 75
Hex 53 80 4B

RGB Percentages of Color #53804b

%29.02
%44.76
%26.22

CMYK Percentages of Color #53804b

%35
%0
%41
%50

Triadic Colors of #53804b

#53804b #4b5380 #804b53

Analogous Colors of #53804b

#53804b #4b805e #6e804b

Monochromatic Colors of #53804b

#53804b

Complementary Color

#53804b #784b80

#53804b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53804b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53804b Color CSS Codes

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

#53804b Text Font Color

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

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


#53804b Background Color

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

This div background color is #53804b


#53804b Border Color

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

This div border color is #53804b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,128,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 #53804b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53804b


Comments

No comments written yet.

Please login to write comment.