Color Hex Logo

#357276 Color Hex

#357276
(53,114,118)
0 Favorites   0 Comments

Color spaces of #357276

RGB 53114118
HSL0.510.380.34
HSV184°55°46°
CMYK 0.550.030.00   0.54
XYZ10.755514.099519.2941
Yxy14.09950.24360.3194
Hunter Lab37.5493-14.5823-4.1807
CIE-Lab44.3753-18.3950-8.2405

#357276 color RGB value is (53,114,118).

#357276 hex color red value is 53, green value is 114 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #357276 hue: 0.51 , saturation: 0.38 and the lightness value of 357276 is 0.34.

The process color (four color CMYK) of #357276 color hex is 0.55, 0.03, 0.00, 0.54. Web safe color of #357276 is #336666. Color #357276 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110010 01110110
Octal 65 162 166
Decimal 53 114 118
Hex 35 72 76

RGB Percentages of Color #357276

%18.60
%40.00
%41.40

CMYK Percentages of Color #357276

%55
%3
%0
%54

Triadic Colors of #357276

#357276 #763572 #727635

Analogous Colors of #357276

#357276 #355276 #35765a

Monochromatic Colors of #357276

#357276

Complementary Color

#357276 #763935

#357276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357276 Color CSS Codes

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

#357276 Text Font Color

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

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


#357276 Background Color

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

This div background color is #357276


#357276 Border Color

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

This div border color is #357276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357276


Comments

No comments written yet.

Please login to write comment.