Color Hex Logo

#355833 Color Hex

#355833
(53,88,51)
0 Favorites   0 Comments

Color spaces of #355833

RGB 538851
HSL0.320.270.27
HSV117°42°35°
CMYK 0.400.000.42   0.65
XYZ5.55557.97534.3786
Yxy7.97530.31020.4453
Hunter Lab28.2406-14.306410.5757
CIE-Lab33.9314-21.178417.5679

#355833 color RGB value is (53,88,51).

#355833 hex color red value is 53, green value is 88 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #355833 hue: 0.32 , saturation: 0.27 and the lightness value of 355833 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011000 00110011
Octal 65 130 63
Decimal 53 88 51
Hex 35 58 33

RGB Percentages of Color #355833

%27.60
%45.83
%26.56

CMYK Percentages of Color #355833

%40
%0
%42
%65

Triadic Colors of #355833

#355833 #333558 #583335

Analogous Colors of #355833

#355833 #335844 #485833

Monochromatic Colors of #355833

#355833

Complementary Color

#355833 #563358

#355833 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355833 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355833 Color CSS Codes

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

#355833 Text Font Color

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

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


#355833 Background Color

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

This div background color is #355833


#355833 Border Color

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

This div border color is #355833


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355833


Comments

No comments written yet.

Please login to write comment.