Color Hex Logo

#355824 Color Hex

#355824
(53,88,36)
0 Favorites   0 Comments

Color spaces of #355824

RGB 538836
HSL0.280.420.24
HSV100°59°35°
CMYK 0.400.000.59   0.65
XYZ5.27647.86372.9088
Yxy7.86370.32880.4900
Hunter Lab28.0423-15.487713.4795
CIE-Lab33.6974-23.475325.8971

#355824 color RGB value is (53,88,36).

#355824 hex color red value is 53, green value is 88 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #355824 hue: 0.28 , saturation: 0.42 and the lightness value of 355824 is 0.24.

The process color (four color CMYK) of #355824 color hex is 0.40, 0.00, 0.59, 0.65. Web safe color of #355824 is #336633. Color #355824 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011000 00100100
Octal 65 130 44
Decimal 53 88 36
Hex 35 58 24

RGB Percentages of Color #355824

%29.94
%49.72
%20.34

CMYK Percentages of Color #355824

%40
%0
%59
%65

Triadic Colors of #355824

#355824 #243558 #582435

Analogous Colors of #355824

#355824 #24582d #4f5824

Monochromatic Colors of #355824

#355824

Complementary Color

#355824 #472458

#355824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355824 Color CSS Codes

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

#355824 Text Font Color

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

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


#355824 Background Color

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

This div background color is #355824


#355824 Border Color

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

This div border color is #355824


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,88,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #355824; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #355824;
  -webkit-box-shadow: 1px 1px 3px 2px #355824;
  box-shadow:         1px 1px 3px 2px #355824; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,88,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355824


Comments

No comments written yet.

Please login to write comment.