Color Hex Logo

#35753a Color Hex

#35753A
(53,117,58)
0 Favorites   0 Comments

Color spaces of #35753a

RGB 5311758
HSL0.350.380.33
HSV125°55°46°
CMYK 0.550.000.50   0.54
XYZ8.593213.78506.2108
Yxy13.78500.30060.4822
Hunter Lab37.1282-23.661016.0717
CIE-Lab43.9230-33.878826.3270

#35753a color RGB value is (53,117,58).

#35753a hex color red value is 53, green value is 117 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #35753a hue: 0.35 , saturation: 0.38 and the lightness value of 35753a is 0.33.

The process color (four color CMYK) of #35753a color hex is 0.55, 0.00, 0.50, 0.54. Web safe color of #35753a is #336633. Color #35753a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110101 00111010
Octal 65 165 72
Decimal 53 117 58
Hex 35 75 3A

RGB Percentages of Color #35753a

%23.25
%51.32
%25.44

CMYK Percentages of Color #35753a

%55
%0
%50
%54

Triadic Colors of #35753a

#35753a #3a3575 #753a35

Analogous Colors of #35753a

#35753a #35755a #507535

Monochromatic Colors of #35753a

#35753a

Complementary Color

#35753a #753570

#35753a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35753a Color Preview on White Background

Lorem ipsum dolor sit amet.

#35753a Color CSS Codes

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

#35753a Text Font Color

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

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


#35753a Background Color

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

This div background color is #35753a


#35753a Border Color

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

This div border color is #35753a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,117,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35753a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35753a;
  -webkit-box-shadow: 1px 1px 3px 2px #35753a;
  box-shadow:         1px 1px 3px 2px #35753a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35753a


Comments

No comments written yet.

Please login to write comment.