Color Hex Logo

#36835f Color Hex

#36835F
(54,131,95)
0 Favorites   0 Comments

Color spaces of #36835f

RGB 5413195
HSL0.420.420.36
HSV152°59°51°
CMYK 0.590.000.27   0.49
XYZ11.703217.843113.6537
Yxy17.84310.27090.4130
Hunter Lab42.2411-24.467210.4043
CIE-Lab49.3052-32.740612.4893

#36835f color RGB value is (54,131,95).

#36835f hex color red value is 54, green value is 131 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #36835f hue: 0.42 , saturation: 0.42 and the lightness value of 36835f is 0.36.

The process color (four color CMYK) of #36835f color hex is 0.59, 0.00, 0.27, 0.49. Web safe color of #36835f is #339966. Color #36835f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000011 01011111
Octal 66 203 137
Decimal 54 131 95
Hex 36 83 5F

RGB Percentages of Color #36835f

%19.29
%46.79
%33.93

CMYK Percentages of Color #36835f

%59
%0
%27
%49

Triadic Colors of #36835f

#36835f #5f3683 #835f36

Analogous Colors of #36835f

#36835f #368183 #368339

Monochromatic Colors of #36835f

#36835f

Complementary Color

#36835f #83365a

#36835f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36835f Color Preview on White Background

Lorem ipsum dolor sit amet.

#36835f Color CSS Codes

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

#36835f Text Font Color

<p style="color:#36835f">Text here</p>

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


#36835f Background Color

<div style="background-color:#36835f">
Div content here</div>

This div background color is #36835f


#36835f Border Color

<div style="border:3px solid #36835f">
Div here</div>

This div border color is #36835f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,131,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #36835f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #36835f;
  -webkit-box-shadow: 1px 1px 3px 2px #36835f;
  box-shadow:         1px 1px 3px 2px #36835f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36835f


Comments

No comments written yet.

Please login to write comment.