Color Hex Logo

#357463 Color Hex

#357463
(53,116,99)
0 Favorites   0 Comments

Color spaces of #357463

RGB 5311699
HSL0.460.370.33
HSV164°54°45°
CMYK 0.540.000.15   0.55
XYZ9.965714.148514.0101
Yxy14.14850.26140.3711
Hunter Lab37.6145-18.53304.2467
CIE-Lab44.4451-24.76693.2462

#357463 color RGB value is (53,116,99).

#357463 hex color red value is 53, green value is 116 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #357463 hue: 0.46 , saturation: 0.37 and the lightness value of 357463 is 0.33.

The process color (four color CMYK) of #357463 color hex is 0.54, 0.00, 0.15, 0.55. Web safe color of #357463 is #336666. Color #357463 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110100 01100011
Octal 65 164 143
Decimal 53 116 99
Hex 35 74 63

RGB Percentages of Color #357463

%19.78
%43.28
%36.94

CMYK Percentages of Color #357463

%54
%0
%15
%55

Triadic Colors of #357463

#357463 #633574 #746335

Analogous Colors of #357463

#357463 #356674 #357444

Monochromatic Colors of #357463

#357463

Complementary Color

#357463 #743546

#357463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357463 Color CSS Codes

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

#357463 Text Font Color

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

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


#357463 Background Color

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

This div background color is #357463


#357463 Border Color

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

This div border color is #357463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357463


Comments

No comments written yet.

Please login to write comment.