Color Hex Logo

#355827 Color Hex

#355827
(53,88,39)
0 Favorites   0 Comments

Color spaces of #355827

RGB 538839
HSL0.290.390.25
HSV103°56°35°
CMYK 0.400.000.56   0.65
XYZ5.32417.88283.1604
Yxy7.88280.32530.4816
Hunter Lab28.0763-15.284712.9795
CIE-Lab33.7376-23.075524.2900

#355827 color RGB value is (53,88,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011000 00100111
Octal 65 130 47
Decimal 53 88 39
Hex 35 58 27

RGB Percentages of Color #355827

%29.44
%48.89
%21.67

CMYK Percentages of Color #355827

%40
%0
%56
%65

Triadic Colors of #355827

#355827 #273558 #582735

Analogous Colors of #355827

#355827 #275832 #4e5827

Monochromatic Colors of #355827

#355827

Complementary Color

#355827 #4a2758

#355827 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355827 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355827 Color CSS Codes

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

#355827 Text Font Color

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

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


#355827 Background Color

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

This div background color is #355827


#355827 Border Color

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

This div border color is #355827


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355827


Comments

No comments written yet.

Please login to write comment.