Color Hex Logo

#356e52 Color Hex

#356E52
(53,110,82)
0 Favorites   0 Comments

Color spaces of #356e52

RGB 5311082
HSL0.420.350.32
HSV151°52°43°
CMYK 0.520.000.25   0.57
XYZ8.567112.51799.9473
Yxy12.51790.27610.4034
Hunter Lab35.3806-18.69408.0970
CIE-Lab42.0277-25.93679.9712

#356e52 color RGB value is (53,110,82).

#356e52 hex color red value is 53, green value is 110 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #356e52 hue: 0.42 , saturation: 0.35 and the lightness value of 356e52 is 0.32.

The process color (four color CMYK) of #356e52 color hex is 0.52, 0.00, 0.25, 0.57. Web safe color of #356e52 is #336666. Color #356e52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101110 01010010
Octal 65 156 122
Decimal 53 110 82
Hex 35 6E 52

RGB Percentages of Color #356e52

%21.63
%44.90
%33.47

CMYK Percentages of Color #356e52

%52
%0
%25
%57

Triadic Colors of #356e52

#356e52 #52356e #6e5235

Analogous Colors of #356e52

#356e52 #356e6e #356e36

Monochromatic Colors of #356e52

#356e52

Complementary Color

#356e52 #6e3551

#356e52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356e52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356e52 Color CSS Codes

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

#356e52 Text Font Color

<p style="color:#356e52">Text here</p>

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


#356e52 Background Color

<div style="background-color:#356e52">
Div content here</div>

This div background color is #356e52


#356e52 Border Color

<div style="border:3px solid #356e52">
Div here</div>

This div border color is #356e52


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,110,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #356e52; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #356e52;
  -webkit-box-shadow: 1px 1px 3px 2px #356e52;
  box-shadow:         1px 1px 3px 2px #356e52; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356e52


Comments

No comments written yet.

Please login to write comment.