Color Hex Logo

#35983c Color Hex

#35983C
(53,152,60)
0 Favorites   0 Comments

Color spaces of #35983c

RGB 5315260
HSL0.350.480.40
HSV124°65°60°
CMYK 0.650.000.61   0.40
XYZ13.512023.53968.1064
Yxy23.53960.29920.5213
Hunter Lab48.5176-35.194224.0561
CIE-Lab55.6239-47.769639.3526

#35983c color RGB value is (53,152,60).

#35983c hex color red value is 53, green value is 152 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #35983c hue: 0.35 , saturation: 0.48 and the lightness value of 35983c is 0.40.

The process color (four color CMYK) of #35983c color hex is 0.65, 0.00, 0.61, 0.40. Web safe color of #35983c is #339933. Color #35983c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011000 00111100
Octal 65 230 74
Decimal 53 152 60
Hex 35 98 3C

RGB Percentages of Color #35983c

%20.00
%57.36
%22.64

CMYK Percentages of Color #35983c

%65
%0
%61
%40

Triadic Colors of #35983c

#35983c #3c3598 #983c35

Analogous Colors of #35983c

#35983c #35986e #609835

Monochromatic Colors of #35983c

#35983c

Complementary Color

#35983c #983591

#35983c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35983c Color Preview on White Background

Lorem ipsum dolor sit amet.

#35983c Color CSS Codes

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

#35983c Text Font Color

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

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


#35983c Background Color

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

This div background color is #35983c


#35983c Border Color

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

This div border color is #35983c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35983c


Comments

No comments written yet.

Please login to write comment.