Color Hex Logo

#35552f Color Hex

#35552F
(53,85,47)
0 Favorites   0 Comments

Color spaces of #35552f

RGB 538547
HSL0.310.290.26
HSV111°45°33°
CMYK 0.380.000.45   0.67
XYZ5.22987.45913.8534
Yxy7.45910.31610.4509
Hunter Lab27.3114-13.614210.7526
CIE-Lab32.8300-20.299718.5261

#35552f color RGB value is (53,85,47).

#35552f hex color red value is 53, green value is 85 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #35552f hue: 0.31 , saturation: 0.29 and the lightness value of 35552f is 0.26.

The process color (four color CMYK) of #35552f color hex is 0.38, 0.00, 0.45, 0.67. Web safe color of #35552f is #336633. Color #35552f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010101 00101111
Octal 65 125 57
Decimal 53 85 47
Hex 35 55 2F

RGB Percentages of Color #35552f

%28.65
%45.95
%25.41

CMYK Percentages of Color #35552f

%38
%0
%45
%67

Triadic Colors of #35552f

#35552f #2f3555 #552f35

Analogous Colors of #35552f

#35552f #2f553c #48552f

Monochromatic Colors of #35552f

#35552f

Complementary Color

#35552f #4f2f55

#35552f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35552f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35552f Color CSS Codes

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

#35552f Text Font Color

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

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


#35552f Background Color

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

This div background color is #35552f


#35552f Border Color

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

This div border color is #35552f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,85,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35552f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35552f;
  -webkit-box-shadow: 1px 1px 3px 2px #35552f;
  box-shadow:         1px 1px 3px 2px #35552f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35552f


Comments

No comments written yet.

Please login to write comment.