Color Hex Logo

#356258 Color Hex

#356258
(53,98,88)
0 Favorites   0 Comments

Color spaces of #356258

RGB 539888
HSL0.460.300.30
HSV167°46°38°
CMYK 0.460.000.10   0.62
XYZ7.597310.196810.8003
Yxy10.19680.26570.3566
Hunter Lab31.9324-13.41342.2994
CIE-Lab38.1933-18.20960.8558

#356258 color RGB value is (53,98,88).

#356258 hex color red value is 53, green value is 98 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #356258 hue: 0.46 , saturation: 0.30 and the lightness value of 356258 is 0.30.

The process color (four color CMYK) of #356258 color hex is 0.46, 0.00, 0.10, 0.62. Web safe color of #356258 is #336666. Color #356258 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100010 01011000
Octal 65 142 130
Decimal 53 98 88
Hex 35 62 58

RGB Percentages of Color #356258

%22.18
%41.00
%36.82

CMYK Percentages of Color #356258

%46
%0
%10
%62

Triadic Colors of #356258

#356258 #583562 #625835

Analogous Colors of #356258

#356258 #355662 #356242

Monochromatic Colors of #356258

#356258

Complementary Color

#356258 #62353f

#356258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356258 Color CSS Codes

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

#356258 Text Font Color

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

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


#356258 Background Color

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

This div background color is #356258


#356258 Border Color

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

This div border color is #356258


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,98,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 #356258">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356258


Comments

No comments written yet.

Please login to write comment.