Color Hex Logo

#35632c Color Hex

#35632C
(53,99,44)
0 Favorites   0 Comments

Color spaces of #35632c

RGB 539944
HSL0.310.380.28
HSV110°56°39°
CMYK 0.460.000.56   0.61
XYZ6.38479.86243.9500
Yxy9.86240.31610.4883
Hunter Lab31.4045-18.667814.5257
CIE-Lab37.5943-27.756926.1962

#35632c color RGB value is (53,99,44).

#35632c hex color red value is 53, green value is 99 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #35632c hue: 0.31 , saturation: 0.38 and the lightness value of 35632c is 0.28.

The process color (four color CMYK) of #35632c color hex is 0.46, 0.00, 0.56, 0.61. Web safe color of #35632c is #336633. Color #35632c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100011 00101100
Octal 65 143 54
Decimal 53 99 44
Hex 35 63 2C

RGB Percentages of Color #35632c

%27.04
%50.51
%22.45

CMYK Percentages of Color #35632c

%46
%0
%56
%61

Triadic Colors of #35632c

#35632c #2c3563 #632c35

Analogous Colors of #35632c

#35632c #2c633f #51632c

Monochromatic Colors of #35632c

#35632c

Complementary Color

#35632c #5a2c63

#35632c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35632c Color Preview on White Background

Lorem ipsum dolor sit amet.

#35632c Color CSS Codes

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

#35632c Text Font Color

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

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


#35632c Background Color

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

This div background color is #35632c


#35632c Border Color

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

This div border color is #35632c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,99,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35632c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35632c;
  -webkit-box-shadow: 1px 1px 3px 2px #35632c;
  box-shadow:         1px 1px 3px 2px #35632c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35632c


Comments

No comments written yet.

Please login to write comment.