Color Hex Logo

#55833d Color Hex

#55833D
(85,131,61)
0 Favorites   0 Comments

Color spaces of #55833d

RGB 8513161
HSL0.280.360.38
HSV99°53°51°
CMYK 0.350.000.53   0.49
XYZ12.704918.50087.3163
Yxy18.50080.32980.4803
Hunter Lab43.0126-22.547320.0237
CIE-Lab50.0980-29.254032.6527

#55833d color RGB value is (85,131,61).

#55833d hex color red value is 85, green value is 131 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #55833d hue: 0.28 , saturation: 0.36 and the lightness value of 55833d is 0.38.

The process color (four color CMYK) of #55833d color hex is 0.35, 0.00, 0.53, 0.49. Web safe color of #55833d is #669933. Color #55833d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000011 00111101
Octal 125 203 75
Decimal 85 131 61
Hex 55 83 3D

RGB Percentages of Color #55833d

%30.69
%47.29
%22.02

CMYK Percentages of Color #55833d

%35
%0
%53
%49

Triadic Colors of #55833d

#55833d #3d5583 #833d55

Analogous Colors of #55833d

#55833d #3d8348 #78833d

Monochromatic Colors of #55833d

#55833d

Complementary Color

#55833d #6b3d83

#55833d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55833d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55833d Color CSS Codes

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

#55833d Text Font Color

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

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


#55833d Background Color

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

This div background color is #55833d


#55833d Border Color

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

This div border color is #55833d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55833d


Comments

No comments written yet.

Please login to write comment.