Color Hex Logo

#356958 Color Hex

#356958
(53,105,88)
0 Favorites   0 Comments

Color spaces of #356958

RGB 5310588
HSL0.450.330.31
HSV160°50°41°
CMYK 0.500.000.16   0.59
XYZ8.281211.564611.0282
Yxy11.56460.26820.3746
Hunter Lab34.0068-16.04424.5773
CIE-Lab40.5156-21.94124.2130

#356958 color RGB value is (53,105,88).

#356958 hex color red value is 53, green value is 105 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #356958 hue: 0.45 , saturation: 0.33 and the lightness value of 356958 is 0.31.

The process color (four color CMYK) of #356958 color hex is 0.50, 0.00, 0.16, 0.59. Web safe color of #356958 is #336666. Color #356958 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101001 01011000
Octal 65 151 130
Decimal 53 105 88
Hex 35 69 58

RGB Percentages of Color #356958

%21.54
%42.68
%35.77

CMYK Percentages of Color #356958

%50
%0
%16
%59

Triadic Colors of #356958

#356958 #583569 #695835

Analogous Colors of #356958

#356958 #356069 #35693e

Monochromatic Colors of #356958

#356958

Complementary Color

#356958 #693546

#356958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356958 Color CSS Codes

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

#356958 Text Font Color

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

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


#356958 Background Color

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

This div background color is #356958


#356958 Border Color

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

This div border color is #356958


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,105,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #356958; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #356958;
  -webkit-box-shadow: 1px 1px 3px 2px #356958;
  box-shadow:         1px 1px 3px 2px #356958; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356958


Comments

No comments written yet.

Please login to write comment.