Color Hex Logo

#35993e Color Hex

#35993E
(53,153,62)
0 Favorites   0 Comments

Color spaces of #35993e

RGB 5315362
HSL0.350.490.40
HSV125°65°60°
CMYK 0.650.000.59   0.40
XYZ13.728923.88728.4445
Yxy23.88720.29810.5186
Hunter Lab48.8745-35.389623.9681
CIE-Lab55.9747-47.892938.8037

#35993e color RGB value is (53,153,62).

#35993e hex color red value is 53, green value is 153 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #35993e hue: 0.35 , saturation: 0.49 and the lightness value of 35993e is 0.40.

The process color (four color CMYK) of #35993e color hex is 0.65, 0.00, 0.59, 0.40. Web safe color of #35993e is #339933. Color #35993e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011001 00111110
Octal 65 231 76
Decimal 53 153 62
Hex 35 99 3E

RGB Percentages of Color #35993e

%19.78
%57.09
%23.13

CMYK Percentages of Color #35993e

%65
%0
%59
%40

Triadic Colors of #35993e

#35993e #3e3599 #993e35

Analogous Colors of #35993e

#35993e #359970 #5e9935

Monochromatic Colors of #35993e

#35993e

Complementary Color

#35993e #993590

#35993e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35993e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35993e Color CSS Codes

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

#35993e Text Font Color

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

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


#35993e Background Color

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

This div background color is #35993e


#35993e Border Color

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

This div border color is #35993e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,153,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35993e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35993e;
  -webkit-box-shadow: 1px 1px 3px 2px #35993e;
  box-shadow:         1px 1px 3px 2px #35993e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35993e


Comments

No comments written yet.

Please login to write comment.