Color Hex Logo

#53822b Color Hex

#53822B
(83,130,43)
0 Favorites   0 Comments

Color spaces of #53822b

RGB 8313043
HSL0.260.500.34
HSV92°67°51°
CMYK 0.360.000.67   0.49
XYZ11.986017.97875.1240
Yxy17.97870.34160.5124
Hunter Lab42.4013-23.743922.5160
CIE-Lab49.4703-31.464240.6727

#53822b color RGB value is (83,130,43).

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

The process color (four color CMYK) of #53822b color hex is 0.36, 0.00, 0.67, 0.49. Web safe color of #53822b is #669933. Color #53822b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000010 00101011
Octal 123 202 53
Decimal 83 130 43
Hex 53 82 2B

RGB Percentages of Color #53822b

%32.42
%50.78
%16.80

CMYK Percentages of Color #53822b

%36
%0
%67
%49

Triadic Colors of #53822b

#53822b #2b5382 #822b53

Analogous Colors of #53822b

#53822b #2b822f #7f822b

Monochromatic Colors of #53822b

#53822b

Complementary Color

#53822b #5a2b82

#53822b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53822b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53822b Color CSS Codes

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

#53822b Text Font Color

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

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


#53822b Background Color

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

This div background color is #53822b


#53822b Border Color

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

This div border color is #53822b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53822b


Comments

No comments written yet.

Please login to write comment.