Color Hex Logo

#53830b Color Hex

#53830B
(83,131,11)
0 Favorites   0 Comments

Color spaces of #53830b

RGB 8313111
HSL0.230.850.28
HSV84°92°51°
CMYK 0.370.000.92   0.49
XYZ11.744018.09583.1905
Yxy18.09580.35560.5479
Hunter Lab42.5392-25.164125.3306
CIE-Lab49.6121-33.774551.4653

#53830b color RGB value is (83,131,11).

#53830b hex color red value is 83, green value is 131 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #53830b hue: 0.23 , saturation: 0.85 and the lightness value of 53830b is 0.28.

The process color (four color CMYK) of #53830b color hex is 0.37, 0.00, 0.92, 0.49. Web safe color of #53830b is #669900. Color #53830b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000011 00001011
Octal 123 203 13
Decimal 83 131 11
Hex 53 83 B

RGB Percentages of Color #53830b

%36.89
%58.22
%4.89

CMYK Percentages of Color #53830b

%37
%0
%92
%49

Triadic Colors of #53830b

#53830b #0b5383 #830b53

Analogous Colors of #53830b

#53830b #17830b #83770b

Monochromatic Colors of #53830b

#53830b

Complementary Color

#53830b #3b0b83

#53830b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53830b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53830b Color CSS Codes

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

#53830b Text Font Color

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

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


#53830b Background Color

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

This div background color is #53830b


#53830b Border Color

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

This div border color is #53830b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53830b


Comments

No comments written yet.

Please login to write comment.