Color Hex Logo

#355825 Color Hex

#355825
(53,88,37)
0 Favorites   0 Comments

Color spaces of #355825

RGB 538837
HSL0.280.410.25
HSV101°58°35°
CMYK 0.400.000.58   0.65
XYZ5.29197.86992.9904
Yxy7.86990.32760.4872
Hunter Lab28.0533-15.421613.3172
CIE-Lab33.7105-23.345025.3657

#355825 color RGB value is (53,88,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011000 00100101
Octal 65 130 45
Decimal 53 88 37
Hex 35 58 25

RGB Percentages of Color #355825

%29.78
%49.44
%20.79

CMYK Percentages of Color #355825

%40
%0
%58
%65

Triadic Colors of #355825

#355825 #253558 #582535

Analogous Colors of #355825

#355825 #25582f #4f5825

Monochromatic Colors of #355825

#355825

Complementary Color

#355825 #482558

#355825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355825 Color CSS Codes

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

#355825 Text Font Color

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

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


#355825 Background Color

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

This div background color is #355825


#355825 Border Color

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

This div border color is #355825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355825


Comments

No comments written yet.

Please login to write comment.