Color Hex Logo

#35832a Color Hex

#35832A
(53,131,42)
0 Favorites   0 Comments

Color spaces of #35832a

RGB 5313142
HSL0.310.510.34
HSV113°68°51°
CMYK 0.600.000.68   0.49
XYZ10.002417.15674.9749
Yxy17.15670.31130.5339
Hunter Lab41.4206-29.381321.8733
CIE-Lab48.4569-41.769839.6328

#35832a color RGB value is (53,131,42).

#35832a hex color red value is 53, green value is 131 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #35832a hue: 0.31 , saturation: 0.51 and the lightness value of 35832a is 0.34.

The process color (four color CMYK) of #35832a color hex is 0.60, 0.00, 0.68, 0.49. Web safe color of #35832a is #339933. Color #35832a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000011 00101010
Octal 65 203 52
Decimal 53 131 42
Hex 35 83 2A

RGB Percentages of Color #35832a

%23.45
%57.96
%18.58

CMYK Percentages of Color #35832a

%60
%0
%68
%49

Triadic Colors of #35832a

#35832a #2a3583 #832a35

Analogous Colors of #35832a

#35832a #2a834c #62832a

Monochromatic Colors of #35832a

#35832a

Complementary Color

#35832a #782a83

#35832a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35832a Color Preview on White Background

Lorem ipsum dolor sit amet.

#35832a Color CSS Codes

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

#35832a Text Font Color

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

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


#35832a Background Color

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

This div background color is #35832a


#35832a Border Color

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

This div border color is #35832a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35832a


Comments

No comments written yet.

Please login to write comment.