Color Hex Logo

#53723b Color Hex

#53723B
(83,114,59)
0 Favorites   0 Comments

Color spaces of #53723b

RGB 8311459
HSL0.260.320.34
HSV94°48°45°
CMYK 0.270.000.48   0.55
XYZ10.374014.18946.3297
Yxy14.18940.33580.4593
Hunter Lab37.6688-16.761516.4053
CIE-Lab44.5033-21.840826.8394

#53723b color RGB value is (83,114,59).

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

The process color (four color CMYK) of #53723b color hex is 0.27, 0.00, 0.48, 0.55. Web safe color of #53723b is #666633. Color #53723b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110010 00111011
Octal 123 162 73
Decimal 83 114 59
Hex 53 72 3B

RGB Percentages of Color #53723b

%32.42
%44.53
%23.05

CMYK Percentages of Color #53723b

%27
%0
%48
%55

Triadic Colors of #53723b

#53723b #3b5372 #723b53

Analogous Colors of #53723b

#53723b #3b723f #6f723b

Monochromatic Colors of #53723b

#53723b

Complementary Color

#53723b #5a3b72

#53723b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53723b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53723b Color CSS Codes

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

#53723b Text Font Color

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

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


#53723b Background Color

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

This div background color is #53723b


#53723b Border Color

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

This div border color is #53723b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53723b


Comments

No comments written yet.

Please login to write comment.