Color Hex Logo

#35982e Color Hex

#35982E
(53,152,46)
0 Favorites   0 Comments

Color spaces of #35982e

RGB 5315246
HSL0.320.540.39
HSV116°70°60°
CMYK 0.650.000.70   0.40
XYZ13.189623.41066.4083
Yxy23.41060.30670.5443
Hunter Lab48.3845-36.013826.0165
CIE-Lab55.4928-49.296945.4674

#35982e color RGB value is (53,152,46).

#35982e hex color red value is 53, green value is 152 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #35982e hue: 0.32 , saturation: 0.54 and the lightness value of 35982e is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011000 00101110
Octal 65 230 56
Decimal 53 152 46
Hex 35 98 2E

RGB Percentages of Color #35982e

%21.12
%60.56
%18.33

CMYK Percentages of Color #35982e

%65
%0
%70
%40

Triadic Colors of #35982e

#35982e #2e3598 #982e35

Analogous Colors of #35982e

#35982e #2e985c #6a982e

Monochromatic Colors of #35982e

#35982e

Complementary Color

#35982e #912e98

#35982e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35982e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35982e Color CSS Codes

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

#35982e Text Font Color

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

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


#35982e Background Color

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

This div background color is #35982e


#35982e Border Color

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

This div border color is #35982e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35982e


Comments

No comments written yet.

Please login to write comment.